:root{--color-primary:#1a2b4a;--color-primary-light:#2a3f66;--color-bg:#fafafa;--color-surface:#fff;--color-text:#2c2c2c;--color-text-muted:#5a5a5a;--color-accent:#b8963e;--color-accent-hover:#9a7d32;--color-border:#e5e5e5;--color-footer-bg:#152238;--font-serif:Georgia, "Times New Roman", Times, serif;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--max-width:1100px;--header-height:72px;font:17px/1.6 var(--font-sans);color:var(--color-text);background:var(--color-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (width<=768px){:root{font-size:16px}}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100svh;margin:0}#root{flex-direction:column;min-height:100svh;display:flex}h1,h2,h3,h4{font-family:var(--font-serif);color:var(--color-primary);font-weight:500;line-height:1.25}h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem)}h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem)}h3{margin:0 0 .5rem;font-size:1.25rem}p{margin:0}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}a:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}img{max-width:100%;height:auto;display:block}ul{margin:0;padding:0}.skip-link{z-index:1000;background:var(--color-primary);color:var(--color-surface);border-radius:0 0 4px 4px;padding:.5rem 1rem;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:0}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}@media (width<=768px){.section{padding:3.5rem 0}}.section-header{text-align:center;max-width:640px;margin:0 auto 3rem}.section-header p{color:var(--color-text-muted);margin-top:.75rem}.btn{font-size:.9375rem;font-weight:500;font-family:var(--font-sans);cursor:pointer;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.btn-primary{background:var(--color-accent);color:var(--color-surface);border-color:var(--color-accent)}.btn-primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);color:var(--color-surface)}.btn-secondary{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.btn-secondary:hover{background:var(--color-primary);color:var(--color-surface)}.site-header{z-index:100;background:var(--color-surface);border-bottom:1px solid var(--color-border);height:var(--header-height);position:sticky;top:0}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.logo-link{color:inherit;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.logo-link:hover{color:inherit}.logo-img{flex-shrink:0;width:48px;height:48px}.logo-text{flex-direction:column;min-width:0;display:flex}.logo-name{font-family:var(--font-serif);color:var(--color-primary);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:500;line-height:1.3;overflow:hidden}@media (width<=480px){.logo-name{font-size:.875rem}}.logo-subtitle{color:var(--color-text-muted);letter-spacing:.02em;font-size:.75rem}.menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:none}.menu-toggle:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}@media (width<=768px){.menu-toggle{display:flex}}.menu-bar{background:var(--color-primary);border-radius:1px;width:22px;height:2px;display:block}.nav-list{gap:2rem;list-style:none;display:flex}.nav-list a{color:var(--color-primary);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-list a:hover{color:var(--color-accent)}@media (width<=768px){.nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-list a{padding:.75rem 0;display:block}}@media (width<=768px){.nav{top:var(--header-height);background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:0 1.5rem;display:none;position:absolute;left:0;right:0}.nav-open{display:block}}.hero{min-height:calc(100svh - var(--header-height));background:var(--color-primary);align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(135deg,#1a2b4af2 0%,#1a2b4ad9 50%,#2a3f66e6 100%),radial-gradient(at 80% 20%,#b8963e1f 0%,#0000 60%);animation:12s ease-in-out infinite alternate heroGradient;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.hero-bg{animation:none}}@keyframes heroGradient{0%{opacity:1}to{opacity:.85}}.hero-content{z-index:1;max-width:720px;padding:4rem 1.5rem;position:relative}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem;font-size:.8125rem;font-weight:500}.hero-heading{color:var(--color-surface);margin-bottom:1.25rem}.hero-subtext{color:#ffffffd9;max-width:560px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero .btn-secondary{color:var(--color-surface);border-color:#fff9}.hero .btn-secondary:hover{background:var(--color-surface);color:var(--color-primary);border-color:var(--color-surface)}.hero-animate{opacity:0;animation:.7s forwards heroFadeUp;transform:translateY(20px)}@media (prefers-reduced-motion:reduce){.hero-animate{opacity:1;animation:none;transform:none}}.hero-animate-1{animation-delay:.1s}.hero-animate-2{animation-delay:.25s}.hero-animate-3{animation-delay:.4s}.hero-animate-4{animation-delay:.55s}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.value-prop{background:var(--color-surface)}.trust-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=768px){.trust-grid{grid-template-columns:1fr;gap:1.5rem}}.trust-card{border:1px solid var(--color-border);background:var(--color-bg);border-radius:4px;padding:2rem}.trust-card h3{margin-bottom:.75rem;padding-bottom:.75rem;font-size:1.125rem;position:relative}.trust-card h3:after{content:"";background:var(--color-accent);width:32px;height:2px;position:absolute;bottom:0;left:0}.trust-card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.65}.services{background:var(--color-bg)}.pillars{flex-direction:column;gap:1rem;display:flex}.pillar{background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.pillar-toggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.5rem 1.75rem;transition:background-color .2s;display:flex}.pillar-toggle:hover{background:var(--color-bg)}.pillar-toggle:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.pillar-toggle h3{margin:0 0 .375rem;font-size:1.25rem}.pillar-tagline{color:var(--color-text-muted);font-size:.9375rem;line-height:1.5}.pillar-icon{width:32px;height:32px;color:var(--color-accent);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;display:flex}.pillar-panel{border-top:1px solid var(--color-border);padding:0 1.75rem 1.75rem}.pillar-overview{color:var(--color-text-muted);margin:1.5rem 0 2rem;font-size:.9375rem;line-height:1.7}.sub-services{gap:2rem;display:grid}@media (width>=768px){.sub-services{grid-template-columns:repeat(2,1fr)}}.sub-service h4{font-family:var(--font-serif);color:var(--color-primary);margin:0 0 .5rem;font-size:1rem;font-weight:500}.sub-service>p{color:var(--color-text-muted);margin-bottom:.75rem;font-size:.875rem;line-height:1.65}.sub-service ul{padding:0;list-style:none}.sub-service ul li{color:var(--color-text);margin-bottom:.375rem;padding-left:1.125rem;font-size:.875rem;line-height:1.6;position:relative}.sub-service ul li:before{content:"";background:var(--color-accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.55em;left:0}.contact{background:var(--color-surface)}.contact-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=768px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.contact-grid{grid-template-columns:1fr}}.contact-item{flex-direction:column;gap:.375rem;display:flex}.contact-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-accent);font-size:.75rem;font-weight:600}.contact-value,.contact-item a{color:var(--color-primary);font-size:.9375rem}.site-footer{background:var(--color-footer-bg);color:#ffffffbf;margin-top:auto;padding:3.5rem 0 0}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}}.footer-brand .footer-name{font-family:var(--font-serif);color:var(--color-surface);margin-bottom:.25rem;font-size:1.125rem;display:block}.footer-brand .footer-subtitle{color:#ffffff80;margin-bottom:1rem;font-size:.8125rem;display:block}.footer-brand .footer-tagline{color:#fff9;font-size:.875rem;line-height:1.6}.footer-col h3{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--color-surface);margin:0 0 1rem;font-size:.75rem;font-weight:600}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul a{color:#ffffffa6;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--color-accent)}.social-links a{align-items:center;gap:.5rem;display:flex}.social-icon{width:24px;height:24px;color:var(--color-accent);border:1px solid #ffffff40;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:inline-flex}.footer-bottom{text-align:center;padding:1.5rem 0}.footer-bottom p{color:#ffffff73;font-size:.8125rem}
