.sps{--navy:#042c53;--blue:#0c447c;--mid:#185fa5;--light-blue:#e6f1fb;--accent:#378add;--text:#1a1a2e;--muted:#5a6275;--bg:#f9f8f6;--border:#00000014;color:var(--text);background:#fff;font-family:DM Sans,sans-serif;line-height:1.6}.sps *,.sps :before,.sps :after{box-sizing:border-box}.sps a{text-decoration:none}.sps nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff5;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.sps .nav-brand{align-items:center;gap:10px;display:flex}.sps .nav-logo{width:auto;height:64px;display:block}.sps .nav-name{color:var(--navy);font-family:Playfair Display,serif;font-size:17px}.sps .nav-cta{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:7px;padding:9px 20px;font-size:14px;font-weight:500;display:inline-block}.sps .nav-cta:hover{background:var(--navy)}.sps .hero{text-align:center;justify-content:center;align-items:center;min-height:90vh;display:flex;position:relative;overflow:hidden}.sps .hero-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.sps .hero-overlay{background:linear-gradient(135deg,#042c53eb,#0c447cd9 60%,#185fa5c7);position:absolute;inset:0}.sps .hero-content{z-index:2;max-width:680px;margin:0 auto;padding:3rem 2rem;position:relative}.sps .hero-badge{color:#85b7eb;letter-spacing:1px;text-transform:uppercase;background:#ffffff1f;border:1px solid #ffffff40;border-radius:20px;margin-bottom:1.5rem;padding:5px 16px;font-size:12px;display:inline-block}.sps .hero h1{color:#fff;letter-spacing:-1px;margin-bottom:.25rem;font-family:Playfair Display,serif;font-size:clamp(32px,6vw,52px);line-height:1.1}.sps .hero-tagline{color:#b5d4f4;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:clamp(18px,3vw,26px);font-style:italic;display:block}.sps .hero-sub{color:#b5d4f4;margin-bottom:2rem;font-size:17px;line-height:1.7}.sps .hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:3rem;display:flex}.sps .btn-primary{color:var(--blue);cursor:pointer;background:#fff;border:none;border-radius:8px;padding:13px 28px;font-size:15px;font-weight:500;transition:transform .15s,box-shadow .15s;display:inline-block}.sps .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.sps .btn-ghost{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fff6;border-radius:8px;padding:13px 28px;font-size:15px;font-weight:500;transition:background .15s;display:inline-block}.sps .btn-ghost:hover{background:#ffffff1a}.sps .hero-stats{flex-wrap:wrap;justify-content:center;display:flex}.sps .hero-stat{text-align:center;padding:0 28px}.sps .hero-stat:not(:last-child){border-right:1px solid #fff3}.sps .hero-stat strong{color:#fff;font-family:Playfair Display,serif;font-size:26px;display:block}.sps .hero-stat span{color:#85b7eb;letter-spacing:.3px;font-size:12px}.sps section{padding:5rem 2rem}.sps .container{max-width:1000px;margin:0 auto}.sps .section-label{letter-spacing:1.5px;text-transform:uppercase;color:var(--mid);margin-bottom:.5rem;font-size:11px;font-weight:500}.sps .section-title{color:var(--navy);margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(24px,4vw,34px);line-height:1.2}.sps .section-body{color:var(--muted);max-width:600px;font-size:16px;line-height:1.75}.sps .about{background:var(--bg)}.sps .about-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:3rem;display:grid}@media(max-width:700px){.sps .about-grid{grid-template-columns:1fr;gap:2rem}}.sps .about-img{aspect-ratio:4/3;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001f}.sps .about-img img{object-fit:cover;width:100%;height:100%;display:block}.sps .about-quote{border-left:3px solid var(--blue);margin:1.5rem 0;padding-left:1.25rem}.sps .about-quote p{color:var(--text);font-size:16px;font-style:italic;line-height:1.75}.sps .about-text .section-body{max-width:100%;margin-bottom:1rem}.sps .services-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:2.5rem;display:grid}.sps .svc-card{border:1px solid var(--border);background:#fff;border-radius:14px;padding:1.5rem 1.25rem;transition:box-shadow .2s,transform .2s}.sps .svc-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00000014}.sps .svc-icon{background:var(--light-blue);border-radius:10px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:1rem;display:flex}.sps .svc-icon svg{width:22px;height:22px;stroke:var(--blue);fill:none;stroke-width:2px}.sps .svc-card h3{color:var(--navy);margin-bottom:.4rem;font-size:15px;font-weight:500}.sps .svc-card p{color:var(--muted);font-size:13px;line-height:1.6}.sps .svc-badge{background:var(--light-blue);color:var(--mid);border-radius:20px;margin-top:.75rem;padding:3px 10px;font-size:11px;font-weight:500;display:inline-block}.sps .photo-strip{padding:0;overflow:hidden}.sps .photo-row{gap:4px;height:280px;display:flex}.sps .photo-row img{object-fit:cover;flex:1;display:block}.sps .photo-row img:first-child{flex:1.5}@media(max-width:600px){.sps .photo-row{height:180px}}.sps .why{background:var(--navy)}.sps .why .section-label{color:#85b7eb}.sps .why .section-title{color:#fff}.sps .why .section-body{color:#b5d4f4}.sps .why-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;margin-top:2.5rem;display:grid}.sps .why-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:flex-start;gap:12px;padding:1.25rem 1rem;display:flex}.sps .why-card svg{width:22px;height:22px;stroke:var(--accent);fill:none;stroke-width:2px;flex-shrink:0;margin-top:2px}.sps .why-card strong{color:#fff;margin-bottom:3px;font-size:14px;font-weight:500;display:block}.sps .why-card span{color:#85b7eb;font-size:13px;line-height:1.5}.sps .areas{background:var(--bg)}.sps .areas-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-top:2.5rem;display:grid}@media(max-width:700px){.sps .areas-inner{grid-template-columns:1fr;gap:2rem}}.sps .areas-img{aspect-ratio:4/3;border-radius:14px;overflow:hidden}.sps .areas-img img{object-fit:cover;width:100%;height:100%;display:block}.sps .zip-grid{flex-wrap:wrap;gap:8px;margin-top:1.25rem;display:flex}.sps .zip{background:var(--light-blue);color:var(--mid);border-radius:25px;padding:7px 16px;font-size:14px;font-weight:500}.sps .areas-note{color:var(--muted);margin-top:1rem;font-size:14px;font-style:italic}.sps .contact{background:var(--navy);background-position:50%;background-size:cover;position:relative}.sps .contact-overlay{background:#042c53eb;position:absolute;inset:0}.sps .contact-inner{z-index:2;text-align:center;position:relative}.sps .contact h2{color:#fff;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:36px}.sps .contact p.sub{color:#85b7eb;margin-bottom:2.5rem;font-size:16px}.sps .contact-cards{flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:2rem;display:flex}.sps .cc{text-align:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;min-width:170px;padding:1.4rem 1.75rem;transition:background .2s}.sps .cc:hover{background:#ffffff21}.sps .cc svg{stroke:#85b7eb;fill:none;stroke-width:1.8px;width:26px;height:26px;margin:0 auto .6rem;display:block}.sps .cc strong{color:#fff;word-break:break-all;margin-bottom:3px;font-size:15px;display:block}.sps .cc span{color:#85b7eb;font-size:12px}.sps footer{background:#02192f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:1.5rem 2rem;display:flex}.sps footer p{color:#fff6;font-size:13px}.sps .footer-loc{color:#fff6;align-items:center;gap:6px;font-size:13px;display:flex}.sps .footer-loc svg{stroke:#85b7eb;fill:none;stroke-width:2px;width:14px;height:14px}.sps html{scroll-behavior:smooth}
