:root{--red:#8f0909;--black:#000;--ink:#242424;--grey:#666;--line:#dedede;--soft:#f3f3f1;--white:#fff;--display:"Inter Tight",Arial,sans-serif;--body:Inter,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font:400 18px/1.65 var(--body)}img{max-width:100%;height:auto}a{color:inherit}.wrap{width:min(1180px,calc(100% - 48px));margin:auto}.narrow{width:min(820px,calc(100% - 48px));margin:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-150%);background:#fff;padding:10px 15px;z-index:100}.skip-link:focus{transform:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);color:var(--black);letter-spacing:-.025em}h1{font-size:clamp(3.2rem,6.5vw,6rem);line-height:.96;margin-bottom:28px}h1 em{display:block;color:var(--red);font-style:normal}h2{font-size:clamp(2.25rem,4.5vw,4.25rem);line-height:1.05;margin-bottom:24px}h3{font-size:1.45rem;line-height:1.25}.lead{font-size:1.25rem;line-height:1.55;color:#444;max-width:650px}.lead-small{font-size:1.16rem}.section{padding:105px 0}.soft-section{background:var(--soft)}.section-heading{display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:end;margin-bottom:48px}.section-heading>*{margin-bottom:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--black);color:#fff;text-decoration:none;border:2px solid var(--black);border-radius:999px;padding:14px 22px;font:600 1rem/1.15 var(--body);cursor:pointer;transition:.2s}.button:hover{background:var(--red);border-color:var(--red)}.button-small{font-size:.9rem;padding:12px 18px}.button-light{background:#fff;color:#000;border-color:#fff}.button-light:hover{background:#000;border-color:#000;color:#fff}.button-outline{background:transparent;color:#000}.text-link{font-weight:600;text-decoration-color:var(--red);text-underline-offset:5px}.button:focus-visible,.site-nav a:focus-visible,.site-nav button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #fff;outline-offset:3px;box-shadow:0 0 0 5px var(--red)}
.site-header{height:104px;background:var(--red);display:flex;align-items:center;position:relative;z-index:50}.nav-wrap{display:flex;align-items:center;gap:28px}.brand{width:132px;height:78px;display:grid;place-items:center}.brand img{width:100%;height:100%;object-fit:contain}.site-nav{display:flex;align-items:center;gap:7px;padding:1px;background:#fff;border-radius:999px;margin-left:auto}.site-nav>a,.nav-dropdown-toggle{border:0;background:transparent;padding:10px 15px;text-decoration:none;font:600 .92rem/1 var(--body);border-radius:999px;cursor:pointer}.site-nav>a:hover,.site-nav>a[aria-current=page],.nav-dropdown-toggle:hover,.nav-dropdown-toggle[aria-expanded=true]{background:var(--soft)}.nav-dropdown{position:relative}.nav-dropdown-menu{display:none;position:absolute;top:calc(100% + 15px);left:0;width:290px;background:#fff;border:1px solid var(--line);padding:10px;box-shadow:0 16px 40px rgba(0,0,0,.15)}.nav-dropdown.open .nav-dropdown-menu{display:grid}.nav-dropdown-menu a{padding:11px 12px;text-decoration:none;font-size:.9rem;border-radius:6px}.nav-dropdown-menu a:hover{background:var(--soft);color:var(--red)}.menu-button{display:none;border:0;background:#fff;border-radius:50%;width:48px;height:48px}.menu-button span:not(.sr-only){display:block;width:23px;height:2px;background:#000;margin:5px auto}
.hero{position:relative;isolation:isolate;padding:92px 0 120px;background:#fff;overflow:hidden}.sketch-bg:before{content:"";position:absolute;inset:0;background:url('/assets/images/shropshire-bridge-sketch.png') center/cover no-repeat;opacity:.34;z-index:-1}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:70px;align-items:center}.hero-copy h1 span{display:block;color:var(--black)}.hero-copy h1 em{display:block;color:var(--red)}.hero-actions{display:flex;gap:15px;flex-wrap:wrap;margin:32px 0}.hero-phones{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px}.hero-phones a{font-weight:700;text-decoration:none;white-space:nowrap}.hero-phones span{display:block;color:var(--grey);font-size:.74rem;text-transform:uppercase;letter-spacing:.08em}.video-shell{position:relative;background:#000;aspect-ratio:16/9;overflow:hidden;box-shadow:0 24px 55px rgba(0,0,0,.2)}.video-shell button{position:absolute;inset:0;width:100%;border:0;padding:0;cursor:pointer;background:#000}.video-shell img{width:100%;height:100%;object-fit:cover;opacity:.88}.play{position:absolute;left:50%;top:50%;translate:-50% -50%;width:76px;height:54px;border-radius:14px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:1.5rem}.video-shell iframe{width:100%;height:100%;border:0}.trust-strip{background:#000;color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:27px 0}.trust-grid p{margin:0;padding:2px 28px;border-right:1px solid #555}.trust-grid p:last-child{border:0}.trust-grid strong{display:block;color:#fff;font:600 1.25rem var(--display)}.trust-grid span{font-size:.85rem;color:#ccc}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid var(--line);padding:34px;text-decoration:none;min-height:330px;display:flex;flex-direction:column;border-radius:18px;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(0,0,0,.08);border-color:var(--red)}.service-card img{width:68px;height:68px;object-fit:contain;margin-bottom:40px}.service-card p{color:#555;font-size:.96rem}.card-link{margin-top:auto;color:var(--red);font-weight:700}.wave-section{position:relative;margin-top:55px}.wave-section:before{content:"";position:absolute;left:0;right:0;top:-54px;height:55px;background:inherit;clip-path:ellipse(60% 55% at 50% 100%)}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.team-art{background:var(--soft);display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:45px 20px 20px;min-height:450px;border-radius:30px;overflow:hidden}.team-frame{position:relative;background:#fff;overflow:hidden}.team-frame img{width:100%;height:100%;object-fit:cover}.team-frame:nth-child(2) img{object-position:50% 18%}.team-frame span{position:absolute;left:10px;bottom:10px;background:#fff;padding:5px 10px;font-weight:600}.tick-list{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px}.tick-list li:before{content:"✓";color:var(--red);font-weight:700;margin-right:10px}
.reviews-section{background:var(--soft)}.review-stage{position:relative;min-height:315px}.review-set{display:none;grid-template-columns:repeat(3,1fr);gap:18px}.review-set.is-active{display:grid;animation:reviewFade .6s ease}.review-card{margin:0;background:#fff;padding:32px;border-radius:16px;display:flex;flex-direction:column;min-height:295px}.review-card p{font:500 1.2rem/1.45 var(--display)}.review-card footer{margin-top:auto;font-weight:600;color:#666}.stars{color:var(--red);letter-spacing:.1em;margin-bottom:20px}@keyframes reviewFade{from{opacity:0}to{opacity:1}}.review-controls{display:flex;justify-content:center;gap:8px;margin-top:24px}.review-dot{width:12px;height:12px;border-radius:50%;border:1px solid #777;background:transparent;cursor:pointer}.review-dot[aria-current=true]{background:var(--red);border-color:var(--red)}.google-link{text-align:center;margin-top:25px}.credentials{padding:70px 0;background:#fff}.credentials-inner{text-align:center}.badge-row{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap;margin-top:35px}.badge-row img{max-width:270px;max-height:105px;object-fit:contain}.advice-strip{background:#000;color:#fff}.advice-strip h2{color:#fff}.milestone-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.milestone{background:#fff;color:#000;padding:24px;border-radius:14px;font:600 1.2rem var(--display)}.faq-list{margin-top:35px;border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line)}summary{padding:23px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;font-weight:600;font-size:1.08rem}summary::-webkit-details-marker{display:none}details p{padding-right:50px;color:#555}.final-cta,.mini-cta{background:var(--red);color:#fff;padding:82px 0}.final-cta h2,.mini-cta h2{color:#fff}.final-cta-inner,.mini-cta .wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.page-hero{position:relative;isolation:isolate;padding:90px 0;background:#fff;overflow:hidden}.page-hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:75px;align-items:center}.page-icon{height:350px;background:rgba(255,255,255,.8);border:1px solid var(--line);border-radius:28px;display:grid;place-items:center}.page-icon img{width:150px;height:150px;object-fit:contain}.scenario-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.scenario-grid article{background:#fff;border:1px solid var(--line);padding:28px;min-height:165px;border-radius:14px}.scenario-grid span{color:var(--red);font-weight:700}.scenario-grid p{font:600 1.2rem/1.3 var(--display);margin:32px 0 0}.outcome-list{list-style:none;padding:0}.outcome-list li{padding:17px 0;border-bottom:1px solid var(--line);display:flex;gap:13px}.outcome-list span{color:var(--red);font-weight:700}.notice{background:#fff4f4;border-left:5px solid var(--red);padding:22px;margin-top:28px}.profiles{display:grid;gap:80px}.profile{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.profile:nth-child(even) .profile-portrait{order:2}.profile-portrait{height:440px;background:#eee;border-radius:24px;overflow:hidden}.profile-portrait img{width:100%;height:100%;object-fit:contain;object-position:bottom}.contact-page{padding:95px 0;background:var(--soft)}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.contact-options{margin-top:40px}.contact-options>a,.contact-options>div{display:block;text-decoration:none;border-top:1px solid #bbb;padding:17px 0}.contact-options span{display:block;color:#666;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.form-card{background:#fff;padding:40px;border-radius:20px}.field{margin-bottom:18px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid #aaa;padding:13px;font:inherit;border-radius:5px}.field small{color:var(--red)}.form-note{font-size:.78rem;color:#666}.honeypot{position:absolute;left:-9999px}.success{text-align:center;padding:50px}.legal-page{padding:90px 0}.legal-page h1{font-size:clamp(3.2rem,6vw,5.5rem)}.legal-page h2{font-size:2rem;margin-top:44px}.site-footer{background:#000;color:#ddd;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:50px}.footer-brand img{width:175px;filter:brightness(0) invert(1)}.footer-grid h2{color:#fff;font-size:1rem;text-transform:uppercase;letter-spacing:.1em}.footer-grid p,.footer-grid a{font-size:.92rem;color:#ddd}.footer-base{border-top:1px solid #444;display:flex;justify-content:space-between;padding-top:24px;margin-top:45px}.footer-base p{font-size:.78rem;margin:0}.reveal{opacity:0;transform:translateY(12px);transition:.5s}.reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.review-set.is-active{animation:none}}
@media(max-width:900px){body{font-size:17px}.header-cta{display:none}.menu-button{display:block;margin-left:auto}.site-nav{display:none;position:absolute;left:24px;right:24px;top:90px;border-radius:16px;padding:14px;flex-direction:column;align-items:stretch;box-shadow:0 18px 35px rgba(0,0,0,.18)}.site-nav.open{display:flex}.site-nav>a,.nav-dropdown-toggle{text-align:left;width:100%;padding:14px}.nav-dropdown-menu{position:static;width:100%;box-shadow:none;border:0;border-left:3px solid var(--red);margin:4px 0 8px}.hero-grid,.page-hero-grid,.split,.contact-grid,.final-cta-inner,.mini-cta .wrap{grid-template-columns:1fr;gap:48px}.section-heading{grid-template-columns:1fr;gap:15px}.service-grid{grid-template-columns:1fr 1fr}.trust-grid,.scenario-grid,.milestone-grid{grid-template-columns:1fr 1fr}.review-set{grid-template-columns:1fr}.review-stage{min-height:880px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.wrap,.narrow{width:min(100% - 30px,1180px)}.site-header{height:86px}.brand{width:108px;height:64px}.site-nav{top:78px;left:15px;right:15px}h1{font-size:3.25rem}.section{padding:75px 0}.hero{padding:65px 0 85px}.hero-grid{gap:40px}.hero-actions{flex-direction:column;align-items:stretch}.hero-phones{display:grid;gap:8px}.play{width:64px;height:46px}.trust-grid,.service-grid,.scenario-grid,.milestone-grid{grid-template-columns:1fr}.trust-grid p{border-right:0;border-bottom:1px solid #444;padding:13px 5px}.trust-grid p:last-child{border-bottom:0}.service-card{min-height:280px}.team-art{min-height:340px;padding:35px 12px 12px}.tick-list{grid-template-columns:1fr}.review-stage{min-height:960px}.profile{grid-template-columns:1fr;gap:25px}.profile:nth-child(even) .profile-portrait{order:initial}.profile-portrait{height:370px}.field-row{grid-template-columns:1fr}.form-card{padding:25px}.footer-grid{grid-template-columns:1fr}.footer-base{display:block}.badge-row{gap:30px}.badge-row img{max-width:220px}.page-icon{height:250px}}
.partners{padding:65px 0;background:var(--soft);text-align:center}.partners h2{font-size:2rem}.partner-row{display:flex;align-items:center;justify-content:center;gap:55px;flex-wrap:wrap}.partner-row a{display:grid;place-items:center;background:#fff;padding:18px;min-width:210px;min-height:110px;border-radius:12px}.partner-row img{max-width:190px;max-height:74px;object-fit:contain}

/* Approved hero typography and primary action */
h1{font-size:82px;line-height:1}.button-brand{background:var(--red);border-color:var(--red)}.hero-reassurance{margin-top:20px;margin-bottom:0}.hero-phones a,.hero-phones span{color:var(--red)}.nav-dropdown-toggle span{vertical-align:text-top}
@media(max-width:900px){h1{font-size:clamp(3.25rem,9vw,82px)}}
@media(max-width:620px){h1{font-size:3.25rem}}

/* Transparent team portraits */
.team-frame img,.team-frame:nth-child(2) img{object-fit:contain;object-position:center bottom}.profile-portrait{background:transparent}

/* About hero: one shared team portrait rather than two boxed cut-outs */
.page-hero .team-art{position:relative;isolation:isolate;display:flex;align-items:flex-end;justify-content:center;gap:0;min-height:430px;padding:38px 18px 0;background:linear-gradient(145deg,#f3f3f1 0%,#fff 78%);border:1px solid var(--line);border-radius:42px;overflow:hidden}
.page-hero .team-art:before,.page-hero .team-art:after{content:none}
.page-hero .team-frame{position:relative;flex:1 1 50%;height:370px;background:transparent;overflow:visible}
.page-hero .team-frame:first-child{margin-right:-24px;z-index:2}
.page-hero .team-frame:nth-child(2){margin-left:-24px;z-index:1}
.page-hero .team-frame img,.page-hero .team-frame:nth-child(2) img{width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 15px 18px rgba(0,0,0,.12))}
.page-hero .team-frame:nth-child(2) img{height:91%;margin-top:9%}
.page-hero .team-frame span{left:50%;bottom:15px;transform:translateX(-50%);background:var(--black);color:#fff;border-radius:999px;padding:7px 14px;font-size:.82rem}
@media(max-width:620px){.page-hero .team-art{min-height:340px;padding-inline:4px;border-radius:26px}.page-hero .team-art:before{width:230px;height:230px}.page-hero .team-frame{height:290px}.page-hero .team-frame:first-child{margin-right:-34px}.page-hero .team-frame:nth-child(2){margin-left:-34px}.page-hero .team-art:after{left:20px;top:18px}}

.page-hero .team-frame img,.page-hero .team-frame:nth-child(2) img{position:absolute;left:50%;bottom:0;width:auto;max-width:none;height:100%;margin:0;transform:translateX(-50%)}

/* Site-wide editorial heading colour alternation */
h2{color:var(--black)}h2 em{color:var(--red);font-style:normal}.advice-strip,.final-cta,.mini-cta{background:var(--soft);color:var(--ink)}.advice-strip h2,.final-cta h2,.mini-cta h2{color:var(--black)}.final-cta .button-light,.mini-cta .button-light{background:var(--red);border-color:var(--red);color:#fff}

/* Helen and Connor beside the header logo */
.header-team{align-self:stretch;display:flex;align-items:flex-end;width:112px;overflow:hidden;margin-left:-18px}.header-team img{width:68px;height:82px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 4px 5px rgba(0,0,0,.18))}.header-team img+img{margin-left:-22px}
@media(max-width:900px){.header-team{margin-right:auto}.menu-button{margin-left:0}}
@media(max-width:620px){.header-team{width:82px;margin-left:-14px}.header-team img{width:51px;height:65px}.header-team img+img{margin-left:-17px}}

/* Header portrait composition matched to the approved reference */
.header-team{align-self:auto;width:220px;height:104px;margin-left:-10px;display:flex;align-items:flex-end;justify-content:flex-start;gap:0;overflow:hidden}.header-team img{flex:0 0 auto;width:auto;height:100px;max-width:none;object-fit:contain;object-position:center bottom;filter:none}.header-team img+img{margin-left:0}
@media(max-width:900px){.header-team{width:190px;height:104px;overflow:hidden}}
@media(max-width:620px){.header-team{width:132px;margin-left:-8px}.header-team img{width:auto;height:72px}.header-team img+img{margin-left:0}}

/* Final header-team sizing */
@media(min-width:901px){.header-team{width:166px}}
@media(max-width:620px){.header-team{width:clamp(142px,36vw,190px);height:86px;margin-left:-8px;align-self:center;overflow:hidden}.header-team img{width:auto;height:clamp(62px,16vw,82px);max-height:82px}.header-team img+img{margin-left:0}}

/* Two-layout responsive system: use the established mobile layout through 900px. */
@media(max-width:900px){
  .wrap,.narrow{width:min(100% - 30px,1180px)}
  .site-header{height:86px}
  .brand{width:108px;height:64px}
  .site-nav{top:78px;left:15px;right:15px}
  h1{font-size:3.25rem}
  .section{padding:75px 0}
  .hero{padding:65px 0 85px}
  .hero-grid{gap:40px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-phones{display:grid;gap:8px}
  .play{width:64px;height:46px}
  .trust-grid,.service-grid,.scenario-grid,.milestone-grid{grid-template-columns:1fr}
  .trust-grid p{border-right:0;border-bottom:1px solid #444;padding:13px 5px}
  .trust-grid p:last-child{border-bottom:0}
  .service-card{min-height:280px}
  .team-art{min-height:340px;padding:35px 12px 12px}
  .tick-list{grid-template-columns:1fr}
  .review-stage{min-height:960px}
  .profile{grid-template-columns:1fr;gap:25px}
  .profile:nth-child(even) .profile-portrait{order:initial}
  .profile-portrait{height:370px}
  .field-row{grid-template-columns:1fr}
  .form-card{padding:25px}
  .footer-grid{grid-template-columns:1fr}
  .footer-base{display:block}
  .badge-row{gap:30px}
  .badge-row img{max-width:220px}
  .page-icon{height:250px}
  .page-hero .team-art{min-height:340px;padding-inline:4px;border-radius:26px}
  .page-hero .team-art:before{width:230px;height:230px}
  .page-hero .team-frame{height:290px}
  .page-hero .team-frame:first-child{margin-right:-34px}
  .page-hero .team-frame:nth-child(2){margin-left:-34px}
  .page-hero .team-art:after{left:20px;top:18px}
  .header-team{width:clamp(142px,36vw,190px);height:86px;margin-left:-8px;margin-right:auto;align-self:center;overflow:hidden}
  .header-team img{width:auto;height:clamp(62px,16vw,82px);max-height:82px}
  .header-team img+img{margin-left:0}
}

.header-team{overflow:visible}

.site-header{min-width:360px}

.nav-dropdown-toggle span{vertical-align:text-top;position:relative;top:-1px}

@media(min-width:901px){.site-nav{padding:2px}}

/* Keep header dimensions stable across the 900/901px navigation switch. */
@media(min-width:621px) and (max-width:900px){
  .site-header{height:104px}
  .brand{width:132px;height:78px}
  .site-nav{top:90px}
  .header-team{width:166px;height:104px;margin-left:-10px;align-self:auto}
  .header-team img{width:auto;height:100px;max-height:none}
}

/* Prevent mobile header artwork and controls from being compressed by flexbox. */
@media(max-width:620px){
  .nav-wrap{gap:clamp(8px,3vw,18px)}
  .brand{width:108px;height:64px;flex:0 0 108px}
  .header-team{width:142px;height:86px;flex:0 0 142px}
  .header-team img{width:auto;height:82px;max-height:none;flex-shrink:0}
  .menu-button{width:48px;height:48px;min-width:48px;min-height:48px;flex:0 0 48px;aspect-ratio:1}
}

/* Homepage team panel: a shorter rectangle removes empty space above the portraits. */
@media(min-width:901px){
  .section .split .team-art{min-height:310px;padding:16px 20px 20px}
}
