/* MRS Website V2.1.2 LTS - Native Town Page Renderer */

.mrs-town{
    --mrs-blue:#012169;
    --mrs-yellow:#ffee02;
    --mrs-gold:#c58d00;
    --mrs-ink:#17233b;
    --mrs-soft:#f4f7fb;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--mrs-ink);
    background:#fff;
    padding:42px 0 70px;
}

.mrs-town *{box-sizing:border-box}

.mrs-town__wrap{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
}

.mrs-town__breadcrumbs{
    display:flex;
    gap:9px;
    align-items:center;
    flex-wrap:wrap;
    margin:0 0 28px;
    font-size:15px;
}

.mrs-town__breadcrumbs a{color:var(--mrs-blue);text-decoration:none;font-weight:700}

.mrs-town__hero{width:100%;max-width:none;margin-bottom:28px}
.mrs-town__eyebrow{margin:0 0 9px;color:var(--mrs-gold);font-size:13px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.mrs-town__hero h1{margin:0;color:#111;font-size:clamp(34px,4.5vw,58px);line-height:1.06;letter-spacing:-.025em}
.mrs-town__lead{width:100%;max-width:none;margin:18px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.55;color:#4a5568}

.mrs-town__gallery{display:grid;gap:4px;margin:0 0 34px;overflow:hidden;border-radius:18px;background:#e8edf4}
.mrs-town__gallery--1{grid-template-columns:1fr}
.mrs-town__gallery--2{grid-template-columns:repeat(2,1fr)}
.mrs-town__gallery--3{grid-template-columns:repeat(3,1fr)}
.mrs-town__gallery-item{margin:0;min-height:260px}
.mrs-town__gallery img{display:block;width:100%;height:100%;min-height:260px;max-height:380px;object-fit:cover}

.mrs-town__content{font-size:18px;line-height:1.7;color:#3f4b5d}
.mrs-town__content h2,.mrs-town__content h3{color:#111;line-height:1.18}
.mrs-town__content h2{font-size:clamp(28px,3vw,38px);margin:34px 0 14px}
.mrs-town__content h3{font-size:24px;margin:28px 0 12px}
.mrs-town__content p{margin:0 0 18px}
.mrs-town__content ul{padding-left:22px}

.mrs-town__section{padding:52px 0;border-top:1px solid #d8dee8}
.mrs-town__section--soft{margin:0 -24px;padding:44px 24px;border:0;border-radius:18px;background:var(--mrs-soft)}
.mrs-town__section-heading{max-width:760px;margin-bottom:25px}
.mrs-town__section-heading h2{margin:0;color:var(--mrs-blue);font-size:clamp(28px,3vw,40px);line-height:1.16}







.mrs-town__areas{display:flex;flex-wrap:wrap;gap:10px}
.mrs-town__areas span{padding:10px 14px;border:1px solid #d6deea;border-radius:999px;background:#fff;font-weight:700;color:var(--mrs-blue)}

.mrs-town__faqs{display:grid;gap:12px}
.mrs-town__faq{border:1px solid #dce3ed;border-radius:12px;background:#fff;overflow:hidden}
.mrs-town__faq summary{cursor:pointer;padding:18px 20px;font-weight:800;color:var(--mrs-blue);list-style:none}
.mrs-town__faq summary::-webkit-details-marker{display:none}
.mrs-town__faq summary::after{content:"+";float:right;font-size:24px;line-height:1}
.mrs-town__faq[open] summary::after{content:"−"}
.mrs-town__faq div{padding:0 20px 18px;color:#4d5a6c;line-height:1.65}
.mrs-town__faq p:last-child{margin-bottom:0}

.mrs-town__cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:52px;padding:34px;border-radius:18px;background:var(--mrs-blue);color:#fff}
.mrs-town__cta .mrs-town__eyebrow{color:var(--mrs-yellow)}
.mrs-town__cta h2{margin:0 0 10px;font-size:clamp(27px,3vw,38px);line-height:1.15;color:#fff}
.mrs-town__cta p{margin:0;color:#e6ecfb}
.mrs-town__cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.mrs-town__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:2px solid #fff;border-radius:8px;color:#fff;text-decoration:none;font-weight:800;white-space:nowrap}
.mrs-town__button--primary{border-color:var(--mrs-yellow);background:var(--mrs-yellow);color:var(--mrs-blue)}

.mrs-town__reviews{padding-bottom:0}
.mrs-town__review-card{margin:0;padding:28px;border-left:6px solid var(--mrs-yellow);border-radius:14px;background:var(--mrs-soft);box-shadow:0 6px 18px rgba(1,33,105,.06)}
.mrs-town__review-card p{margin:0;color:var(--mrs-blue);font-size:clamp(20px,2.2vw,27px);font-weight:700;line-height:1.5}
.mrs-town__review-card cite{display:block;margin-top:16px;color:#59677a;font-style:normal;font-weight:800}
.mrs-town__reviews-widget{margin-top:24px}
.mrs-town__reviews-widget:empty{display:none}
.mrs-town__cta-points{display:grid;gap:7px;margin:18px 0 0;padding:0;list-style:none}
.mrs-town__cta-points li{position:relative;padding-left:25px;color:#fff;font-weight:700}
.mrs-town__cta-points li::before{content:"✓";position:absolute;left:0;color:var(--mrs-yellow);font-weight:900}

@media (max-width:850px){
    
    .mrs-town__cta{align-items:flex-start;flex-direction:column}
    .mrs-town__cta-actions{justify-content:flex-start}
}

@media (max-width:700px){
    .mrs-town{padding-top:26px}
    .mrs-town__wrap{width:min(100% - 28px,1180px)}
    .mrs-town__gallery--2,.mrs-town__gallery--3{grid-template-columns:1fr}
    .mrs-town__gallery-item,.mrs-town__gallery img{min-height:220px;max-height:300px}
    .mrs-town__section--soft{margin-left:-8px;margin-right:-8px;padding-left:18px;padding-right:18px}
    .mrs-town__cta{padding:26px 22px}
    .mrs-town__cta-actions,.mrs-town__button{width:100%}
}


.mrs-town__map-section{overflow:hidden}
.mrs-town__map{margin:0;border:1px solid #dce4ef;border-radius:18px;overflow:hidden;background:#f4f7fb}
.mrs-town__map img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}


.mrs-town__generated-services{display:grid;gap:28px}.mrs-town__generated-service{padding-bottom:26px;border-bottom:1px solid #d7deea}.mrs-town__generated-service:last-child{border-bottom:0;padding-bottom:0}.mrs-town__generated-service h2{margin:0 0 10px;font-size:clamp(24px,3vw,34px);line-height:1.15}.mrs-town__generated-service p{margin:0;max-width:none}

/* V2.2.6 LTS - Premium Service Experience */
.mrs-town__section-intro{margin:14px 0 0;color:#536174;font-size:18px;line-height:1.6}
.mrs-town__service-overview{padding-bottom:60px}
.mrs-town__service-overview .mrs-town__section-heading{max-width:900px}










.mrs-town__generated-services{display:block;padding-top:64px}
.mrs-town__section-heading--wide{max-width:900px}
.mrs-town__service-details{display:grid;gap:24px}
.mrs-town__service-detail{overflow:hidden;border:1px solid #dce3ed;border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(1,33,105,.07);scroll-margin-top:28px}
.mrs-town__service-detail-content{padding:34px 36px 36px}
.mrs-town__service-detail-heading{display:flex;align-items:flex-start;gap:18px;margin-bottom:18px}
.mrs-town__service-detail-mark{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;margin-top:2px;border-radius:50%;background:var(--mrs-yellow);color:var(--mrs-blue);font-size:27px;font-weight:950;line-height:1}
.mrs-town__service-detail-heading .mrs-town__eyebrow{margin:0 0 6px}
.mrs-town__service-detail h2{margin:0;color:#111;font-size:clamp(27px,3vw,38px);line-height:1.12;letter-spacing:-.015em}
.mrs-town__service-copy{max-width:1040px;color:#4a5669;font-size:17px;line-height:1.7}
.mrs-town__service-copy p:last-child{margin-bottom:0}
.mrs-town__service-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 18px;margin:24px 0;padding:0;list-style:none}
.mrs-town__service-benefits li{position:relative;padding:13px 14px 13px 42px;border:1px solid #e1e7f0;border-radius:12px;background:#fff;color:var(--mrs-blue);font-weight:800;line-height:1.4}
.mrs-town__service-benefits li::before{content:"✓";position:absolute;left:15px;top:13px;color:var(--mrs-gold);font-weight:950}
.mrs-town__faults{margin:24px 0 0;padding:24px;border-radius:15px;background:var(--mrs-soft)}
.mrs-town__faults h3{margin:0 0 15px;color:#111;font-size:clamp(20px,2vw,25px)}
.mrs-town__faults ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 22px;margin:0;padding:0;list-style:none}
.mrs-town__faults li{position:relative;padding-left:18px;color:#4d596b;line-height:1.45}
.mrs-town__faults li::before{content:"•";position:absolute;left:0;color:var(--mrs-gold);font-weight:900}
.mrs-town__detail-button{display:inline-flex;align-items:center;justify-content:center;margin-top:24px;min-height:50px;padding:12px 20px;border-radius:9px;background:var(--mrs-blue);color:#fff!important;text-decoration:none;font-weight:850}
.mrs-town__detail-button:hover{background:#00194f;color:#fff!important}

@media (max-width:900px){
    .mrs-town__service-benefits{grid-template-columns:1fr}
}
@media (max-width:700px){
    
    
    .mrs-town__service-detail-content{padding:25px 20px 28px}
    .mrs-town__service-detail-heading{gap:13px}
    .mrs-town__service-detail-mark{width:40px;height:40px;flex-basis:40px;font-size:23px}
    .mrs-town__faults ul{grid-template-columns:1fr}
    .mrs-town__detail-button{width:100%}
}

/* V2.2.6.1 LTS - Premium Coverage Area & CTA */
.mrs-town__coverage{padding-bottom:24px}
.mrs-town__coverage .mrs-town__section-heading{margin-bottom:28px}
.mrs-town__coverage-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,1fr);gap:22px;align-items:stretch}
.mrs-town__coverage-map{position:relative;margin:0;min-height:360px;max-height:430px;border:1px solid #dce4ef;border-radius:18px;overflow:hidden;background:#f4f7fb}
.mrs-town__coverage-map img{display:block;width:100%;height:100%;min-height:360px;max-height:430px;object-fit:cover}
.mrs-town__map-link{position:absolute;left:20px;bottom:20px;display:inline-flex;align-items:center;gap:8px;min-height:46px;padding:11px 16px;border-radius:9px;background:#fff;color:var(--mrs-blue);box-shadow:0 8px 22px rgba(1,33,105,.16);text-decoration:none;font-weight:850}
.mrs-town__map-link::before{content:"↗";font-size:18px}
.mrs-town__coverage-card{display:flex;flex-direction:column;padding:26px;border:1px solid #dce4ef;border-radius:18px;background:#fff;box-shadow:0 9px 26px rgba(1,33,105,.06)}
.mrs-town__coverage-card h3{margin:0 0 20px;color:#111;font-size:clamp(21px,2vw,28px);line-height:1.2}
.mrs-town__coverage-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 20px;margin:0;padding:0;list-style:none}
.mrs-town__coverage-list li{position:relative;padding-left:28px;color:#26344a;font-size:16px;font-weight:700;line-height:1.45}
.mrs-town__coverage-list li::before{content:"";position:absolute;left:2px;top:5px;width:13px;height:13px;border-radius:50% 50% 50% 0;background:var(--mrs-gold);transform:rotate(-45deg)}
.mrs-town__coverage-list li::after{content:"";position:absolute;left:6px;top:9px;width:5px;height:5px;border-radius:50%;background:#fff}
.mrs-town__coverage-help{display:flex;align-items:center;gap:14px;margin-top:auto;padding:18px;border:1px solid #e0e6ef;border-radius:13px;background:var(--mrs-soft)}
.mrs-town__coverage-help-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:var(--mrs-yellow);color:var(--mrs-blue);font-weight:950}
.mrs-town__coverage-help p{margin:0;color:#536174;line-height:1.5}
.mrs-town__coverage-help a{color:var(--mrs-blue);font-weight:850;text-decoration:none}
.mrs-town__coverage-help a:hover{text-decoration:underline}

.mrs-town__cta{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,390px);align-items:center;gap:34px;margin-top:34px;padding:34px 38px;border-radius:18px;background:linear-gradient(135deg,#012169 0%,#063a91 100%);box-shadow:0 12px 30px rgba(1,33,105,.16)}
.mrs-town__cta-content{min-width:0}
.mrs-town__cta h2{display:block;margin:0 0 10px;color:#fff!important;font-size:clamp(29px,3.4vw,42px);line-height:1.12;letter-spacing:-.02em}
.mrs-town__cta p{font-size:17px;line-height:1.55}
.mrs-town__cta-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:24px}
.mrs-town__cta-points li{display:flex;align-items:flex-start;min-height:52px;padding:0 18px 0 30px;border-right:1px solid rgba(255,238,2,.55);line-height:1.45}
.mrs-town__cta-points li:first-child{padding-left:30px}
.mrs-town__cta-points li:last-child{border-right:0}
.mrs-town__cta-points li::before{display:grid;place-items:center;top:1px;width:22px;height:22px;border-radius:50%;background:var(--mrs-yellow);color:var(--mrs-blue);font-size:13px}
.mrs-town__cta-actions{display:grid;gap:12px;justify-content:stretch}
.mrs-town__cta-actions .mrs-town__button{width:100%;min-height:58px;padding:14px 20px;font-size:17px}
.mrs-town__cta-actions .mrs-town__button--primary{justify-content:space-between}
.mrs-town__cta-actions .mrs-town__button--primary span{font-size:28px;line-height:1}

@media (max-width:980px){
    .mrs-town__coverage-grid{grid-template-columns:1fr}
    .mrs-town__coverage-map,.mrs-town__coverage-map img{min-height:320px;max-height:390px}
    .mrs-town__cta{grid-template-columns:1fr}
    .mrs-town__cta-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:700px){
    .mrs-town__coverage-card{padding:22px 18px}
    .mrs-town__coverage-list{grid-template-columns:1fr;gap:13px}
    .mrs-town__coverage-map,.mrs-town__coverage-map img{min-height:240px;max-height:300px}
    .mrs-town__map-link{left:14px;bottom:14px}
    .mrs-town__cta{padding:28px 22px}
    .mrs-town__cta-points{grid-template-columns:1fr;gap:12px}
    .mrs-town__cta-points li,.mrs-town__cta-points li:first-child{min-height:0;padding:0 0 0 30px;border-right:0}
    .mrs-town__cta-actions{grid-template-columns:1fr;width:100%}
}


/* V2.2.6.4 LTS - Service detail images */
.mrs-town__service-detail-top{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr);gap:30px;align-items:stretch}
.mrs-town__service-detail-intro{min-width:0;padding:4px 0}
.mrs-town__service-detail-image{margin:0;min-height:250px;max-height:330px;border-radius:16px;overflow:hidden;background:#eef2f7}
.mrs-town__service-detail-image img{display:block;width:100%;height:100%;min-height:250px;max-height:330px;object-fit:cover}
@media (max-width:900px){
    .mrs-town__service-detail-top{grid-template-columns:1fr;gap:22px}
    .mrs-town__service-detail-image{order:-1;min-height:220px;max-height:300px}
    .mrs-town__service-detail-image img{min-height:220px;max-height:300px}
}
@media (max-width:700px){
    .mrs-town__service-detail-image{min-height:190px;max-height:240px;border-radius:13px}
    .mrs-town__service-detail-image img{min-height:190px;max-height:240px}
}

/* V2.2.7 LTS - Premium Town Pages */
.mrs-town{
    --mrs-border:#dfe6f0;
    --mrs-muted:#526175;
    --mrs-shadow-sm:0 8px 24px rgba(1,33,105,.07);
    --mrs-shadow-md:0 16px 40px rgba(1,33,105,.10);
    padding:34px 0 84px;
}

.mrs-town__wrap{width:min(1200px,calc(100% - 48px))}
.mrs-town__breadcrumbs{margin-bottom:24px;color:#66758a}
.mrs-town__breadcrumbs a{transition:color .18s ease}
.mrs-town__breadcrumbs a:hover{color:#005a9c}

.mrs-town__hero{padding:22px 0 8px;margin-bottom:30px}
.mrs-town__hero .mrs-town__eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:13px}
.mrs-town__hero .mrs-town__eyebrow::before{content:"";width:28px;height:3px;border-radius:99px;background:var(--mrs-yellow)}
.mrs-town__hero h1{max-width:1040px;font-size:clamp(36px,4.4vw,58px);line-height:1.04;letter-spacing:-.035em;text-wrap:balance}
.mrs-town__lead{max-width:980px;margin-top:20px;color:#46546a;font-size:clamp(18px,1.8vw,22px);line-height:1.65}

.mrs-town__gallery{gap:6px;margin-bottom:44px;border-radius:22px;box-shadow:var(--mrs-shadow-md)}
.mrs-town__gallery-item{overflow:hidden}
.mrs-town__gallery img{transition:transform .5s ease}
.mrs-town__gallery-item:hover img{transform:scale(1.025)}

.mrs-town__section{padding:68px 0;border-top:1px solid var(--mrs-border)}
.mrs-town__section-heading{max-width:820px;margin-bottom:30px}
.mrs-town__section-heading h2{font-size:clamp(30px,3vw,42px);letter-spacing:-.025em;text-wrap:balance}
.mrs-town__section-intro{max-width:760px;color:var(--mrs-muted);font-size:18px;line-height:1.7}
.mrs-town__section--soft{margin:10px -32px;padding:54px 32px;border-radius:24px;background:linear-gradient(180deg,#f7f9fc 0%,#f1f5fa 100%)}











.mrs-town__generated-services{padding-top:72px}
.mrs-town__service-details{gap:30px}
.mrs-town__service-detail{border-radius:24px;box-shadow:var(--mrs-shadow-sm)}
.mrs-town__service-detail:hover{box-shadow:var(--mrs-shadow-md)}
.mrs-town__service-detail-content{padding:40px}
.mrs-town__service-detail-top{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:36px;align-items:center}
.mrs-town__service-detail-image{min-height:290px;max-height:360px;border-radius:18px;box-shadow:0 12px 28px rgba(1,33,105,.10)}
.mrs-town__service-detail-image img{min-height:290px;max-height:360px}
.mrs-town__service-detail-heading{margin-bottom:20px}
.mrs-town__service-detail h2{letter-spacing:-.025em}
.mrs-town__service-copy{font-size:17px;line-height:1.75}
.mrs-town__service-benefits{gap:14px;margin:28px 0}
.mrs-town__service-benefits li{min-height:58px;padding:15px 16px 15px 44px;border-color:#e2e8f1;border-radius:14px;background:#fbfcfe}
.mrs-town__service-benefits li::before{top:15px}
.mrs-town__faults{margin-top:28px;padding:26px;border-radius:16px}
.mrs-town__detail-button{min-height:52px;margin-top:26px;padding:13px 22px;border-radius:10px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.mrs-town__detail-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(1,33,105,.18)}

.mrs-town__coverage-grid{gap:28px}
.mrs-town__coverage-map,.mrs-town__coverage-card{border-radius:22px;box-shadow:var(--mrs-shadow-sm)}
.mrs-town__coverage-map{overflow:hidden}
.mrs-town__coverage-card{padding:30px}
.mrs-town__coverage-list{gap:16px 22px}
.mrs-town__coverage-help{margin-top:28px;border-radius:14px}

.mrs-town__areas{gap:12px}
.mrs-town__areas span{padding:11px 16px;border-color:#d7e0eb;box-shadow:0 4px 12px rgba(1,33,105,.04)}

.mrs-town__faqs{gap:14px}
.mrs-town__faq{border-color:var(--mrs-border);border-radius:15px;box-shadow:0 5px 16px rgba(1,33,105,.04)}
.mrs-town__faq summary{padding:20px 22px;font-size:17px}
.mrs-town__faq div{padding:0 22px 20px}

.mrs-town__review-card{padding:32px;border-left-width:7px;border-radius:18px;box-shadow:var(--mrs-shadow-sm)}

.mrs-town__cta{margin-top:44px;padding:42px;border-radius:22px;box-shadow:0 18px 42px rgba(1,33,105,.20)}
.mrs-town__button{min-height:54px;border-radius:10px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.mrs-town__button:hover{transform:translateY(-2px)}
.mrs-town__button--primary:hover{box-shadow:0 10px 24px rgba(255,238,2,.24)}

@media (max-width:980px){
    .mrs-town__wrap{width:min(100% - 36px,1200px)}
    .mrs-town__section{padding:56px 0}
    .mrs-town__service-detail-content{padding:32px}
    .mrs-town__service-detail-top{grid-template-columns:1fr;gap:24px}
    .mrs-town__service-detail-image{order:-1;min-height:270px;max-height:340px}
    .mrs-town__service-detail-image img{min-height:270px;max-height:340px}
}

@media (max-width:700px){
    .mrs-town{padding-top:20px;padding-bottom:58px}
    .mrs-town__wrap{width:min(100% - 24px,1200px)}
    .mrs-town__breadcrumbs{margin-bottom:18px;font-size:14px}
    .mrs-town__hero{padding-top:12px;margin-bottom:24px}
    .mrs-town__hero h1{font-size:clamp(32px,10vw,42px);line-height:1.08}
    .mrs-town__lead{font-size:18px;line-height:1.6}
    .mrs-town__gallery{margin-bottom:34px;border-radius:17px}
    .mrs-town__section{padding:46px 0}
    .mrs-town__section--soft{margin:4px -6px;padding:38px 18px;border-radius:18px}
    .mrs-town__section-heading{margin-bottom:24px}
    .mrs-town__section-heading h2{font-size:clamp(28px,8vw,36px)}
    
    
    .mrs-town__service-detail{border-radius:18px}
    .mrs-town__service-detail-content{padding:22px 19px 24px}
    .mrs-town__service-detail-heading{gap:13px}
    .mrs-town__service-detail-mark{width:42px;height:42px;flex-basis:42px;font-size:23px}
    .mrs-town__service-detail h2{font-size:clamp(26px,8vw,33px)}
    .mrs-town__service-detail-image{min-height:210px;max-height:260px;border-radius:14px}
    .mrs-town__service-detail-image img{min-height:210px;max-height:260px}
    .mrs-town__service-benefits{grid-template-columns:1fr;gap:10px}
    .mrs-town__faults{padding:21px 18px}
    .mrs-town__faults ul{grid-template-columns:1fr}
    .mrs-town__coverage-card{padding:23px 19px}
    .mrs-town__review-card{padding:24px 20px}
    .mrs-town__cta{padding:30px 22px;border-radius:18px}
    .mrs-town__button,.mrs-town__detail-button{width:100%;min-height:56px}
}

@media (prefers-reduced-motion:reduce){
    .mrs-town *,
    .mrs-town *::before,
    .mrs-town *::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* V2.2.7.6 LTS - CTA contrast and working breadcrumb links */
.mrs-town__cta-actions .mrs-town__button--phone,
.mrs-town__cta-actions .mrs-town__button--phone:link,
.mrs-town__cta-actions .mrs-town__button--phone:visited{
    border-color:#fff;
    background:transparent;
    color:#fff!important;
    -webkit-text-fill-color:#fff;
}
.mrs-town__cta-actions .mrs-town__button--phone span{
    color:#fff!important;
    -webkit-text-fill-color:#fff;
}
.mrs-town__cta-actions .mrs-town__button--phone:hover,
.mrs-town__cta-actions .mrs-town__button--phone:focus-visible{
    border-color:#fff;
    background:#005a9c;
    color:#fff!important;
    -webkit-text-fill-color:#fff;
}
.mrs-town__breadcrumbs a,
.mrs-town__breadcrumbs a:link,
.mrs-town__breadcrumbs a:visited{
    color:var(--mrs-blue)!important;
    text-decoration:none;
}
.mrs-town__breadcrumbs a:hover,
.mrs-town__breadcrumbs a:focus-visible{
    color:#005a9c!important;
    text-decoration:underline;
    text-underline-offset:3px;
}

/* V2.2.7.7 LTS - Full-width hero introduction */
.mrs-town__hero,
.mrs-town__generated-intro,
.mrs-town__generated-intro .mrs-town__lead{
    width:100%;
    max-width:none;
}

.mrs-town__generated-intro{
    display:block;
    margin:0 0 32px;
}

.mrs-town__generated-intro .mrs-town__lead{
    margin:0;
    font-size:clamp(18px,1.8vw,22px);
    line-height:1.65;
}

.mrs-town__gallery{
    width:100%;
    clear:both;
}

@media (max-width:700px){
    .mrs-town__generated-intro{margin-bottom:24px}
}

/* V2.8.0 LTS - Definitive Compact Town Service Cards */

/* V2.8.1 LTS - Consolidated Compact Town Service Cards */
.mrs-town__services{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    align-items:stretch;
}

.mrs-town__service{
    display:flex;
    align-items:flex-start;
    gap:14px;
    width:100%;
    height:100%;
    min-height:0;
    padding:18px 20px;
    border:1px solid #dce3ed;
    border-radius:14px;
    background:#fff;
    box-shadow:0 6px 18px rgba(1,33,105,.06);
    transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.mrs-town__service:hover{
    transform:translateY(-2px);
    border-color:#bfcce0;
    box-shadow:0 12px 26px rgba(1,33,105,.09);
}

.mrs-town__service-mark{
    display:grid;
    place-items:center;
    width:32px;
    height:32px;
    flex:0 0 32px;
    border-radius:50%;
    background:var(--mrs-yellow);
    color:var(--mrs-blue);
    font-size:18px;
    font-weight:900;
    line-height:1;
    box-shadow:0 4px 12px rgba(197,141,0,.18);
}

.mrs-town__service-card-content{
    display:flex;
    flex:1;
    flex-direction:column;
    min-width:0;
    height:100%;
}

.mrs-town__service h3{
    margin:0 0 6px;
    color:#111;
    font-size:20px;
    font-weight:700;
    line-height:1.2;
    letter-spacing:-.01em;
}

.mrs-town__service p{
    margin:0;
    color:#536174;
    font-size:15px;
    line-height:1.5;
}

.mrs-town__service-highlights{
    display:none;
}

.mrs-town__service-link{
    display:inline-flex;
    align-items:center;
    align-self:flex-start;
    gap:6px;
    margin-top:10px;
    color:var(--mrs-blue);
    font-size:14px;
    font-weight:750;
    line-height:1.3;
    text-decoration:none;
}

.mrs-town__service-link:hover,
.mrs-town__service-link:focus-visible{
    text-decoration:underline;
    text-underline-offset:3px;
}

@media (max-width:850px){
    .mrs-town__services{
        grid-template-columns:1fr;
    }

    .mrs-town__service{
        height:auto;
    }
}

@media (max-width:700px){
    .mrs-town__services{
        gap:14px;
    }

    .mrs-town__service{
        gap:12px;
        padding:16px 18px;
        border-radius:14px;
    }

    .mrs-town__service-mark{
        width:30px;
        height:30px;
        flex-basis:30px;
        font-size:17px;
    }

    .mrs-town__service h3{
        font-size:19px;
    }

    .mrs-town__service p{
        font-size:14px;
        line-height:1.45;
    }

    .mrs-town__service-link{
        margin-top:9px;
        font-size:13px;
    }
}
