.dot-grid{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.dot-grid__wrap{width:100%;height:100%;position:relative}.dot-grid__canvas{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}:root{--bg:#fcfbf8;--surface:#fff;--surface-2:#f8f3eb;--text:#121212;--muted:#5f5d58;--accent:#ff6b1a;--accent-strong:#e8570b;--border:#e8dfd6;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--space-8:64px;--space-12:96px;--text-sm:clamp(.8rem, .75rem + .2vw, .875rem);--text-base:clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg:clamp(1.125rem, 1.05rem + .375vw, 1.25rem);--text-xl:clamp(1.25rem, 1.15rem + .5vw, 1.5rem);--text-2xl:clamp(1.5rem, 1.3rem + 1vw, 2rem);--text-3xl:clamp(1.875rem, 1.5rem + 1.8vw, 2.5rem);--text-4xl:clamp(2.25rem, 1.8rem + 2.5vw, 3rem);--text-5xl:clamp(2.8rem, 2.2rem + 3.5vw, 4.5rem)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;color:var(--text);background-color:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{color:var(--text);background:linear-gradient(135deg,#fff 0%,#fcfbf8 100%);position:relative;overflow-x:hidden}a{color:inherit;text-decoration:none}main,.site-header,.site-footer{z-index:1;position:relative}.section{flex-direction:column;justify-content:center;padding:3rem 6%;display:flex}.bg-soft{background:linear-gradient(#ff6b1a0a,#0000)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--accent);width:1.8rem;height:1px}.site-header{z-index:1000;-webkit-backdrop-filter:blur(24px)saturate(160%);background:#ffffff8c;border:1px solid #ffffff4d;border-radius:2rem;width:90%;max-width:850px;margin:0 auto;padding:0;transition:all .4s cubic-bezier(.22,1,.36,1);position:fixed;top:1.5rem;left:0;right:0;box-shadow:0 16px 48px #00000026,inset 0 1px 1px #fff9}.site-header-scrolled{top:1rem;box-shadow:0 20px 50px #0003,0 4px 15px #00000014}.navbar-inner{justify-content:space-between;align-items:center;width:100%;padding:.75rem 2rem;display:flex}.navbar-left,.navbar-right,.navbar-center{align-items:center;display:flex}.brand-mark{align-items:center;gap:.5rem;transition:opacity .2s;display:inline-flex}.brand-mark:hover{opacity:.75}.brand-logo-bars{align-items:flex-end;gap:2.5px;height:18px;display:flex}.brand-logo-bars i{background:var(--accent);border-radius:2px;width:3.5px;transition:transform .3s;display:block}.brand-mark:hover .brand-logo-bars i{transform:scaleY(1.15)}.brand-logo-bars i:first-child{height:10px}.brand-logo-bars i:nth-child(2){height:15px}.brand-logo-bars i:nth-child(3){height:18px}.brand-logo-bars i:nth-child(4){height:13px}.brand-logo-bars i:nth-child(5){height:9px}.nav-links{gap:.75rem;list-style:none;display:flex}.nav-link{font-size:var(--text-sm);color:#000;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;min-width:48px;min-height:48px;padding:.4rem .6rem;transition:color .25s;display:inline-flex;position:relative}.nav-link:after{content:"";background:var(--accent);border-radius:2px;width:0;height:2px;transition:width .3s,left .3s;position:absolute;bottom:0;left:50%}.nav-link:hover,.nav-link.active{color:var(--text)}.nav-link:hover:after,.nav-link.active:after{width:60%;left:20%}.mobile-menu-btn{cursor:pointer;color:var(--text);background:0 0;border:none;min-width:48px;min-height:48px;padding:4px;display:none}.mobile-nav-panel{display:none}.hero-section{grid-template-columns:1.15fr .85fr;align-items:center;gap:3rem;min-height:100vh;padding:6rem 6% 3rem;display:grid;position:relative;overflow:hidden}.hero-bg-container{z-index:0;pointer-events:none;position:absolute;inset:0}.hero-bg-image{object-fit:cover;object-position:center;width:100%;height:100%}.hero-gradient-overlay{pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fffffffa 20%,#ffffffd9 40%,#ffffff4d 60%,#fff0 80%);position:absolute;inset:0}.hero-copy,.hero-contact-box{z-index:1;position:relative}.hero-copy{flex-direction:column;display:flex}.hero-copy .eyebrow{margin-top:var(--space-4)}.hero-copy h1{font-size:var(--text-4xl);letter-spacing:-.05em;max-width:600px;margin-top:var(--space-0);margin-bottom:var(--space-3);line-height:1}.hero-copy p{font-size:var(--text-lg);color:var(--muted);max-width:500px;margin-bottom:var(--space-5);line-height:1.7}.hero-stats{gap:var(--space-2);flex-wrap:wrap;display:flex}.hero-stats div{border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border-radius:1rem;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;min-width:140px;padding:1.25rem 1.1rem;transition:transform .3s,box-shadow .3s;display:flex}.hero-stats div:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f}.hero-stats strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.hero-stats span{color:var(--muted);font-size:.9rem}.hero-contact-box{-webkit-backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #e8dfd699;border-radius:1.6rem;max-width:400px;padding:1.8rem;box-shadow:0 25px 60px #0000001a}.hero-contact-box-header{color:var(--text);align-items:center;gap:.7rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:flex}.hero-contact-box-subtitle{color:var(--muted);margin-bottom:1.2rem;font-size:.92rem;line-height:1.6}.hero-contact-form{flex-direction:column;gap:1rem;display:flex}.dot{background:var(--accent);border-radius:999px;width:.7rem;height:.7rem;animation:2s ease-in-out infinite dot-pulse}@keyframes dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.section-split{grid-template-columns:1fr .95fr;align-items:center;gap:2rem;display:grid}.section-intro h2,.section-heading h2,.contact-title{letter-spacing:-.04em;max-width:650px;margin-bottom:1rem;font-size:clamp(1.75rem,2.5vw,2.25rem);line-height:1.1}.section-intro p,.contact-subtitle,.card p,.about-panel-card span{color:var(--muted);font-size:1rem;line-height:1.8}.pill-row{flex-wrap:wrap;gap:.7rem;margin-top:1.2rem;display:flex}.pill{background:var(--surface);border:1px solid var(--border);color:var(--text);cursor:default;border-radius:999px;padding:.6rem .9rem;font-size:.9rem;transition:background .2s,border-color .2s,transform .2s}.pill:hover{border-color:var(--accent);background:#ff6b1a0f}.about-image-container{justify-content:flex-end;padding:2rem 0;display:flex;position:relative}.about-image-wrapper{aspect-ratio:4/3;border-radius:120px 32px 32px 120px;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 24px 48px #0000001f}.about-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.about-image-wrapper:hover img{transform:scale(1.05)}.about-stats-card{-webkit-backdrop-filter:blur(12px);z-index:10;background:#fffffff2;border:1px solid #fff6;border-radius:20px;align-items:center;gap:1rem;padding:1.2rem 1.8rem;display:flex;position:absolute;bottom:0;right:0;box-shadow:0 12px 32px #00000026}.about-stats-card strong{color:var(--text);font-size:1.4rem;line-height:1.2;display:block}.about-stats-card span{color:var(--muted);font-size:.85rem;font-weight:500}.services-section{gap:2rem}.services-header-split{grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;margin-bottom:2rem;display:grid}.services-header-image-wrapper{aspect-ratio:16/10;border:1px solid var(--border);border-radius:20px;height:240px;overflow:hidden;box-shadow:0 15px 35px #0000000d}.services-header-image{object-fit:cover;width:100%;height:100%;display:block}.services-intro{max-width:700px}@media (width<=900px){.services-header-split{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.services-header-image-wrapper{aspect-ratio:16/9;height:auto}}.services-content{grid-template-columns:.9fr 1.1fr;align-items:center;gap:2.5rem;margin-top:1.5rem;display:grid}.services-image-wrapper{border-radius:1.4rem;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000014}.services-image-wrapper:after{content:"";pointer-events:none;border:1px solid #fff3;border-radius:1.4rem;position:absolute;inset:0}.services-image{object-fit:cover;width:100%;height:100%;max-height:480px;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.services-image-wrapper:hover .services-image{transform:scale(1.03)}.services-features{flex-direction:column;gap:1rem;display:flex}.service-feature-item{background:var(--surface);border:1px solid var(--border);cursor:default;border-radius:1rem;align-items:flex-start;gap:1rem;padding:1.1rem 1.2rem;transition:border-color .3s,box-shadow .3s;display:flex}.service-feature-item:hover{border-color:var(--accent);box-shadow:0 8px 24px #ff6b1a14}.service-feature-accent{background:var(--accent);opacity:.5;border-radius:4px;flex-shrink:0;align-self:stretch;width:4px;min-height:100%;transition:opacity .3s}.service-feature-item:hover .service-feature-accent{opacity:1}.service-feature-item strong{color:var(--text);margin-bottom:.2rem;font-size:1rem;display:block}.service-feature-item span{color:var(--muted);font-size:.9rem;line-height:1.5}.card-container{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem;margin-top:1.5rem;display:grid}.card{border:1px solid var(--border);background:var(--surface);border-radius:1.3rem;padding:1.7rem;transition:box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s;overflow:hidden;box-shadow:0 15px 30px #1212120a}.card:hover{border-color:#ff6b1a33;box-shadow:0 30px 60px #12121214}.card-image-wrapper{background:#fbfbf9;border-radius:.9rem;justify-content:center;align-items:center;width:100%;height:160px;margin-bottom:1rem;display:flex;overflow:hidden}.card-image{object-fit:contain;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.card:hover .card-image{transform:scale(1.05)}.metric{color:var(--accent);margin-bottom:.6rem;font-size:2rem;font-weight:700}.card h3{margin-bottom:.5rem;font-size:1.15rem}.contact-section-wrapper{position:relative;overflow:hidden}.contact-dotgrid-bg{z-index:0;opacity:1;pointer-events:auto;position:absolute;inset:0}.contact-container{z-index:1;border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);background:#ffffffeb;border-radius:1.7rem;grid-template-columns:.95fr 1.05fr;gap:2rem;padding:2rem;display:grid;position:relative;box-shadow:0 25px 60px #1212120f}.contact-info{flex-direction:column;justify-content:space-between;gap:1.5rem;display:flex}.info-blocks{gap:1rem;display:grid}.info-blocks p{color:var(--muted);flex-direction:column;gap:.35rem;display:flex}.info-blocks strong{color:var(--text);text-transform:uppercase;letter-spacing:.12em;font-size:.85rem}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.input-group{position:relative}.input-group input,.input-group textarea{border:none;border-bottom:1px solid var(--border);width:100%;font:inherit;color:var(--text);resize:vertical;background:0 0;padding:.9rem 0;transition:border-color .3s}.input-group input:focus,.input-group textarea:focus{border-color:var(--accent);outline:none}.input-group label{color:var(--muted);pointer-events:none;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:.95rem;left:0}.input-group input:focus~label,.input-group input:not(:placeholder-shown)~label,.input-group textarea:focus~label,.input-group textarea:not(:placeholder-shown)~label{color:var(--accent);font-size:.8rem;top:-.8rem}.submit-btn{cursor:pointer;font:inherit;background:var(--accent);color:#fff;border:none;border-radius:999px;margin-top:.5rem;padding:.95rem 1.3rem;font-weight:700;transition:transform .25s,background .25s,box-shadow .25s;position:relative;overflow:hidden}.submit-btn:before{content:"";opacity:0;background:linear-gradient(135deg,#0000,#ffffff26);transition:opacity .3s;position:absolute;inset:0}.submit-btn:hover{background:var(--accent-strong);transform:translateY(-2px);box-shadow:0 8px 20px #ff6b1a40}.submit-btn:hover:before{opacity:1}.submit-btn:active{transform:translateY(0)}.contact-error{color:#ff6b6b;text-align:center;margin:0;font-size:.82rem}.btn{border-radius:999px;justify-content:center;align-items:center;padding:.95rem 1.3rem;font-weight:600;transition:transform .25s,box-shadow .25s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--text);color:var(--surface);box-shadow:0 10px 30px #1212121f}.btn-secondary{border:1px solid var(--border);background:var(--surface);color:var(--text)}.site-footer{color:var(--muted);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.5rem 6% 2rem;font-size:.95rem;display:flex}.site-footer div{gap:1.2rem;display:flex}.site-footer a{transition:color .2s}.site-footer a:hover{color:var(--text)}@media (width<=1024px){.hero-section{padding:6rem 5% 3rem}.section{padding:3rem 5%}}@media (width<=900px){.hero-section,.section-split,.contact-container,.services-content{grid-template-columns:1fr}.hero-section{gap:2rem;padding-top:5rem}.hero-contact-box{max-width:100%}.services-image-wrapper{max-height:350px}}@media (width<=768px){.desktop-nav{display:none}.mobile-menu-btn{justify-content:center;align-items:center;display:flex}.mobile-nav-panel{-webkit-backdrop-filter:blur(24px)saturate(160%);background:#fffffff2;border-top:1px solid #ffffff4d;border-radius:0 0 2rem 2rem;width:100%;display:block;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 8px 32px #00000014}.mobile-nav-links{padding:var(--space-2) var(--space-3) var(--space-3);gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.submit-btn,.btn{justify-content:center;width:100%;display:flex}}@media (width<=640px){.section{padding:var(--space-4) var(--space-2)}.site-header{width:95%}.navbar-inner{padding:var(--space-1) var(--space-2)}.hero-section{padding:var(--space-12) var(--space-2) var(--space-4)}.hero-stats{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.hero-stats div{min-width:0}.services-content{gap:var(--space-3)}.site-footer{gap:var(--space-2);padding:var(--space-3) var(--space-2) var(--space-4);flex-direction:column;align-items:flex-start}}@media (width<=380px){.hero-copy h1{font-size:var(--text-4xl)}}*,:before,:after{transition-timing-function:cubic-bezier(.16,1,.3,1)}
