*{margin:0;padding:0;box-sizing:border-box}:root{--navy-deep:#1e3a5f;--copper-warm:#b87333;--gray-cool:#6b7280;--white-crisp:#ffffff;--blue-soft:#3b82f6;--charcoal-warm:#374151;--font-serif:Georgia,"Times New Roman",serif;--font-sans:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif}body{font-family:var(--font-sans);line-height:1.6;color:var(--charcoal-warm);background-color:var(--white-crisp)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--navy-deep);line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:4rem 0}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0 30%,#f1f5f9);color:var(--charcoal-warm);text-align:center;padding:6rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:repeating-linear-gradient(45deg,transparent,transparent 20px,rgba(184,115,51,.05) 0,rgba(184,115,51,.05) 22px)}.hero-content{position:relative;z-index:1}.hero-logo{margin-bottom:2rem}.logo svg,.logo-compact svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.logo-compact{display:inline-block}.hero h1{font-size:3.5rem;color:var(--navy-deep);margin-bottom:1.5rem;font-weight:700}.hero .tagline{font-size:1.25rem;margin-bottom:2rem;color:var(--gray-cool);max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:var(--copper-warm);color:var(--white-crisp);padding:1rem 2rem;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:2px solid var(--copper-warm)}.cta-button:hover{background:var(--navy-deep);color:var(--white-crisp);border-color:var(--navy-deep)}.services{background:var(--white-crisp)}.services h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.service-card{background:#f9fafb;padding:2rem;border-radius:12px;border-left:4px solid var(--copper-warm);transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{color:var(--navy-deep);margin-bottom:1rem;font-size:1.5rem}.service-card p{color:var(--gray-cool);line-height:1.6}.about{background:var(--navy-deep)}.about,.about h2{color:var(--white-crisp)}.about h2{text-align:center;margin-bottom:3rem;font-size:2.5rem}.about-content{max-width:800px;margin:0 auto;text-align:center;font-size:1.125rem;line-height:1.8}.about-highlight{color:var(--copper-warm);font-weight:600}.contact{background:var(--white-crisp);text-align:center}.contact h2{margin-bottom:2rem;font-size:2.5rem}.contact p{font-size:1.125rem;margin-bottom:2rem;color:var(--gray-cool)}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero .tagline{font-size:1rem}.container{padding:0 1rem}.section{padding:2rem 0}.hero{padding:4rem 0}}