.srostron{--sr-primary: #C8386B;--sr-primary-dark: #9E2856;--sr-accent: #F2B705;--sr-ink: #241F21;--sr-muted: #6B5A61;--sr-bg: #FFFFFF;--sr-bg-alt: #FFF8FA;--sr-border: #F1D9E1;font-family:Inter,system-ui,sans-serif;color:var(--sr-ink);background:var(--sr-bg);line-height:1.6}.srostron h1,.srostron h2,.srostron h3{font-family:Poppins,sans-serif;color:var(--sr-ink);font-weight:700;margin:0 0 .75rem}.srostron a{color:var(--sr-primary);text-decoration:none}.srostron a:hover,.srostron a:focus-visible{color:var(--sr-primary-dark);text-decoration:underline}.srostron :focus-visible{outline:3px solid var(--sr-primary-dark);outline-offset:2px}.srostron ul{margin:0;padding:0;list-style:none}.srostron-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.5rem;background:var(--sr-bg-alt);border-bottom:1px solid var(--sr-border);position:sticky;top:0;z-index:10}.srostron-nav__logo{height:48px;display:block}.srostron-nav__links{display:flex;gap:1.25rem;flex-wrap:wrap}.srostron-nav__link{color:var(--sr-ink);font-weight:500;padding-bottom:2px;border-bottom:2px solid transparent}.srostron-nav__link.is-active{border-bottom-color:var(--sr-primary);font-weight:600}.srostron-nav__phone{font-weight:700;color:var(--sr-primary);white-space:nowrap}.srostron-hero{position:relative;background-size:cover;background-position:center;color:#fff;padding:5rem 1.5rem;text-align:center}.srostron-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#241f2199}.srostron-hero__content{position:relative;max-width:640px;margin:0 auto;container-type:inline-size}.srostron-hero__content h1{color:#fff;font-size:clamp(1.75rem,4.8cqw,2.25rem)}.srostron-hero__tagline{font-size:1.15rem;margin-bottom:1.5rem}.srostron-hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.srostron-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:999px;font-weight:600;border:2px solid transparent}.srostron-btn.srostron-btn--primary{background:var(--sr-primary);color:#fff}.srostron-btn.srostron-btn--primary:hover,.srostron-btn.srostron-btn--primary:focus-visible{background:var(--sr-primary-dark);color:#fff}.srostron-btn.srostron-btn--ghost{background:transparent;border-color:currentColor;color:inherit}.srostron-section{padding:3rem 1.5rem;max-width:1000px;margin:0 auto}.srostron-section--alt{background:var(--sr-bg-alt);max-width:none}.srostron .srostron-section--alt>*{max-width:1000px;margin-left:auto;margin-right:auto}.srostron ul.srostron-content-list{list-style:disc;padding-left:1.5rem;margin:0 auto 1.5rem}.srostron-content-list li{margin-bottom:.5rem}.srostron-page-header{padding:2.5rem 1.5rem 0;max-width:1000px;margin:0 auto}.srostron-trust{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.srostron-trust__badge{height:110px}.srostron-trust__list li{margin-bottom:.25rem;color:var(--sr-muted)}.srostron-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-top:1.5rem}.srostron-card{background:var(--sr-bg);border:1px solid var(--sr-border);border-radius:12px;padding:1.25rem}.srostron-card.srostron-card--link{color:inherit;display:block}.srostron-card.srostron-card--link:hover,.srostron-card.srostron-card--link:focus-visible{border-color:var(--sr-primary);text-decoration:none}.srostron-card__img{width:100%;border-radius:8px;margin-bottom:.75rem;object-fit:cover;aspect-ratio:4 / 3}.srostron-testimonial p{font-style:italic}.srostron-testimonial footer{margin-top:.5rem;color:var(--sr-muted);font-weight:600}.srostron-eicr{text-align:center;max-width:720px}.srostron-eicr p{margin-bottom:1.5rem}.srostron-service{display:grid;grid-template-columns:1fr 1fr;min-height:320px;border-bottom:1px solid var(--sr-border)}.srostron-service:last-child{border-bottom:none}.srostron-service--flip .srostron-service__visual{order:2}.srostron-service__visual{position:relative;overflow:hidden;min-height:220px}.srostron-service__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.srostron-service__text{padding:2.5rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:.5rem}.srostron-service__text h2{margin:0}.srostron-service__text p{margin:0;color:var(--sr-muted);line-height:1.6}.srostron-work-list{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.srostron-work-item{display:grid;grid-template-columns:minmax(200px,320px) 1fr;gap:1.5rem;align-items:start}.srostron-work-item__photos{display:flex;flex-direction:column;gap:.5rem}.srostron-work-item__photos img{width:100%;border-radius:8px;object-fit:cover}.srostron-contact{display:grid;grid-template-columns:1fr 1.4fr;gap:2rem}.srostron-contact__details{display:flex;flex-direction:column;gap:.75rem}.srostron-contact__details a{display:flex;align-items:center;gap:.5rem}.srostron-icon{flex-shrink:0}.srostron-niceic-link{display:inline-flex;align-items:center;gap:.5rem}.srostron-niceic-badge{height:22px;width:auto;flex-shrink:0}.srostron-form{display:flex;flex-direction:column;gap:.5rem}.srostron-form label{font-weight:600;margin-top:.5rem}.srostron-form input,.srostron-form textarea{font-family:inherit;font-size:1rem;padding:.6rem .75rem;border:1px solid var(--sr-border);border-radius:8px;color:var(--sr-ink);background:var(--sr-bg)}.srostron-form input:focus-visible,.srostron-form textarea:focus-visible{outline:3px solid var(--sr-primary-dark);outline-offset:1px}.srostron-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.srostron-footer{background:var(--sr-bg-alt);border-top:1px solid var(--sr-border);padding:2rem 1.5rem;color:var(--sr-muted)}.srostron-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto 1.5rem}.srostron-footer__grid a{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.srostron-footer__name{font-weight:700;color:var(--sr-ink)}.srostron-footer__copy{text-align:center;font-size:.85rem;margin:0}@media(max-width:720px){.srostron-nav{flex-wrap:wrap}.srostron-contact,.srostron-work-item,.srostron-service{grid-template-columns:1fr}.srostron-service--flip .srostron-service__visual{order:0}.srostron-service__visual{min-height:180px}.srostron-service__text{padding:1.5rem}}
