*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0f1f3d;--navy-mid: #1a3260;--charcoal: #2c2c2c;--mid-gray: #6b7280;--light-gray: #f5f7fa;--white: #ffffff;--gold: #8c6d00;--max-width: 1100px}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--charcoal);line-height:1.7;background:var(--white);font-size:1rem;font-feature-settings:"cv02","cv03","cv04";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:var(--max-width);margin:0 auto;padding:0 2.5rem}.site-header{position:sticky;top:0;z-index:100;background:var(--navy);border-bottom:1px solid var(--navy-mid)}.nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px;position:relative}.logo{color:var(--white);text-decoration:none;display:flex;align-items:center;flex-shrink:0}.nav-logo{height:44px;width:auto;display:block}.nav-company{color:var(--white);font-size:.88rem;font-weight:600;margin-left:.8rem;white-space:nowrap;letter-spacing:.01em}.nav-links{list-style:none;display:flex;gap:2.5rem}.nav-links a{color:#fffc;text-decoration:none;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;gap:5px;flex-shrink:0}.nav-toggle span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s,opacity .2s}.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}#principles,#services,#about,#contact{scroll-margin-top:80px}.section-label{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:.85rem}.section-heading{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.7rem,3vw,2.4rem);color:var(--navy);margin-bottom:3.5rem;font-weight:400;line-height:1.2}.btn{display:inline-block;padding:.9rem 2.25rem;border-radius:3px;font-size:.95rem;font-weight:600;font-family:inherit;text-decoration:none;letter-spacing:.02em;border:2px solid transparent;transition:background .2s,color .2s,border-color .2s;cursor:pointer}.btn-primary{background:var(--white);color:var(--navy);border-color:var(--white)}.btn-primary:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.btn-navy{background:var(--navy);color:var(--white);border-color:var(--navy)}.btn-navy:hover{background:var(--navy-mid);border-color:var(--navy-mid)}.hero{background:var(--navy);color:var(--white);padding:9rem 0 8rem}.hero h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,4.5vw,3.4rem);font-weight:400;line-height:1.15;max-width:760px;margin-bottom:1.75rem;color:var(--white)}.hero-sub{max-width:600px;color:#ffffffc7;font-size:1.1rem;line-height:1.8;margin-bottom:3rem}.principles{background:var(--light-gray);padding:6.5rem 0;border-top:1px solid #e8eaed;border-bottom:1px solid #e8eaed}.principles .section-heading{margin-bottom:2.5rem}.principles-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.principle-card{background:var(--white);border:1px solid #e2e5eb;border-radius:4px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.principle-card h3{font-family:Georgia,Times New Roman,serif;font-size:1.05rem;color:var(--navy);margin-bottom:1rem;font-weight:400;line-height:1.4}.principle-card p{color:var(--mid-gray);font-size:.95rem;line-height:1.75}.services{background:var(--white);padding:7rem 0}.services-feed{border-top:1px solid #e2e5eb}.service-row{padding:3rem 0;border-bottom:1px solid #e2e5eb;display:grid;grid-template-columns:280px 1fr;gap:3rem;align-items:baseline}.service-row h3{font-family:Georgia,Times New Roman,serif;font-size:1.1rem;color:var(--navy);font-weight:400;line-height:1.35}.service-row p{color:var(--mid-gray);font-size:1rem;line-height:1.75}.section-cta{background:var(--light-gray);padding:5rem 0;text-align:center;border-top:1px solid #e0e3e8}.section-cta-prompt{font-size:1.2rem;color:var(--charcoal);margin-bottom:1.75rem;font-family:Georgia,Times New Roman,serif;font-weight:400}.about{background:var(--white);padding:7rem 0}.about-layout{display:grid;grid-template-columns:220px 1fr;gap:4rem;align-items:start}.about-headshot-wrap{flex-shrink:0}.about-headshot{width:220px;height:300px;border-radius:6px;object-fit:cover;object-position:center top;border:4px solid var(--light-gray);box-shadow:0 4px 20px #0000001a;display:block}.about-inner p{font-size:1.05rem;color:var(--charcoal);line-height:1.85}.about-inner p+p{margin-top:1.5rem}.contact{background:var(--navy);color:var(--white);padding:7rem 0}.contact .section-heading{color:var(--white)}.contact-sub{color:#ffffffb8;max-width:520px;margin-top:1rem;line-height:1.8;font-size:1rem}.contact-form{max-width:560px;margin-top:3rem}.form-group{margin-bottom:1.75rem}.form-group label{display:block;color:#ffffffd9;font-size:.875rem;font-weight:500;margin-bottom:.6rem;letter-spacing:.02em}.form-group input,.form-group textarea{width:100%;padding:.9rem 1.1rem;background:#ffffff14;border:1px solid rgba(255,255,255,.2);border-radius:3px;color:var(--white);font-size:.95rem;font-family:inherit;line-height:1.5;transition:border-color .2s,background .2s}.form-group input::placeholder{color:#ffffff59}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--gold);background:#ffffff1f}.form-group textarea{resize:vertical;min-height:140px;color:#ffffffbf}.form-success{display:none;color:var(--gold);font-size:1.1rem;margin-top:2rem;font-family:Georgia,Times New Roman,serif;font-style:italic}.contact-direct{margin-top:3rem;color:#ffffff80;font-size:.875rem}.contact-direct a{color:#ffffffb3;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:.1rem;transition:color .2s,border-color .2s}.contact-direct a:hover{color:var(--gold);border-color:var(--gold)}.site-footer{background:#080e1f;color:#ffffff73;font-size:.875rem;padding-top:0}.footer-cta{text-align:center;padding:4.5rem 0 4rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-cta-prompt{color:#ffffffb3;font-size:1.1rem;margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif;font-weight:400}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding:3.5rem 0;border-top:1px solid rgba(255,255,255,.08)}.footer-col-heading{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:#fff6;font-weight:500;margin-bottom:1.25rem}.footer-company{color:var(--white);font-weight:600;font-size:.95rem;margin-bottom:.5rem}.footer-location{color:#ffffff80;margin-bottom:.85rem}.footer-email{color:#fff9;text-decoration:none;transition:color .2s}.footer-email:hover{color:var(--gold)}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:#ffffff8c;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.75rem 0;text-align:center;color:#ffffff4d;font-size:.8rem}.policy-page{padding:7rem 0;background:var(--white)}.policy-page h1{font-family:Georgia,Times New Roman,serif;font-size:2.4rem;font-weight:400;color:var(--navy);margin-bottom:.5rem}.policy-date{color:var(--mid-gray);font-size:.875rem;margin-bottom:3.5rem}.policy-page h2{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:400;color:var(--navy);margin-top:3rem;margin-bottom:.85rem}.policy-page p{color:var(--charcoal);line-height:1.8;max-width:680px}.policy-page a{color:var(--navy)}@media(max-width:1024px){.service-row{grid-template-columns:240px 1fr;gap:2.5rem}}@media(max-width:768px){.principles-grid{grid-template-columns:1fr}.service-row{grid-template-columns:1fr;gap:.75rem;padding:2.25rem 0}.service-row h3{font-size:1rem;color:var(--navy)}.about-layout{grid-template-columns:1fr;gap:2.5rem}.about-headshot-wrap{display:flex;justify-content:center}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}}@media(max-width:640px){.container{padding:0 1.5rem}.nav-toggle{display:flex}.nav-company{display:none}.nav-links{display:none;position:fixed;top:68px;left:0;right:0;background:var(--navy);border-top:1px solid var(--navy-mid);flex-direction:column;padding:1.75rem 2rem;gap:1.25rem;z-index:99;box-shadow:0 8px 24px #0000004d}.nav-links.open{display:flex}.nav-links a{font-size:.9rem;letter-spacing:.04em;padding:.25rem 0}.hero{padding:5.5rem 0 4.5rem}.hero-sub{font-size:1rem}.hero .btn,.section-cta .btn{display:block;text-align:center;width:100%}.principles,.services,.section-cta,.about,.contact{padding:4.5rem 0}.section-heading{margin-bottom:2.25rem}.principles .section-heading{margin-bottom:2rem}.principle-card{padding:1.75rem}.service-row{padding:2rem 0}.contact-form{margin-top:2rem}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-cta{padding:3.5rem 0 3rem}.footer-cta .btn{display:block;text-align:center;width:100%;max-width:320px;margin:0 auto}}@media(max-width:375px){.hero{padding:4.5rem 0 3.5rem}.principle-card{padding:1.5rem}.principle-card h3{font-size:1rem}.footer-email{font-size:.8rem}}
