:root{--forest:#1e0630;--forest-mid:#3d0b60;--forest-light:#6d22a0;--clay:#e8720a;--clay-warm:#ff8f2a;--gold:#1a7a6e;--gold-light:#2aab9a;--cream:#faf6ff;--cream-warm:#f2ebff;--sand:#e4d8f5;--ink:#1a0a2e;--ink-soft:#3d2a54;--ash:#8a7ea8;--white:#fff;--logo-purple:#8c0094;--logo-green:#1f7a1b;--logo-indigo:#3c03a8;--logo-orange:#ff8110;--logo-blue:#006fff;--ff-display:"Outfit", sans-serif;--ff-body:"Plus Jakarta Sans", sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-full:9999px;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--shadow-card:0 2px 8px #1e06300d, 0 8px 24px #1e063014;--shadow-lifted:0 12px 40px #1e063024, 0 4px 12px #1e063014;--shadow-float:0 24px 64px #1e06302e;--nav-height:68px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--ff-body);background:var(--cream);color:var(--ink);line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}.tab-scroll{scrollbar-width:none;-ms-overflow-style:none}.tab-scroll::-webkit-scrollbar{display:none}.t-eyebrow{font-family:var(--ff-display);letter-spacing:.12em;text-transform:uppercase;color:var(--clay);font-size:.72rem;font-weight:700}.t-h1{font-family:var(--ff-display);letter-spacing:-.03em;color:var(--forest);font-size:clamp(2.4rem,8vw,5rem);font-weight:800;line-height:1.08}.t-h2{font-family:var(--ff-display);letter-spacing:-.025em;color:var(--forest);font-size:clamp(1.8rem,5vw,3rem);font-weight:800;line-height:1.15}.t-h3{font-family:var(--ff-display);letter-spacing:-.02em;color:var(--forest);font-size:clamp(1.1rem,3vw,1.5rem);font-weight:700;line-height:1.25}.t-body{color:var(--ink-soft);font-size:1rem;line-height:1.7}.t-small{color:var(--ash);font-size:.875rem;line-height:1.6}.wrap{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (width>=768px){.wrap{padding:0 32px}}@media (width>=1200px){.wrap{padding:0 40px}}.btn{font-family:var(--ff-display);border-radius:var(--radius-full);transition:all .3s var(--ease-out);letter-spacing:.01em;border:2px solid #0000;align-items:center;gap:8px;padding:14px 26px;font-size:.9rem;font-weight:700;display:inline-flex}.btn-solid{background:var(--forest);color:var(--white)}.btn-solid:hover{background:var(--forest-mid);box-shadow:var(--shadow-lifted);transform:translateY(-2px)}.btn-clay{background:var(--clay);color:var(--white)}.btn-clay:hover{background:var(--clay-warm);box-shadow:var(--shadow-lifted);transform:translateY(-2px)}.btn-outline{border-color:var(--forest);color:var(--forest);background:0 0}.btn-outline:hover{background:var(--forest);color:var(--white)}.btn-ghost-white{color:var(--white);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border-color:#ffffff4d}.btn-ghost-white:hover{background:#fff3;transform:translateY(-2px)}.navbar{width:100%;height:var(--nav-height);z-index:1000;transition:all .4s var(--ease-out);position:fixed;top:0;left:0}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);background:#faf6fff2;box-shadow:0 1px #1e063012,0 8px 24px #1e06300d}.navbar-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.nav-logo{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.nav-logo-img{object-fit:contain;width:auto;max-width:140px;height:46px;transition:transform .3s var(--ease-out)}.nav-logo:hover .nav-logo-img{transform:scale(1.04)}.drawer-logo-img{max-width:120px;height:40px}.nav-links{align-items:center;gap:36px;list-style:none;display:none}.nav-link{font-family:var(--ff-display);color:var(--ink-soft);cursor:pointer;font-size:.875rem;font-weight:600;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--clay);width:0;height:2px;transition:width .3s var(--ease-out);position:absolute;bottom:-4px;left:0}.nav-link:hover,.nav-link.active{color:var(--forest)}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-cta{display:none}.nav-menu-btn{border-radius:var(--radius-md);width:42px;height:42px;color:var(--forest);background:0 0;justify-content:center;align-items:center;transition:background .2s;display:flex}.nav-menu-btn:hover{background:var(--cream-warm)}@media (width>=1024px){.nav-links{display:flex}.nav-cta{display:block}.nav-menu-btn{display:none}}.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001;opacity:0;visibility:hidden;transition:all .4s var(--ease-out);background:#1e06308c;position:fixed;inset:0}.drawer-backdrop.open{opacity:1;visibility:visible}.drawer{background:var(--cream);z-index:1002;width:min(340px,90vw);height:100vh;transition:right .5s var(--ease-out);flex-direction:column;padding:28px 24px;display:flex;position:fixed;top:0;right:-100%;overflow-y:auto}.drawer.open{right:0}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.drawer-close{border-radius:var(--radius-md);background:var(--cream-warm);width:40px;height:40px;color:var(--forest);justify-content:center;align-items:center;display:flex}.drawer-nav{flex-direction:column;list-style:none;display:flex}.drawer-nav li a,.drawer-nav li button{font-family:var(--ff-display);color:var(--ink-soft);text-align:left;border-bottom:1px solid var(--sand);background:0 0;width:100%;padding:14px 0;font-size:1.4rem;font-weight:700;transition:color .2s;display:block}.drawer-nav li a:hover,.drawer-nav li button:hover{color:var(--forest)}.drawer-nav li.active a,.drawer-nav li.active button{color:var(--clay)}.drawer-footer{flex-direction:column;gap:12px;margin-top:auto;padding-top:32px;display:flex}.drawer-contact{color:var(--ash);text-align:center;margin-top:16px;font-size:.78rem;line-height:1.5}.loader{background:var(--cream);z-index:9999;transition:opacity .6s var(--ease-out), visibility .6s;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}.loader.done{opacity:0;visibility:hidden}.loader-logo{object-fit:contain;width:auto;max-width:190px;height:64px;animation:logo-pulse 2s infinite var(--ease-in-out)}.loader-track{background:var(--sand);border-radius:2px;width:120px;height:3px;overflow:hidden}.loader-fill{background:var(--clay);width:100%;height:100%;animation:track-fill 1.4s infinite var(--ease-in-out)}@keyframes logo-pulse{0%,to{opacity:.95;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}@keyframes track-fill{0%{transform:translate(-100%)}50%{transform:translate(0)}to{transform:translate(100%)}}.page-hero{background:var(--forest);padding:calc(var(--nav-height) + 56px) 0 72px;position:relative;overflow:hidden}.page-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8720a2e 0%,#0000 70%);border-radius:50%;width:480px;height:480px;position:absolute;top:-120px;right:-120px}.page-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#6d22a040 0%,#0000 70%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:-80px;left:-80px}.page-hero-tag{font-family:var(--ff-display);letter-spacing:.12em;text-transform:uppercase;color:var(--clay-warm);margin-bottom:16px;font-size:.7rem;font-weight:700;display:inline-block}.page-hero h1{font-family:var(--ff-display);color:var(--white);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,6vw,3.5rem);font-weight:800;line-height:1.1}.page-hero p{color:#ffffffb3;max-width:520px;font-size:1.05rem;line-height:1.65}.form-field{flex-direction:column;gap:6px;display:flex}.form-field label{font-family:var(--ff-display);color:var(--forest-mid);letter-spacing:.02em;font-size:.82rem;font-weight:700}.form-field input,.form-field select,.form-field textarea{border:1.5px solid var(--sand);border-radius:var(--radius-md);background:var(--white);width:100%;font-family:var(--ff-body);color:var(--ink);outline:none;padding:13px 16px;font-size:.9rem;transition:all .25s}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--clay);box-shadow:0 0 0 4px #e8720a1f}.form-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%237a8478' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:44px}.form-field textarea{resize:vertical;min-height:100px}.card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);transition:box-shadow .4s var(--ease-out), transform .4s var(--ease-out)}.card:hover{box-shadow:var(--shadow-lifted);transform:translateY(-4px)}.section-divide{background:linear-gradient(to right, var(--clay), var(--logo-purple));border-radius:2px;width:40px;height:3px;margin:16px 0 24px}.footer{background:var(--forest);color:#ffffffb3;padding:64px 0 24px;position:relative;overflow:hidden}.footer:before{content:"";background:linear-gradient(90deg, var(--logo-purple), var(--logo-orange), var(--logo-blue), var(--logo-green), var(--logo-orange));height:4px;position:absolute;top:0;left:0;right:0}.footer-grid{grid-template-columns:1fr;gap:40px;margin-bottom:48px;display:grid}@media (width>=640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.footer-grid{grid-template-columns:1.6fr 1fr 1.6fr 1.2fr}}.footer-brand-logo{object-fit:contain;width:auto;max-width:180px;height:52px;transition:transform .3s var(--ease-out)}.footer-brand-logo:hover{transform:scale(1.03)}.footer-brand-name{font-family:var(--ff-display);color:var(--white);letter-spacing:.05em;font-size:1.15rem;font-weight:800}.footer-brand-name small{color:var(--clay-warm);letter-spacing:.1em;font-size:.6rem;font-weight:600;display:block}.footer-tagline{max-width:260px;margin-top:16px;font-size:.875rem;line-height:1.65}.footer-reg{color:#ffffff59;margin-top:20px;font-size:.75rem}.footer-heading{font-family:var(--ff-display);letter-spacing:.1em;text-transform:uppercase;color:var(--white);margin-bottom:20px;font-size:.8rem;font-weight:700;position:relative}.footer-heading:after{content:"";background:var(--clay);border-radius:1px;width:24px;height:2px;margin-top:8px;display:block}.footer-links{flex-direction:column;gap:10px;list-style:none;display:flex}.footer-links li a,.footer-links li button{color:#ffffffa6;cursor:pointer;text-align:left;background:0 0;align-items:center;gap:6px;width:100%;font-size:.875rem;transition:color .2s;display:flex}.footer-links li a:hover,.footer-links li button:hover{color:var(--white)}.footer-branch-name{font-family:var(--ff-display);color:var(--white);margin-bottom:4px;font-size:.9rem;font-weight:700}.footer-branch-addr{font-size:.8rem;line-height:1.5}.footer-branch-phone{color:var(--clay-warm);margin-top:4px;font-size:.8rem;font-weight:600}.footer-sub-form{gap:8px;margin-top:12px;display:flex}.footer-sub-input{border-radius:var(--radius-full);color:var(--white);font-size:.85rem;font-family:var(--ff-body);background:#ffffff14;border:1px solid #ffffff26;outline:none;flex:1;padding:11px 14px;transition:all .2s}.footer-sub-input:focus{border-color:var(--clay-warm);background:#ffffff1f}.footer-sub-input::placeholder{color:#ffffff59}.footer-sub-btn{background:var(--clay);width:40px;height:40px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:flex}.footer-sub-btn:hover{background:var(--clay-warm);transform:scale(1.05)}.footer-bottom{text-align:center;color:#ffffff59;border-top:1px solid #ffffff14;flex-direction:column;align-items:center;gap:8px;padding-top:24px;font-size:.78rem;display:flex}.rg-hero{grid-template-columns:1fr;align-items:center;gap:48px;display:grid}.rg-hero .hero-visual{order:-1}.rg-hero .hero-content{order:1}@media (width>=768px){.rg-hero{grid-template-columns:1fr 1fr;gap:72px}.rg-hero .hero-visual{order:2}.rg-hero .hero-content{order:1}}.rg-pillars{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.rg-pillars{grid-template-columns:repeat(3,1fr)}}.rg-testimonials{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.rg-testimonials{grid-template-columns:repeat(2,1fr)}}.rg-founder{grid-template-columns:1fr;align-items:start;gap:48px;display:grid}@media (width>=768px){.rg-founder{grid-template-columns:1.3fr 1fr;align-items:center;gap:72px}}.rg-history{grid-template-columns:1fr;align-items:start;gap:48px;display:grid}@media (width>=768px){.rg-history{grid-template-columns:1.1fr 1fr;gap:72px}}.rg-values{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.rg-values{grid-template-columns:repeat(3,1fr)}}.rg-team{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.rg-team{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.rg-team{grid-template-columns:repeat(3,1fr)}}.rg-services{grid-template-columns:1fr;gap:20px;display:grid}@media (width>=768px){.rg-services{grid-template-columns:repeat(2,1fr)}}.rg-two-col{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}@media (width>=768px){.rg-two-col{grid-template-columns:1.3fr 1fr}}.rg-stats-chips{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=768px){.rg-stats-chips{grid-template-columns:repeat(2,1fr)}}.rg-cta-row{flex-direction:column;align-items:center;gap:12px;display:flex}@media (width>=480px){.rg-cta-row{flex-direction:row;justify-content:center}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.nav-item-has-dropdown{position:relative}.nav-dropdown{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-float);border:1px solid var(--sand);opacity:0;visibility:hidden;min-width:240px;transition:transform .3s var(--ease-out), opacity .3s var(--ease-out), visibility .3s;z-index:1010;padding:12px;list-style:none;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px)}.nav-item-has-dropdown:hover .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.nav-dropdown-item{font-family:var(--ff-display);color:var(--ink-soft);border-radius:var(--radius-sm);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.nav-dropdown-item:hover{background:var(--cream-warm);color:var(--forest)}.nav-link-with-icon{align-items:center;gap:5px;display:inline-flex}.nav-caret{transition:transform .25s}.nav-item-has-dropdown:hover .nav-caret{transform:rotate(180deg)}.drawer-accordion-btn{width:100%;font-family:var(--ff-display);color:var(--ink-soft);border:none;border-bottom:1px solid var(--sand);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:14px 0;font-size:1.3rem;font-weight:700;display:flex!important}.drawer-submenu{max-height:0;transition:max-height .35s var(--ease-out);padding-left:16px;list-style:none;overflow:hidden}.drawer-submenu.open{max-height:400px}.drawer-submenu-link{font-family:var(--ff-body);color:var(--ash);cursor:pointer;padding:10px 0;font-size:.95rem;font-weight:600;transition:color .2s;display:block}.drawer-submenu-link:hover{color:var(--clay)}.timeline-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border-left:4px solid var(--clay);padding:24px;position:relative}@media (width>=1024px){.hero-section{box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;padding-top:72px!important;padding-bottom:56px!important;display:flex!important;position:relative!important;overflow:hidden!important}.hero-wrap{width:100%!important;margin:0 auto!important;padding-top:0!important;padding-bottom:0!important}.hero-marquee{z-index:10!important;width:100%!important;margin-top:0!important;position:absolute!important;bottom:0!important;left:0!important}.rg-hero{gap:48px!important}.hero-title{margin-bottom:16px!important;font-size:clamp(2.4rem,5.5vw,4rem)!important}.hero-desc{margin-bottom:28px!important;font-size:1rem!important;line-height:1.65!important}.hero-stats{margin-top:32px!important;padding-top:20px!important}.hero-visual img,.hero-visual div[style*=rotate]{max-width:360px!important}}@media (width>=1024px) and (height<=720px){.hero-section{padding-top:76px!important;padding-bottom:60px!important}.hero-wrap{padding-top:0!important;padding-bottom:0!important}.rg-hero{gap:32px!important}.hero-title{margin-bottom:10px!important;font-size:clamp(2rem,4vw,2.8rem)!important}.hero-desc{margin-bottom:16px!important;font-size:.9rem!important;line-height:1.5!important}.hero-stats{gap:24px!important;margin-top:16px!important;padding-top:10px!important}.hero-stats div div:first-child{font-size:1.3rem!important}.hero-stats div div:last-child{font-size:.68rem!important}.hero-visual img{max-width:250px!important}.hero-visual div[style*=rotate]{max-width:250px!important;margin-top:10px!important}.hero-visual div[style*=bottom]{padding:8px 12px!important}.hero-visual div[style*=bottom] div:first-child{font-size:1.25rem!important}.hero-visual div[style*=bottom] div:last-child{font-size:.65rem!important}}@media (width>=1024px) and (height<=600px){.hero-section{padding-top:68px!important;padding-bottom:48px!important}.hero-wrap{padding-top:0!important;padding-bottom:0!important}.rg-hero{gap:24px!important}.hero-title{margin-bottom:6px!important;font-size:clamp(1.8rem,3.8vw,2.3rem)!important}.hero-desc{margin-bottom:12px!important;font-size:.82rem!important;line-height:1.4!important}.hero-stats{gap:20px!important;margin-top:12px!important;padding-top:8px!important}.hero-stats div div:first-child{font-size:1.15rem!important}.hero-stats div div:last-child{font-size:.62rem!important}.hero-visual img{max-width:210px!important}.hero-visual div[style*=rotate]{max-width:210px!important;margin-top:5px!important}.hero-visual div[style*=bottom]{padding:6px 10px!important}.hero-visual div[style*=bottom] div:first-child{font-size:1.15rem!important}.hero-visual div[style*=bottom] div:last-child{font-size:.6rem!important}.hero-visual div[style*=top]{padding:4px 10px!important;font-size:.65rem!important}}
