.section-title{display:flex;flex-direction:column;gap:8px;margin:0 0 var(--space-3) 0}.section-title .kicker{font-size:.85rem;font-weight:800;color:var(--accent-alt);text-transform:uppercase;letter-spacing:.08em}.section-title .title-row{display:flex;align-items:center;gap:18px}.section-title .title-decor{width:6px;height:48px;border-radius:6px;background:linear-gradient(180deg,var(--accent),var(--accent-2));box-shadow:0 6px 20px #02223c0f;flex:0 0 6px}.section-title h2{margin-top:15px;font-size:clamp(1.4rem,3.4vw,2.1rem);line-height:1.05;font-weight:800}.heading-gold .title-decor{background:linear-gradient(180deg,#ffb347,#ff8a00)}.section-title .sub{color:var(--muted);margin-top:6px;font-size:.98rem}.section-title.boxed{background:linear-gradient(90deg,#00b4d808,#ff8a0005);padding:14px;border-radius:12px;border:1px solid rgba(0,0,0,.03)}.heading-gradient-strong{font-weight:800;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:768px){.section-title .title-decor{height:40px;width:5px}.section-title h2{font-size:1.3rem}}.app-header{position:sticky;top:0;z-index:120;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:padding .22s ease,box-shadow .22s ease;border-bottom:1px solid rgba(20,30,36,.04)}.app-header.scrolled{padding:2px 0;box-shadow:0 8px 24px #0c141a0f}.header-container{max-width:var(--max-width);margin:0 auto;padding:12px var(--space-3);display:flex;align-items:center;justify-content:space-between}.logo{height:100%;max-height:60px;transition:none}.logo.small{height:100%;max-height:60px}.header-nav{display:flex;gap:20px;align-items:center}.nav-item{color:var(--text-dark);text-decoration:none;font-weight:600;padding:8px 6px;border-radius:6px;transition:color .15s ease,transform .15s ease}.nav-item:hover{color:var(--accent);transform:translateY(-2px)}.nav-item.active{color:var(--accent);box-shadow:inset 0 -3px 0 var(--accent)}.hero-inner{display:flex;align-items:center;gap:28px;justify-content:center;flex-direction:column}.hero-kicker{color:var(--accent-alt);font-weight:700;letter-spacing:.02em;text-transform:uppercase;font-size:.85rem}.material-symbols-outlined{font-size:34px;color:var(--accent);display:inline-block;margin-bottom:10px}.project-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--card-shadow)}.project-card img{width:100%;height:200px;object-fit:cover}.project-card .project-body{padding:14px}.app-footer{background:var(--bg);padding:20px 0;color:var(--muted);border-top:1px solid rgba(0,0,0,.04)}.footer-container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-3);display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap}.footer-left{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.footer-logo{height:40px}.footer-tagline{margin:0;font-size:.92rem;color:var(--muted)}.footer-links{display:flex;gap:16px;align-items:center}.footer-links a{color:var(--muted);text-decoration:none;font-weight:600}.footer-links a:hover{color:var(--accent)}.footer-copy{font-size:.88rem;color:var(--muted)}@media(max-width:768px){.footer-container{flex-direction:column;text-align:center;align-items:center}.footer-left{align-items:center}}.lightbox-overlay{position:fixed;inset:0;background:#000000b8;display:flex;align-items:center;justify-content:center;z-index:9999}.lightbox-content{max-width:90%;max-height:90%;border-radius:8px;overflow:hidden}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{display:flex;flex-direction:column;justify-content:center}.service-card .card-body{display:flex;flex-direction:column;align-items:center;text-align:center}.service-heading.blue{color:var(--accent)}.service-heading.gold{color:#b37f00}.service-heading.indigo{color:#5b21b6}.service-heading.yellow{color:#b45309}.service-heading.green{color:#059669}.card .icon-circle{box-shadow:none}.card-body h3,.card-body h4{font-size:1.5rem;color:var(--text-dark);margin-top:0;margin-bottom:8px;font-weight:700}.card:hover .icon-circle{transform:translateY(-4px);transition:transform .22s ease}.cta-strip .container{display:flex;align-items:center;gap:20px}.cta-strip .cta-actions{margin-top:10px;display:flex;gap:12px;align-items:center}.split-card{display:flex;gap:12px;align-items:flex-start}.split-card .meta{min-width:44px;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.split-card{flex-direction:row}.cta-strip .container{flex-direction:column;text-align:center}}:root{--accent: #0077b6;--accent-2: #00b4d8;--accent-alt: #ff8a00;--bg: #f8f9fa;--bg-dark: #07131d;--text-dark: #1f2326;--text-light: #e9ecef;--muted: #6c757d;--card-shadow: 0 10px 30px rgba(12, 20, 26, .06);--card-shadow-hover: 0 18px 36px rgba(12, 20, 26, .1);--elevation-sm: 0 6px 18px rgba(12, 20, 26, .06);--radius: 10px;--font-body: "Poppins", Inter, "Helvetica Neue", Arial, sans-serif;--font-heading: "Poppins", Inter, "Helvetica Neue", Arial, sans-serif;--max-width: 100%;--space-1: 8px;--space-2: 12px;--space-3: 20px;--space-4: 28px;--space-5: 40px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font-body);background:var(--bg);color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-size:16px}.container{width:100%;max-width:100%;margin:0;padding-left:24px;padding-right:24px}.heading{display:block;margin:0 0 var(--space-3) 0}.heading .kicker{display:block;font-size:.85rem;font-weight:700;color:var(--accent-alt);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.heading h1,.heading h2,.heading h3,.heading h4,.heading h5,.heading h6{margin:0;color:var(--text-dark);font-family:var(--font-heading)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin:0 0 var(--space-2) 0;color:var(--text-dark);line-height:1.15;letter-spacing:-.01em}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:.95rem}h6{font-size:.85rem}.heading-gradient{font-weight:700;background:linear-gradient(90deg,var(--accent),var(--accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}p{margin:0 0 var(--space-2) 0;color:var(--muted)}.btn{display:inline-block;padding:10px 18px;border-radius:10px;background:var(--accent-2);color:#fff;border:0;cursor:pointer;font-weight:600;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .12s ease}.btn:hover{transform:translateY(-2px);background:var(--accent-2);box-shadow:var(--elevation-sm)}.btn.secondary{background:transparent;color:var(--accent);border:1px solid var(--accent)}.btn.small{padding:6px 10px;font-size:.92rem}.jumbo-hero{width:100%;margin:0;padding:0;box-sizing:border-box;position:relative;overflow:visible;min-height:360px}.jumbo-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#00000059);pointer-events:none}.jumbo-hero .hero-inner{max-width:var(--max-width);margin:0 auto;padding:var(--space-5) var(--space-3);display:flex;gap:28px;align-items:center;justify-content:space-between;flex-wrap:wrap}.jumbo-hero .hero-left{flex:1;min-width:320px}.jumbo-hero h1{color:#fff;font-size:clamp(1.8rem,4vw,3.75rem);margin-bottom:var(--space-2)}.jumbo-hero p{color:#ffffffe6;max-width:760px;margin-bottom:16px}.hero-visual{max-width:420px;margin-left:var(--space-4);display:flex;justify-content:flex-end}.card{background:#fff;border-radius:var(--radius);box-shadow:var(--card-shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .22s cubic-bezier(.2,.9,.3,1),box-shadow .22s ease}.card:hover{transform:translateY(-8px);box-shadow:var(--card-shadow-hover)}.card-body{padding:18px;flex:1}.card.quiet{background:#fff;border:1px solid rgba(0,0,0,.03)}.grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.projects-grid{display:grid;gap:18px;grid-template-columns:repeat(1,1fr)}@media(min-width:576px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.projects-grid{grid-template-columns:repeat(4,1fr)}}img{max-width:100%;height:auto;display:block;border-radius:6px}.row{display:flex;gap:12px;flex-wrap:wrap}.badge{display:inline-block;padding:6px 10px;border-radius:999px;background:#0077b614;color:var(--accent);font-weight:600;font-size:.85rem}.muted{color:var(--muted)}.small{font-size:.9rem}.reveal{opacity:0;transform:translateY(18px);transition:all .55s cubic-bezier(.2,.9,.3,1)}.reveal.in-view{opacity:1;transform:none}.section{padding:var(--space-5) 0}.section .container{padding-left:10px;padding-right:10px}@media(max-width:768px){.jumbo-hero{padding:var(--space-4) 0}h1{font-size:1.8rem}.container{padding:0 12px}}.icon-circle{width:64px;height:64px;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;box-shadow:0 6px 20px #1018280a}.ic-blue{background:linear-gradient(135deg,#0077b61f,#00b4d80f)}.ic-gold{background:linear-gradient(135deg,#ffc3001f,#ffc3000d)}.ic-indigo{background:linear-gradient(135deg,#583c981a,#7c3aed0f)}.ic-yellow{background:linear-gradient(135deg,#facc151f,#facc150d)}.ic-green{background:linear-gradient(135deg,#22c55e1f,#22c55e0d)}.icon-blue{color:var(--accent);font-size:28px}.icon-gold{color:#b37f00;font-size:28px}.icon-indigo{color:#5b21b6;font-size:28px}.icon-yellow{color:#b45309;font-size:28px}.icon-green{color:#059669;font-size:28px}.cta-strip{background:linear-gradient(180deg,var(--accent) 0%,var(--accent-2) 100%);color:#fff;width:100%;margin:0;padding:40px 20px 30px}.cta-strip .container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-4);display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cta-strip h2{color:#fff;margin:0 0 8px;font-size:1.9rem;font-weight:700}.cta-strip p{color:#ffffffe6;margin:0}.kicker{font-weight:700;color:var(--accent-alt)}.center{text-align:center}.padded{padding:var(--space-3)}.full-bleed{position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;width:100vw;box-sizing:border-box;overflow:visible}
