*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-dark);background:var(--cream-light);line-height:1.6;overflow-x:hidden}body.menu-open{overflow:hidden}.btn{font-family:var(--font-body);letter-spacing:-.1px;cursor:pointer;border:none;justify-content:center;align-items:center;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-gold{background:var(--gold-400);color:var(--green-900);border-radius:var(--radius-sm);padding:14px 32px;font-weight:700;box-shadow:0 8px 24px #d4ad3c40}.btn-gold:hover{background:var(--gold-300);transform:translateY(-2px);box-shadow:0 12px 32px #d4ad3c59}.btn-gold-lg{border-radius:var(--radius-md);padding:16px 40px;font-size:15.5px}.btn-primary{background:var(--green-500);color:#fff;border-radius:var(--radius-sm);box-shadow:var(--shadow-green);padding:14px 32px}.btn-primary:hover{background:var(--green-600);transform:translateY(-1px);box-shadow:0 10px 36px #2d7a4f47}.btn-primary-lg{border-radius:var(--radius-md);padding:16px 40px;font-size:15.5px}section{padding:100px 48px}.section-inner{max-width:1200px;margin:0 auto}.section-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--green-500);align-items:center;gap:8px;margin-bottom:16px;font-size:12.5px;font-weight:700;display:inline-flex}.section-label:before{content:"";background:var(--gold-400);border-radius:1px;width:20px;height:2px}.section-title{font-family:var(--font-display);letter-spacing:-1px;color:var(--text-dark);margin-bottom:16px;font-size:clamp(32px,4vw,48px);font-weight:800;line-height:1.15}.section-title .accent{color:var(--green-500)}.section-desc{color:var(--text-grey);max-width:600px;font-size:17px;line-height:1.75}.section-header{margin-bottom:64px}.section-header-center{text-align:center}.section-header-center .section-desc{margin-left:auto;margin-right:auto}.reveal{opacity:0;transition:all .7s cubic-bezier(.16,1,.3,1);transform:translateY(32px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}.reveal-delay-6{transition-delay:.6s}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes dotPulse{0%,to{transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}@media (width<=1100px){section{padding:80px 32px}}@media (width<=768px){section{padding:64px 24px}}.nav{z-index:1000;-webkit-backdrop-filter:blur(20px);background:#1a2e23d9;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;height:72px;padding:0 48px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{background:#1a2e23f2;box-shadow:0 4px 24px #00000026}.nav-logo{z-index:1001;align-items:center;gap:10px;text-decoration:none;display:flex;position:relative}.nav-logo-icon{background:var(--gradient-green);border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:relative;overflow:hidden}.nav-logo-icon:after{content:"";background:var(--gold-400);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.nav-logo-icon span{color:#fff;font-size:15px;font-weight:800;font-family:var(--font-display);letter-spacing:-.5px}.nav-logo-text{font-family:var(--font-display);color:#fff;letter-spacing:-.3px;font-size:17px;font-weight:700}.nav-logo-text span{color:var(--green-400)}.nav-links{align-items:center;gap:36px;list-style:none;display:flex}.nav-links a{color:#fff9;letter-spacing:-.1px;font-size:14.5px;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--gold-400);border-radius:1px;width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:#fff}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#fff}.nav-links a.active:after{width:100%}.nav-toggle{cursor:pointer;z-index:1001;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;transition:background .3s;display:none;position:relative}.nav-toggle:hover{background:#ffffff14}.nav-toggle-lines{width:22px;height:16px;position:relative}.nav-toggle-lines span{background:#fff;border-radius:2px;width:100%;height:2px;transition:all .4s cubic-bezier(.16,1,.3,1);display:block;position:absolute;left:0}.nav-toggle-lines span:first-child{top:0}.nav-toggle-lines span:nth-child(2){width:65%;top:7px}.nav-toggle-lines span:nth-child(3){top:14px}.nav-toggle.active .nav-toggle-lines span:first-child{top:7px;transform:rotate(45deg)}.nav-toggle.active .nav-toggle-lines span:nth-child(2){opacity:0;transform:translate(12px)}.nav-toggle.active .nav-toggle-lines span:nth-child(3){top:7px;transform:rotate(-45deg)}@media (width<=1100px){.nav{padding:0 32px}.nav-links{display:none}.nav-toggle{display:flex}}@media (width<=768px){.nav{padding:0 24px}}.mobile-menu{z-index:999;pointer-events:none;display:none;position:fixed;inset:0}.mobile-menu-backdrop{-webkit-backdrop-filter:blur(8px);opacity:0;background:#1a2e2380;transition:opacity .4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.mobile-menu-panel{background:var(--green-900);flex-direction:column;width:100%;max-width:420px;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.active{pointer-events:all}.mobile-menu.active .mobile-menu-backdrop{opacity:1}.mobile-menu.active .mobile-menu-panel{transform:translate(0)}.mobile-menu-header{padding:88px 36px 0}.mobile-menu-label{letter-spacing:2px;text-transform:uppercase;color:var(--gold-400);margin-bottom:24px;font-size:11px;font-weight:700}.mobile-menu-nav{flex-direction:column;padding:0 36px;list-style:none;display:flex}.mobile-menu-nav li{border-bottom:1px solid #ffffff0f}.mobile-menu-nav li:last-child{border-bottom:none}.mobile-menu-nav a{color:#fffc;letter-spacing:-.5px;opacity:0;justify-content:space-between;align-items:center;padding:22px 0;font-size:22px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(40px)}.mobile-menu.active .mobile-menu-nav a{opacity:1;transform:translate(0)}.mobile-menu-nav li:first-child a{transition-delay:.15s}.mobile-menu-nav li:nth-child(2) a{transition-delay:.2s}.mobile-menu-nav li:nth-child(3) a{transition-delay:.25s}.mobile-menu-nav li:nth-child(4) a{transition-delay:.3s}.mobile-menu-nav a:hover{color:var(--gold-400);padding-left:8px}.mobile-menu-nav a .mobile-link-arrow{color:#fff3;width:20px;height:20px;transition:all .3s}.mobile-menu-nav a:hover .mobile-link-arrow{color:var(--gold-400);transform:translate(4px)}.mobile-menu-nav a.active{color:var(--gold-400)}.mobile-menu-footer{opacity:0;border-top:1px solid #ffffff0f;margin-top:auto;padding:36px;transition:all .4s cubic-bezier(.16,1,.3,1) .35s;transform:translateY(20px)}.mobile-menu.active .mobile-menu-footer{opacity:1;transform:translateY(0)}.mobile-menu-footer p{color:#fff6;font-size:13px;line-height:1.6}.mobile-menu-footer p a{color:var(--gold-400);font-weight:600;text-decoration:none}@media (width<=1100px){.mobile-menu{display:block}}@media (width<=768px){.mobile-menu-panel{max-width:100%}}.footer{background:var(--green-900);color:#ffffff80;padding:64px 48px 32px}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff0f;grid-template-columns:1.5fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.footer-brand p{max-width:280px;margin-top:16px;font-size:14px;line-height:1.65}.footer-logo{align-items:center;gap:10px;display:flex}.footer-logo-icon{background:var(--gradient-green);color:#fff;width:32px;height:32px;font-size:13px;font-weight:800;font-family:var(--font-display);border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.footer-logo-icon:after{content:"";background:var(--gold-400);border-radius:50%;width:6px;height:6px;position:absolute;top:3px;right:3px}.footer-logo-text{font-family:var(--font-display);color:#fff;font-size:16px;font-weight:700}.footer-logo-text span{color:var(--green-400)}.footer-col h4{letter-spacing:1px;text-transform:uppercase;color:#ffffff4d;margin-bottom:20px;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:12px;list-style:none;display:flex}.footer-col a{color:#ffffff80;font-size:14px;text-decoration:none;transition:color .25s}.footer-col a:hover{color:var(--gold-400)}.footer-bottom{justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;display:flex}.footer-bottom a{color:#ffffff80;text-decoration:none}.footer-bottom a:hover{color:var(--gold-400)}@media (width<=1100px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=768px){.footer-top{grid-template-columns:1fr;gap:32px}.footer-bottom{text-align:center;flex-direction:column;gap:12px}.footer{padding:48px 24px 24px}}.hero{background:var(--gradient-hero);padding:160px 48px 110px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c0f 0%,#0000 60%);border-radius:50%;width:700px;height:700px;position:absolute;top:-200px;right:-100px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#2d7a4f1f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;left:-150px}.hero-grid{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.hero-inner{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:72px;max-width:1200px;margin:0 auto;display:grid;position:relative}.hero-content{max-width:560px}.hero-badge{color:var(--gold-400);opacity:0;background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 18px;font-size:13px;font-weight:600;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp;display:inline-flex}.hero-badge-dot{background:var(--gold-400);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}.hero h1{font-family:var(--font-display);letter-spacing:-1.5px;color:#fff;opacity:0;margin-bottom:24px;font-size:clamp(40px,4.8vw,60px);font-weight:800;line-height:1.1;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.hero h1 .accent{color:var(--gold-400)}.hero-desc{color:#ffffff80;opacity:0;margin-bottom:40px;font-size:17.5px;line-height:1.75;animation:.8s cubic-bezier(.16,1,.3,1) .35s forwards fadeUp}.hero-cta{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .5s forwards fadeUp}.hero-visual{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) .4s forwards fadeUp}.hero-showcase{flex-direction:column;gap:14px;display:flex}.hero-showcase-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.showcase-card{border-radius:var(--radius-lg);background:#ffffff0a;border:1px solid #ffffff12;padding:24px 22px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.showcase-card:before{content:"";background:var(--gradient-gold);opacity:0;height:2px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.showcase-card:hover{background:#ffffff12;border-color:#d4ad3c26;transform:translateY(-3px)}.showcase-card:hover:before{opacity:1}.showcase-card-icon{background:#d4ad3c1a;border:1px solid #d4ad3c1f;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;display:flex}.showcase-card-icon svg{width:20px;height:20px;color:var(--gold-400)}.showcase-card h3{color:#fff;letter-spacing:-.2px;margin-bottom:4px;font-size:14.5px;font-weight:700}.showcase-card p{color:#ffffff59;font-size:12.5px;line-height:1.5}.showcase-card.wide{grid-column:span 2;align-items:center;gap:18px;padding:20px 22px;display:flex}.showcase-card.wide .showcase-card-icon{margin-bottom:0}.showcase-card.wide .showcase-card-text h3{margin-bottom:2px}@media (width<=1100px){.hero{padding:140px 32px 80px}.hero-inner{grid-template-columns:1fr;gap:48px}.hero-visual{max-width:520px}}@media (width<=768px){.hero{padding:120px 24px 64px}.hero-showcase-row{grid-template-columns:1fr}.showcase-card.wide{grid-column:span 1}}@media (width<=480px){.showcase-card{padding:20px 18px}}.events-section{background:var(--cream-light)}.events-layout{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.events-text .section-desc{margin-bottom:20px}.events-note{color:var(--text-medium);border-left:3px solid var(--gold-400);padding-left:16px;font-size:15px;font-style:italic;font-weight:500}.events-pills{flex-wrap:wrap;gap:12px;display:flex}.event-pill{background:var(--white);border:1px solid var(--cream-dark);color:var(--text-medium);cursor:default;border-radius:100px;align-items:center;gap:10px;padding:14px 26px;font-size:15px;font-weight:500;transition:all .35s cubic-bezier(.16,1,.3,1);display:inline-flex}.event-pill:hover{background:var(--green-50);border-color:var(--green-200);color:var(--green-600);box-shadow:var(--shadow-md);transform:translateY(-3px)}.event-pill-dot{background:var(--gold-400);border-radius:50%;flex-shrink:0;width:8px;height:8px;transition:transform .3s}.event-pill:hover .event-pill-dot{transform:scale(1.3)}@media (width<=1100px){.events-layout{grid-template-columns:1fr;gap:48px}}@media (width<=480px){.event-pill{padding:12px 20px;font-size:14px}}.planning-section{background:var(--green-900);color:#fff;position:relative;overflow:hidden}.planning-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.planning-section .section-label{color:var(--gold-400)}.planning-section .section-label:before{background:var(--gold-400)}.planning-section .section-title{color:#fff}.planning-section .section-title .accent{color:var(--gold-400)}.planning-section .section-desc{color:#ffffff80}.planning-layout{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.planning-note{color:#fff6;border-left:3px solid var(--gold-500);margin-top:24px;padding-left:16px;font-size:15.5px;line-height:1.7}.planning-steps{flex-direction:column;gap:0;display:flex;position:relative}.planning-steps:before{content:"";background:linear-gradient(180deg, var(--gold-400), #d4ad3c26);width:2px;position:absolute;top:28px;bottom:28px;left:23px}.planning-step{align-items:flex-start;gap:24px;padding:24px 0;display:flex;position:relative}.planning-step-number{width:48px;height:48px;font-family:var(--font-display);color:var(--gold-400);z-index:1;background:#d4ad3c1a;border:1.5px solid #d4ad3c33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:800;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.planning-step:hover .planning-step-number{background:var(--gold-400);border-color:var(--gold-400);color:var(--green-900);transform:scale(1.1);box-shadow:0 0 24px #d4ad3c4d}.planning-step-content{padding-top:10px}.planning-step-content h3{color:#fff;letter-spacing:-.3px;margin-bottom:6px;font-size:17px;font-weight:700}.planning-step-content p{color:#fff6;font-size:14.5px;line-height:1.65}@media (width<=1100px){.planning-layout{grid-template-columns:1fr;gap:48px}}.cta-section{background:var(--cream-light);text-align:center;padding:120px 48px;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c0f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.cta-inner{max-width:640px;margin:0 auto;position:relative}.cta-quote{font-family:var(--font-display);color:var(--text-medium);letter-spacing:-.5px;margin-bottom:16px;font-size:21px;font-weight:700;line-height:1.6}.cta-sub{color:var(--text-grey);max-width:480px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.75}.cta-gold-line{background:var(--gold-400);border-radius:2px;width:48px;height:3px;margin:0 auto 36px}@media (width<=768px){.cta-section{padding:80px 24px}}.page-hero{background:var(--gradient-hero);padding:160px 48px 88px;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c0f 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-150px}.page-hero-grid{pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.page-hero-inner{z-index:1;text-align:center;max-width:760px;margin:0 auto;position:relative}.page-hero-badge{color:var(--gold-400);opacity:0;background:#ffffff0d;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:7px 18px;font-size:13px;font-weight:600;animation:.8s cubic-bezier(.16,1,.3,1) .1s forwards fadeUp;display:inline-flex}.page-hero-badge-dot{background:var(--gold-400);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}.page-hero h1{font-family:var(--font-display);letter-spacing:-1.5px;color:#fff;opacity:0;margin-bottom:20px;font-size:clamp(38px,5vw,58px);font-weight:800;line-height:1.1;animation:.8s cubic-bezier(.16,1,.3,1) .2s forwards fadeUp}.page-hero h1 .accent{color:var(--gold-400)}.page-hero-sub{color:#ffffff80;opacity:0;max-width:540px;margin:0 auto;font-size:clamp(16px,1.8vw,18px);line-height:1.75;animation:.8s cubic-bezier(.16,1,.3,1) .35s forwards fadeUp}@media (width<=1100px){.page-hero{padding:140px 32px 72px}}@media (width<=768px){.page-hero{padding:120px 24px 56px}}.story-section{background:var(--cream-light);padding:100px 48px 110px}.story-inner{max-width:820px;margin:0 auto}.story-inner .section-label{display:flex}.story-inner .section-title{margin-bottom:36px;font-size:clamp(30px,3.5vw,40px)}.story-body{flex-direction:column;gap:0;display:flex}.story-paragraph{color:var(--text-grey);border-bottom:1px solid var(--cream-mid);padding:28px 0;font-size:17.5px;line-height:1.85}.story-paragraph:first-child{padding-top:0}.story-paragraph:last-child{border-bottom:none;padding-bottom:0}.story-paragraph strong{color:var(--text-dark);font-weight:600}.story-highlight{background:var(--white);border:1px solid var(--cream-dark);border-radius:var(--radius-lg);margin:48px 0;padding:36px 40px;position:relative;overflow:hidden}.story-highlight:before{content:"";background:var(--gradient-gold);width:4px;height:100%;position:absolute;top:0;left:0}.story-highlight p{font-family:var(--font-display);letter-spacing:-.3px;color:var(--text-medium);font-size:20px;font-weight:700;line-height:1.6}.story-highlight p .accent{color:var(--green-500)}@media (width<=1100px){.story-section{padding:80px 32px 88px}}@media (width<=768px){.story-section{padding:64px 24px 72px}.story-highlight{padding:28px}}.values-section{background:var(--green-900);color:#fff;padding:100px 48px 120px;position:relative;overflow:hidden}.values-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c14 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.values-section:after{content:"";pointer-events:none;background:radial-gradient(circle,#2d7a4f1f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;left:-100px}.values-inner{text-align:center;max-width:900px;margin:0 auto;position:relative}.values-section .section-label{color:var(--gold-400)}.values-section .section-label:before{background:var(--gold-400)}.values-section .section-title{color:#fff;margin-bottom:56px;font-size:clamp(30px,3.5vw,42px)}.values-section .section-title .accent{color:var(--gold-400)}.values-grid{grid-template-columns:repeat(5,1fr);gap:0;margin-bottom:64px;display:grid}.value-item{border-right:1px solid #ffffff0f;flex-direction:column;align-items:center;gap:18px;padding:36px 16px;transition:all .3s;display:flex}.value-item:last-child{border-right:none}.value-item:hover{background:#ffffff08}.value-item-icon{background:#d4ad3c1a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.value-item:hover .value-item-icon{background:#d4ad3c2e;transform:scale(1.08)}.value-item-icon svg{width:22px;height:22px;color:var(--gold-400)}.value-item span{color:#ffffffb3;text-align:center;letter-spacing:-.1px;font-size:14px;font-weight:600;line-height:1.4}.values-divider{background:var(--gold-400);border-radius:2px;width:48px;height:3px;margin:0 auto 36px}.values-closing{color:#ffffff73;max-width:500px;margin:0 auto 44px;font-size:19px;line-height:1.75}.values-closing strong{color:#fffc;font-weight:600}@media (width<=1100px){.values-section{padding:80px 32px 100px}.values-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.values-section{padding:64px 24px 80px}.values-grid{grid-template-columns:repeat(2,1fr)}.value-item{border-bottom:1px solid #ffffff0f;border-right:none;padding:28px 16px}.value-item:last-child{border-bottom:none}}@media (width<=480px){.values-grid{grid-template-columns:1fr}}.services-section{background:var(--cream-light)}.services-layout{grid-template-columns:1fr 1.15fr;align-items:start;gap:72px;display:grid}.services-text .section-desc{margin-bottom:20px}.services-note{color:var(--text-medium);border-left:3px solid var(--gold-400);margin-top:28px;padding-left:16px;font-size:15px;font-style:italic;font-weight:500}.svc-accordion{flex-direction:column;display:flex}.svc-item{border-bottom:1px solid var(--cream-dark)}.svc-item:first-child{border-top:1px solid var(--cream-dark)}.svc-trigger{cursor:pointer;text-align:left;width:100%;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:18px;padding:24px 0;transition:all .3s;display:flex}.svc-trigger:hover{padding-left:4px}.svc-trigger-icon{background:var(--green-50);border:1px solid var(--green-100);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.svc-trigger-icon svg{width:22px;height:22px;color:var(--green-500);transition:color .3s}.svc-item.active .svc-trigger-icon{background:var(--green-500);border-color:var(--green-500)}.svc-item.active .svc-trigger-icon svg{color:#fff}.svc-trigger-text{flex:1;justify-content:space-between;align-items:center;display:flex}.svc-trigger-text h3{color:var(--text-dark);letter-spacing:-.3px;font-size:18px;font-weight:700;transition:color .3s}.svc-trigger:hover .svc-trigger-text h3,.svc-item.active .svc-trigger-text h3{color:var(--green-600)}.svc-trigger-arrow{width:20px;height:20px;color:var(--cream-dark);flex-shrink:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.svc-item.active .svc-trigger-arrow{color:var(--green-500);transform:rotate(180deg)}.svc-content{max-height:0;transition:max-height .5s cubic-bezier(.16,1,.3,1);overflow:hidden}.svc-content-inner{padding:0 0 28px 66px}.svc-content-inner p{color:var(--text-grey);font-size:15.5px;line-height:1.75}@media (width<=1100px){.services-layout{grid-template-columns:1fr;gap:48px}}.stages-section{background:var(--green-900);color:#fff;position:relative;overflow:hidden}.stages-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-150px;right:-100px}.stages-section .section-label{color:var(--gold-400)}.stages-section .section-label:before{background:var(--gold-400)}.stages-section .section-title{color:#fff}.stages-section .section-title .accent{color:var(--gold-400)}.stages-header{text-align:center;margin-bottom:64px}.stages-header .section-desc{color:#ffffff80;margin:0 auto}.stages-timeline{grid-template-columns:repeat(4,1fr);gap:0;display:grid;position:relative}.stages-timeline:before{content:"";background:linear-gradient(90deg, #d4ad3c26, var(--gold-400), #d4ad3c26);height:2px;position:absolute;top:16px;left:calc(12.5% + 8px);right:calc(12.5% + 8px)}.stage-item{text-align:center;z-index:1;flex-direction:column;align-items:center;padding:0 12px;display:flex;position:relative}.stage-dot{background:#d4ad3c1f;border:2px solid #d4ad3c40;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.stage-dot-inner{background:var(--gold-400);border-radius:50%;width:10px;height:10px;transition:all .3s}.stage-item:hover .stage-dot{background:var(--gold-400);border-color:var(--gold-400);transform:scale(1.15);box-shadow:0 0 24px #d4ad3c59}.stage-item:hover .stage-dot-inner{background:var(--green-900)}.stage-item h3{color:#fff;letter-spacing:-.2px;margin-bottom:8px;font-size:16px;font-weight:700}.stage-item p{color:#fff6;max-width:200px;font-size:13.5px;line-height:1.6}@media (width<=768px){.stages-timeline{grid-template-columns:1fr;gap:0}.stages-timeline:before{background:linear-gradient(180deg, #d4ad3c26, var(--gold-400), #d4ad3c26);width:2px;height:auto;inset:17px auto 17px 17px}.stage-item{text-align:left;flex-direction:row;align-items:flex-start;gap:20px;padding:20px 0}.stage-dot{flex-shrink:0;min-width:34px;min-height:34px;margin-bottom:0}.stage-item h3{margin-bottom:4px}.stage-item p{max-width:100%}.stage-item-text{flex-direction:column;display:flex}}.contact-section{background:var(--cream-light);padding:100px 48px 120px}.contact-inner{grid-template-columns:1fr 1fr;align-items:start;gap:72px;max-width:1100px;margin:0 auto;display:grid}.contact-left .section-desc{color:var(--text-grey);max-width:480px;margin-bottom:36px;font-size:17px;line-height:1.75}.contact-checklist{flex-direction:column;gap:0;display:flex}.checklist-item{border-bottom:1px solid var(--cream-mid);align-items:center;gap:16px;padding:20px 0;display:flex}.checklist-item:first-child{padding-top:0}.checklist-item:last-child{border-bottom:none}.checklist-icon{background:var(--gold-100);border:1px solid var(--gold-200);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.checklist-item:hover .checklist-icon{background:var(--gold-200);transform:scale(1.06)}.checklist-icon svg{width:18px;height:18px;color:var(--gold-500)}.checklist-text h4{color:var(--text-dark);letter-spacing:-.2px;margin-bottom:2px;font-size:15.5px;font-weight:700}.checklist-text p{color:var(--text-grey);font-size:13.5px;line-height:1.5}.contact-closing{color:var(--text-grey);border-left:3px solid var(--gold-400);margin-top:32px;padding-left:16px;font-size:15px;font-style:italic;line-height:1.7}.contact-card{background:var(--green-900);border-radius:var(--radius-xl);padding:48px 40px;position:sticky;top:100px;overflow:hidden}.contact-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4ad3c1a 0%,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-80px;right:-80px}.contact-card:after{content:"";pointer-events:none;background:radial-gradient(circle,#2d7a4f26 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-60px;left:-60px}.contact-card-label{letter-spacing:2px;text-transform:uppercase;color:var(--gold-400);margin-bottom:24px;font-size:11px;font-weight:700}.contact-card-title{font-family:var(--font-display);color:#fff;letter-spacing:-.5px;margin-bottom:32px;font-size:26px;font-weight:800;line-height:1.25}.contact-actions{flex-direction:column;gap:14px;margin-bottom:36px;display:flex;position:relative}.contact-action{border-radius:var(--radius-md);background:#ffffff0d;border:1px solid #ffffff14;align-items:center;gap:16px;padding:18px 20px;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.contact-action:hover{background:#ffffff17;border-color:#d4ad3c33;transform:translate(4px)}.contact-action-icon{background:#d4ad3c1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-action-icon svg{width:20px;height:20px;color:var(--gold-400)}.contact-action-text{flex-direction:column;display:flex}.contact-action-text span:first-child{color:#fff6;letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px;font-size:12px;font-weight:600}.contact-action-text span:last-child{color:var(--gold-400);letter-spacing:-.1px;font-size:15.5px;font-weight:600}.contact-action:hover .contact-action-text span:last-child{color:var(--gold-300)}.contact-response{border-radius:var(--radius-md);background:#d4ad3c14;align-items:center;gap:12px;margin-bottom:36px;padding:16px 20px;display:flex;position:relative}.contact-response-dots{flex-shrink:0;gap:5px;display:flex}.contact-response-dot{background:var(--gold-400);border-radius:50%;width:8px;height:8px}.contact-response-dot:first-child{animation:1.5s infinite dotPulse}.contact-response-dot:nth-child(2){opacity:.6;animation:1.5s .2s infinite dotPulse}.contact-response-dot:nth-child(3){opacity:.3;animation:1.5s .4s infinite dotPulse}.contact-response span{color:#ffffff73;font-size:13.5px;font-weight:500}.contact-legal{border-top:1px solid #ffffff0f;padding-top:24px;position:relative}.contact-legal p{color:#ffffff4d;font-size:13px;line-height:1.7}@media (width<=1100px){.contact-section{padding:80px 32px 100px}}@media (width<=900px){.contact-inner{grid-template-columns:1fr;gap:48px}.contact-card{position:static}}@media (width<=768px){.contact-section{padding:64px 24px 80px}.contact-card{padding:36px 28px}}:root{--white:#fff;--cream:#fbf8f1;--cream-light:#fefcf7;--cream-mid:#f3ede0;--cream-dark:#e8dfcd;--text-dark:#1a2e23;--text-medium:#3d5347;--text-grey:#6b7f73;--text-light:#8fa396;--green-50:#eff6f1;--green-100:#d4e8da;--green-200:#a8d1b4;--green-400:#4a9b6a;--green-500:#2d7a4f;--green-600:#1f5e3a;--green-700:#1b4d30;--green-800:#163d27;--green-900:#1a2e23;--gold-100:#fdf3db;--gold-200:#f5e0a8;--gold-300:#e8c96d;--gold-400:#d4ad3c;--gold-500:#bf9a2e;--gold-600:#a68425;--gradient-hero:linear-gradient(170deg, #1a2e23 0%, #163d27 50%, #1b4d30 100%);--gradient-card:linear-gradient(180deg, #fff 0%, #fefcf7 100%);--gradient-green:linear-gradient(135deg, #2d7a4f 0%, #1f5e3a 50%, #1b4d30 100%);--gradient-gold:linear-gradient(135deg, #d4ad3c 0%, #bf9a2e 100%);--shadow-sm:0 1px 3px #1a2e230a, 0 1px 2px #1a2e230f;--shadow-md:0 4px 16px #1a2e230f, 0 2px 4px #1a2e230a;--shadow-lg:0 12px 40px #1a2e2314, 0 4px 12px #1a2e230a;--shadow-green:0 8px 32px #2d7a4f40;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--font-body:"DM Sans", sans-serif;--font-display:"Plus Jakarta Sans", sans-serif}
