*{box-sizing:border-box;margin:0;padding:0}:root{--bg-light:#efede5;--text-light:#2e2b29;--bg-dark:#201e1d;--text-dark:#efede5}body{color:var(--text-light);background:var(--bg-light);font-family:Georgia,serif;font-size:18px;line-height:1.1;transition:color .3s,background-color .3s;position:relative;overflow-x:hidden}body:after{content:"";pointer-events:none;z-index:1;background:rgba(46,43,41,.1);width:100px;height:1px;animation:30s ease-in-out infinite float1;position:fixed;top:20%;right:10%;transform:rotate(15deg)}body:before{content:"";pointer-events:none;z-index:1;background:rgba(46,43,41,.08);width:80px;height:1px;animation:40s ease-in-out infinite float2;position:fixed;bottom:30%;left:15%;transform:rotate(-25deg)}html.dark body:after{background:rgba(239,237,229,.1)}html.dark body:before{background:rgba(239,237,229,.08)}@keyframes float1{0%,to{opacity:.1;transform:rotate(15deg)translateY(0)}50%{opacity:.05;transform:rotate(15deg)translateY(-10px)}}@keyframes float2{0%,to{opacity:.08;transform:rotate(-25deg)translate(0)}50%{opacity:.12;transform:rotate(-25deg)translate(10px)}}html.dark body{color:var(--text-dark);background:var(--bg-dark)}.header{z-index:1000;background:0 0;margin-bottom:3rem;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav-container{z-index:10;justify-content:space-between;align-items:center;max-width:800px;margin:0 auto;padding:0 2rem;display:flex;position:relative}.logo-text{color:inherit;font-size:40px;font-weight:400}.theme-toggle{cursor:pointer;background:0 0;border:none;border-radius:50px;padding:.5rem}.toggle-slider{background:rgba(46,43,41,.2);border-radius:12px;width:44px;height:24px;transition:background-color .3s;position:relative}html.dark .toggle-slider{background:rgba(239,237,229,.2)}.toggle-thumb{background:var(--text-light);border-radius:50%;width:20px;height:20px;transition:transform .3s,background-color .3s;position:absolute;top:2px;left:2px}html.dark .toggle-thumb{background:var(--text-dark);transform:translate(20px)}.hero-section{padding-top:8rem;padding-bottom:1rem}.content-section{padding:2rem 0}.content-container{z-index:10;max-width:800px;margin:0 auto;padding:0 2rem;position:relative}.page-title{color:inherit;margin-bottom:1rem;font-size:2.5rem;font-weight:400;line-height:1.2}.section-heading{color:inherit;text-underline-offset:4px;margin-bottom:1.5rem;font-size:2rem;font-weight:400;line-height:1.3;text-decoration:underline;text-decoration-thickness:1px}.content-block{margin-bottom:1rem}.content-block p{color:inherit;margin-bottom:1rem;font-size:18px;line-height:1.6}.content-block p:last-child{margin-bottom:0}.service-heading{color:inherit;margin-bottom:.75rem;font-size:18px;font-weight:700;line-height:1.4}.contact-info{flex-direction:column;gap:.5rem;display:flex}.contact-item{color:inherit;font-size:18px;line-height:1.5}.contact-item strong{font-weight:700}@media (max-width:768px){body:after,body:before{display:none}body{font-size:16px}.nav-container,.content-container{max-width:94%;padding:0 1rem}.logo-text{font-size:20px}.page-title{margin-bottom:1rem;font-size:2rem}.section-heading{margin-bottom:1.5rem;font-size:1.25rem}.hero-section{padding-top:5rem;padding-bottom:2.5rem}.content-section{padding:2rem 0}.content-block{margin-bottom:1rem}.content-block p,.service-heading,.contact-item{font-size:16px}}
