:root{--text:#1a1a1a;--muted:#555;--bg:#f5f5f5;--surface:#fff;--accent:#008afc;--header-pattern:#e8e8e8;--max:980px;--font:"Barlow",system-ui,sans-serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:17px;line-height:1.5;color:var(--text);background:var(--bg)}a{color:var(--accent)}a:hover{text-decoration:underline}img{max-width:100%;height:auto;vertical-align:middle}.site-header{background-color:var(--header-pattern);background-image:url(assets/header-pattern-tile.png);background-repeat:repeat;background-position:center center;border-bottom:1px solid #ddd}.header-inner{max-width:var(--max);margin:0 auto;padding:1.25rem 1.25rem 1rem;display:flex;flex-direction:column;align-items:stretch;gap:1rem}.header-brand-row{display:flex;flex-direction:row;align-items:center;width:100%;gap:.5rem}.header-brand-spacer{flex:1 1 0;min-width:0}.brand{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.35rem;text-decoration:none;color:inherit;text-align:center;max-width:100%}.brand:hover{text-decoration:none}.brand img{display:block;max-height:56px;width:auto;max-width:min(100%,420px);margin-inline:auto}.brand-tagline{font-size:1.1rem;font-weight:600;letter-spacing:.02em;color:var(--text)}.social-row{flex:1 1 0;min-width:0;display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.75rem}.social-row a{display:flex;opacity:.85}.social-row a:hover{opacity:1}.social-row img{width:25px;height:25px}@media (max-width:540px){.header-brand-row{flex-direction:column;align-items:center;row-gap:.75rem}.header-brand-spacer{display:none}.social-row{flex:0 0 auto;justify-content:center}}.nav-wrap{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-top:1rem;padding:.65rem 0;background:transparent;border-top:1px solid rgba(0,0,0,.1);box-shadow:none}.nav-main{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem clamp(.75rem,3vw,2.25rem);list-style:none;margin:0 auto;padding:.15rem 1.25rem;max-width:var(--max)}.nav-main li{margin:0}.nav-main a{color:var(--text);text-decoration:none;font-weight:700;font-size:clamp(.95rem,2.4vw,1.125rem);letter-spacing:.08em;text-transform:uppercase;padding:.55rem .9rem;border-radius:6px;display:inline-block;transition:background .15s ease,color .15s ease}.nav-main a:hover{color:var(--accent);background:rgba(0,138,252,.1);text-decoration:none}.nav-main a[aria-current="page"]{color:#fff;background:var(--accent);text-decoration:none;box-shadow:0 1px 6px rgba(0,138,252,.3)}.nav-main a[aria-current="page"]:hover{background:#0096ff;color:#fff}main{max-width:var(--max);margin:0 auto;padding:2rem 1.25rem 3rem}.panel{background:var(--surface);padding:2rem 1.5rem;border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,.06)}h1,h2,h3{font-weight:600;line-height:1.25;margin:0 0 1rem}h1{font-size:clamp(1.75rem,4vw,2.75rem);text-align:center}h2{font-size:clamp(1.35rem,3vw,1.75rem);text-align:center}.hero-lead{text-align:center;margin-bottom:1.5rem}.hero-lead h1+h2{margin-top:-.35rem}.prose{max-width:52rem;margin-left:auto;margin-right:auto}.prose p{margin:0 0 1rem;text-align:center}.prose.justify p{text-align:justify}.btn-row{text-align:center;margin-top:1.5rem}.btn{display:inline-block;padding:.65rem 1.25rem;background:var(--text);color:#fff!important;text-decoration:none!important;border-radius:4px;font-weight:500;font-size:.95rem}.btn:hover{opacity:.92;text-decoration:none}.service-block{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid #eee}.service-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.service-block h3{font-size:1.5rem;text-align:left;margin-bottom:.75rem}.contact-grid{display:grid;gap:2rem}.contact-title{text-align:center;margin-bottom:1.5rem}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start}}.contact-details p{margin:0 0 .5rem;text-align:left}.contact-details a{word-break:break-all}.callout{background:var(--accent);color:#fff;padding:1rem 1.1rem;border-radius:4px;margin-top:1rem;font-size:1.05rem}.map-embed{width:100%;min-height:280px;border:0;border-radius:4px}.site-footer{text-align:center;padding:1.5rem 1rem 2rem;font-size:.9rem;color:var(--muted);border-top:1px solid #ddd;background:var(--surface);content-visibility:auto}
