
:root{
  --navy:#0A2E59; --navy2:#123B7A; --teal:#0DA6B2; --teal2:#26B8C0;
  --sky:#61BFE5; --ink:#102B56; --muted:#5A6980; --line:#DDE7EE;
  --paper:#FFFFFF; --soft:#F5F9FC; --orange:#FF7A34; --pink:#B51F63;
  --radius:22px; --shadow:0 16px 44px rgba(16,43,86,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit}
.shell{width:min(1460px,calc(100% - 52px));margin-inline:auto}
.narrow{max-width:930px}
.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:999;background:#fff;padding:10px}
.site-header{background:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(16,43,86,.08);box-shadow:0 3px 18px rgba(16,43,86,.04)}
.header-inner{display:grid;grid-template-columns:330px 1fr auto;align-items:center;gap:22px;min-height:104px}
.brand img{width:315px;height:auto}
.nav{display:flex;justify-content:center;gap:clamp(12px,1.4vw,26px);font-size:14px;font-weight:700;white-space:nowrap}
.nav a{text-decoration:none;padding:38px 0 32px;border-bottom:3px solid transparent}
.nav a:hover{color:var(--teal);border-color:var(--teal)}
.header-phone{display:flex;gap:10px;align-items:center;text-decoration:none}
.header-phone .mini-phone{font-size:34px;color:#c70000}
.header-phone strong{font-size:23px;white-space:nowrap}
.header-phone small{display:block;color:var(--teal);font-weight:700;text-align:right}
.menu-toggle{display:none}
.eyebrow{font-size:13px;font-weight:800;letter-spacing:.025em;color:#07859A;margin:0 0 14px;text-transform:uppercase}
.hero{display:grid;grid-template-columns:1.05fr 2fr .9fr;gap:0;align-items:stretch;padding-top:8px}
.hero-copy{padding:52px 28px 42px 0;z-index:2;background:linear-gradient(90deg,#fff 0%,#fff 82%,rgba(255,255,255,0))}
.hero-copy h1,.inner-hero h1{font-size:clamp(42px,4.3vw,68px);line-height:1.02;letter-spacing:-.045em;margin:0 0 28px;color:var(--navy)}
.hero-copy h1 span{color:var(--teal)}
.lead{font-size:18px;max-width:660px}
.hero-art{overflow:hidden;min-height:515px}
.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}
.cta-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:11px;text-decoration:none;font-weight:850;letter-spacing:.01em;border:1px solid transparent;cursor:pointer}
.button.primary{background:var(--navy);color:#fff}
.button.primary:hover{background:#0f3f7d}
.button.secondary{border-color:var(--teal);color:var(--navy);background:#fff}
.button.secondary:hover{background:#f1fbfc}
.button.compact{min-height:44px;font-size:13px}
.button.full{width:100%}
.vacancy-card{margin:0 0 0 14px;padding:26px 24px 22px;color:#fff;text-align:center;background:linear-gradient(145deg,#7f1d6f,#d22855 60%,#ff7d30);border-radius:0 0 22px 22px;box-shadow:var(--shadow)}
.vacancy-card .card-kicker{color:#3ee2e4;font-weight:900;margin:2px 0 4px;font-size:15px}
.vacancy-card h2{font-size:34px;line-height:1.02;margin:0 0 8px}
.ring-wrap{position:relative;display:flex;align-items:center;justify-content:center;height:155px;overflow:hidden}
.ring-wrap img{width:230px;height:135px;object-fit:cover;border-radius:40%;mix-blend-mode:normal}
.ring{font-size:34px;position:absolute;top:52px;opacity:0;color:#fff;font-weight:900}
.ring-left{left:2px}.ring-right{right:2px}
.ring-wrap.ringing .ring-left{animation:ringfade .6s ease 2}
.ring-wrap.ringing .ring-right{animation:ringfade .6s ease 2}
.ring-wrap.ringing img{animation:phoneShake .15s linear 6}
@keyframes phoneShake{0%,100%{transform:rotate(0)}25%{transform:rotate(-2.2deg)}75%{transform:rotate(2.2deg)}}
@keyframes ringfade{0%{opacity:0;transform:scale(.9)}40%{opacity:1;transform:scale(1.08)}100%{opacity:0;transform:scale(1.18)}}
.ticks{list-style:none;text-align:left;padding:0;margin:6px 0 12px;font-size:15px}.ticks li:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ffc62e;color:#672031;margin-right:8px;font-weight:900}
.vacancy-card hr{border:0;border-top:1px solid rgba(255,255,255,.45)}
.call-label{font-weight:800;margin:10px 0 8px}
.phone-block{background:var(--navy);border-radius:8px;color:#fff;text-decoration:none;display:block;font-weight:900;font-size:20px;padding:9px}
.trust-band{background:linear-gradient(90deg,#0b3e82,#07569c);color:white}
.trust-grid{display:grid;grid-template-columns:1.15fr .9fr 1.2fr 1.2fr 1.15fr;align-items:stretch}
.trust-item{display:flex;align-items:center;gap:14px;padding:19px 18px;border-right:1px solid rgba(255,255,255,.25)}
.trust-item:last-child{border-right:0}
.trust-item strong,.trust-item small{display:block}.trust-item small{opacity:.9;margin-top:3px}
.trust-icon{width:58px;height:58px;border:2px solid rgba(255,255,255,.85);border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:18px;flex:0 0 auto}
.cqc-brand img{width:142px;max-height:64px;object-fit:contain}
.cqc-widget-section{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 0 6px}
.cqc-live{min-height:76px;min-width:300px}
.small-muted{color:var(--muted);margin-top:-10px}
.split-content{display:grid;grid-template-columns:1.85fr 1fr;gap:28px;padding-top:14px;padding-bottom:50px}
.split-content h2,.prose-grid h2,.support-detail-grid h2,.contact-grid h2{font-size:25px;margin:18px 0 13px}
.needs-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.need{text-align:center;padding:18px 10px;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;gap:8px}
.need:last-child{border-right:0}.need span{font-size:34px;color:var(--teal)}.need strong{font-size:14px}
.age-line{text-align:center;margin:12px 0 0}
.age-line strong{color:var(--teal)}
.services-title{margin-top:30px!important}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;text-decoration:none;background:#fff;box-shadow:0 8px 22px rgba(16,43,86,.06);transition:.2s}
.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.service-card img{width:100%;height:135px;object-fit:cover}
.service-card>div{position:relative;padding:14px 42px 16px 18px}.service-card h3{font-size:16px;margin:0 0 4px}.service-card p{font-size:13px;margin:0}.service-card span{position:absolute;right:16px;bottom:18px;font-size:26px}
.referral-panel{background:linear-gradient(135deg,#f2f9fc,#e9f3f9);border-radius:22px;display:grid;grid-template-columns:1.15fr .9fr;overflow:hidden;min-height:450px;align-self:start}
.referral-copy{padding:24px 8px 20px 26px;position:relative}.referral-copy h2{text-transform:uppercase;color:var(--navy);font-size:24px}
.referral-types{display:flex;gap:10px;margin:18px 0}.referral-types span{text-align:center;color:var(--teal);font-size:30px;flex:1}.referral-types small{display:block;color:var(--navy);font-size:11px;line-height:1.2}
.sophie-photo{width:100%;height:100%;object-fit:cover;object-position:center top}
.sophie-label{margin-top:28px;background:var(--teal);color:#fff;border-radius:12px;padding:10px 15px;width:max-content;min-width:210px}.sophie-label>*{display:block}.sophie-label strong{font-size:22px}.sophie-label span,.sophie-label b{font-size:13px}
.inner-hero{background:linear-gradient(135deg,#f3fafc,#fff);padding:70px 0;border-bottom:1px solid var(--line)}
.inner-hero h1{font-size:58px}.inner-hero .lead{max-width:780px;margin-bottom:26px}
.prose-grid{display:grid;grid-template-columns:1.6fr .8fr;gap:44px;padding-top:50px;padding-bottom:70px}
.prose-grid article>h2{margin-top:34px;color:var(--navy)}
.side-card{background:var(--soft);border:1px solid var(--line);border-radius:var(--radius);padding:28px;height:max-content;position:sticky;top:130px}
.availability-inline{display:flex;justify-content:space-between;gap:16px;background:linear-gradient(90deg,var(--navy),var(--teal));color:#fff;border-radius:14px;padding:16px 20px}
.check-list{display:grid;grid-template-columns:1fr;gap:9px;padding:0;list-style:none}.check-list.two-col{grid-template-columns:1fr 1fr}.check-list li{padding-left:27px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}
.steps{list-style:none;padding:0;counter-reset:step}.steps li{padding:16px 0;border-bottom:1px solid var(--line)}.steps b,.steps span{display:block}.steps span{font-size:14px;color:var(--muted);margin-top:4px}
.support-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding-top:50px}
.detail-card{border:1px solid var(--line);border-radius:18px;padding:25px;background:#fff;box-shadow:0 9px 25px rgba(16,43,86,.05)}.detail-card>span{font-size:42px;color:var(--teal)}.detail-card h2{font-size:20px}
.centred-callout{margin-top:30px;margin-bottom:60px;text-align:center;background:var(--soft);border-radius:20px;padding:36px}.centred-callout p{max-width:800px;margin:0 auto 22px}
.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:24px}.values-grid div{padding:18px;border-left:4px solid var(--teal);background:var(--soft)}.values-grid b,.values-grid span{display:block}.values-grid span{font-size:14px;color:var(--muted);margin-top:4px}
.simple-steps{display:grid;gap:14px;margin:20px 0}.simple-steps>div{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start}.simple-steps b:first-child{display:grid;place-items:center;background:var(--teal);color:#fff;width:38px;height:38px;border-radius:50%}
.callback-card label{display:block;font-size:13px;font-weight:750;margin-bottom:14px}.callback-card input,.callback-card textarea{display:block;width:100%;margin-top:5px;border:1px solid #cbd9e2;border-radius:8px;padding:11px 12px;font:inherit;background:#fff}.form-note{font-size:12px;color:var(--muted)}.form-status{font-size:13px;color:var(--teal);font-weight:700}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding-top:50px;padding-bottom:70px}.contact-card{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff}.contact-card.featured{background:linear-gradient(135deg,#f1fbfc,#f7f9fd)}.big-number{display:block;font-size:36px;font-weight:900;color:var(--navy);text-decoration:none;margin:12px 0}
.email-image{display:block;width:300px;max-width:100%;height:auto;mix-blend-mode:multiply}.email-image.large{width:430px}
.legal-copy{max-width:900px;padding-top:48px;padding-bottom:70px}.legal-copy h2{margin-top:30px;color:var(--navy)}
.site-footer{background:#071f3e;color:#e8f3fb;margin-top:25px;padding-top:45px}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr 1fr;gap:40px}.footer-logo{width:300px;filter:brightness(0) invert(1);opacity:.95}.site-footer h3{color:#fff}.site-footer p{color:#d2ddea;font-size:14px}.footer-phone{font-size:25px;font-weight:900;text-decoration:none}.site-footer .email-image{mix-blend-mode:normal;border-radius:4px;margin-top:8px;max-width:300px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding:18px 0;display:flex;justify-content:space-between;font-size:12px}.footer-bottom a{color:#fff}
@media(max-width:1180px){
 .header-inner{grid-template-columns:260px 1fr auto}.brand img{width:245px}.nav{gap:12px;font-size:12px}.header-phone strong{font-size:18px}
 .hero{grid-template-columns:1fr 1.6fr}.vacancy-card{grid-column:1/-1;margin:0;border-radius:0 0 18px 18px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:16px;text-align:left}.vacancy-card h2{font-size:30px}.ring-wrap{height:120px}.ticks{margin:0}.call-label,.vacancy-card hr{display:none}.phone-block{grid-column:3;text-align:center}.card-kicker{grid-column:1}
 .trust-grid{grid-template-columns:repeat(3,1fr)}.trust-item{border-bottom:1px solid rgba(255,255,255,.2)}
 .needs-grid{grid-template-columns:repeat(3,1fr)}.need:nth-child(3){border-right:0}.split-content{grid-template-columns:1fr}.referral-panel{grid-template-columns:1.35fr .65fr}
}
@media(max-width:900px){
 .shell{width:min(100% - 28px,760px)}
 .site-header{position:relative}.header-inner{grid-template-columns:1fr auto;min-height:84px}.brand img{width:255px}.header-phone{display:none}.menu-toggle{display:block;border:0;background:var(--navy);color:#fff;font-size:23px;width:46px;height:42px;border-radius:8px}
 .nav{display:none;position:absolute;left:0;right:0;top:84px;background:#fff;box-shadow:var(--shadow);padding:15px 28px;flex-direction:column;z-index:70}.nav.open{display:flex}.nav a{padding:9px 0;border-bottom:1px solid var(--line)}
 .hero{display:block}.hero-copy{padding:38px 0 24px}.hero-art{min-height:320px;border-radius:18px;overflow:hidden}.vacancy-card{margin:15px 0 0;display:block;border-radius:18px;text-align:center}.vacancy-card .ticks{text-align:center}.phone-block{margin-top:12px}
 .trust-grid{grid-template-columns:1fr 1fr}.trust-item{border-right:1px solid rgba(255,255,255,.2)}.trust-item:nth-child(2n){border-right:0}.cqc-brand img{width:120px}
 .cqc-widget-section{display:block}.cqc-live{margin-top:10px}
 .needs-grid{grid-template-columns:1fr 1fr}.need:nth-child(3){border-right:1px solid var(--line)}.need:nth-child(2n){border-right:0}
 .service-grid{grid-template-columns:1fr}.service-card img{height:190px}
 .referral-panel{grid-template-columns:1fr}.sophie-photo{height:420px}.referral-copy{order:2}.sophie-photo{order:1}
 .prose-grid{grid-template-columns:1fr}.side-card{position:static}.support-detail-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}
}
@media(max-width:580px){
 .shell{width:calc(100% - 22px)}.brand img{width:220px}
 .hero-copy h1,.inner-hero h1{font-size:42px}.lead{font-size:16px}.cta-row{display:grid}.button{width:100%}
 .hero-art{min-height:260px}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0}
 .needs-grid{grid-template-columns:1fr 1fr}.need{padding:14px 7px}.need strong{font-size:12px}
 .support-detail-grid{grid-template-columns:1fr}.check-list.two-col{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}
 .referral-types{gap:4px}.sophie-photo{height:360px}.big-number{font-size:29px}
 .footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}
}
/* v2 refinements */
.footer-email{background:transparent!important;mix-blend-mode:normal!important;filter:none!important}
.email-image[src$=".png"]{background:transparent}
.hero-copy{padding-top:44px}
@media(min-width:1181px){.hero{min-height:515px}.vacancy-card{border-radius:0 0 22px 22px}}
@media(max-width:900px){.cqc-widget-section{padding-top:22px}.hero-art img{object-position:center 42%}}
.need img{width:46px;height:46px;object-fit:contain}.need span{display:none}
.referral-types span>img{width:38px;height:38px;margin:0 auto 5px}.referral-types span{font-size:0}
.detail-icon{width:54px;height:54px;object-fit:contain}


/* =========================================================
   HOME PAGE V4 — built to mirror the user's settled mock-up
   ========================================================= */
body.mockup-home{
  background:#f5f7f9;
  margin:0;
  color:#102b56;
}
.mockup-home .site-header,
.mockup-home .site-footer{display:none!important}

.mock-frame{
  width:min(1342px,calc(100vw - 96px));
  min-width:1180px;
  margin:64px auto 22px;
  background:#fff;
  border:1px solid #e2e7ec;
  border-radius:0 0 52px 52px;
  box-shadow:0 3px 18px rgba(27,54,83,.05);
  overflow:hidden;
  font-family:Arial,Helvetica,sans-serif;
}
.mock-header{
  height:113px;
  display:grid;
  grid-template-columns:330px 1fr 292px;
  grid-template-rows:69px 44px;
  align-items:center;
  padding:0 31px;
  background:#fff;
}
.mock-brand{
  grid-row:1/3;
  align-self:center;
  display:block;
  width:300px;
  height:92px;
  overflow:hidden;
  text-decoration:none;
}
.mock-brand img{
  width:220px;
  height:176px;
  object-fit:cover;
  object-position:center;
  transform:translate(6px,-38px);
}
.mock-nav{
  grid-column:1/4;
  grid-row:2;
  margin-left:4px;
  margin-right:290px;
  display:flex;
  justify-content:space-between;
  align-items:end;
  height:44px;
  padding-left:0;
}
.mock-nav a{
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  color:#132e5b;
  padding:13px 2px 11px;
  border-bottom:3px solid transparent;
  white-space:nowrap;
}
.mock-nav a.active{border-color:#10a9b8}
.mock-top-phone{
  grid-column:3;
  grid-row:1;
  justify-self:end;
  display:flex;
  align-items:center;
  gap:7px;
  text-decoration:none;
  margin-top:10px;
}
.mock-top-phone .redphone{
  font-size:37px;
  line-height:1;
  color:#c50000;
}
.mock-top-phone strong{
  display:block;
  color:#112f61;
  font-size:27px;
  letter-spacing:-1px;
  line-height:1;
}
.mock-top-phone small{
  display:block;
  color:#0795a8;
  font-weight:700;
  text-align:right;
  margin-top:4px;
  font-size:13px;
}

/* hero: exact mock-up proportions */
.mock-hero{
  display:grid;
  grid-template-columns:330px 650px 312px;
  height:339px;
  margin:0 31px;
  position:relative;
}
.mock-hero-copy{
  background:linear-gradient(90deg,#fff 0%,#fff 86%,rgba(255,255,255,.25) 100%);
  z-index:2;
  padding:24px 0 18px 4px;
}
.mock-eyebrow{
  font-size:11px;
  font-weight:800;
  color:#05899f;
  margin:0 0 16px;
}
.mock-hero-copy h1{
  margin:0 0 18px;
  font-size:35px;
  line-height:1.11;
  letter-spacing:-1.3px;
  color:#112f61;
}
.mock-hero-copy h1 span{color:#129aac}
.mock-hero-copy>p:not(.mock-eyebrow){
  font-size:14px;
  line-height:1.55;
  width:285px;
  margin:0 0 16px;
  font-weight:600;
}
.mock-buttons{display:flex;gap:15px;align-items:center}
.mock-button{
  height:47px;
  padding:0 18px;
  border-radius:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  white-space:nowrap;
}
.mock-button-dark{
  background:#0b2d61;
  color:#fff;
  min-width:185px;
}
.mock-button-light{
  background:#fff;
  color:#102d5c;
  border:2px solid #16a9b8;
  min-width:185px;
}
.mock-hero-scene{
  height:339px;
  overflow:hidden;
  margin-left:-24px;
  position:relative;
  z-index:1;
}
.mock-hero-scene:before{
  content:"";
  position:absolute;
  z-index:2;
  left:0;top:0;bottom:0;width:105px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.88) 18%,rgba(255,255,255,0) 100%);
  pointer-events:none;
}
.mock-hero-scene img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.mock-vacancy{
  height:354px;
  margin-top:-15px;
  border-radius:19px 19px 0 0;
  background:linear-gradient(135deg,#92215e 0%,#d32953 67%,#ff7f32 100%);
  color:#fff;
  padding:18px 23px 14px;
  text-align:center;
  position:relative;
  z-index:3;
  box-shadow:0 4px 15px rgba(42,34,56,.10);
}
.mock-vacancy>p{
  margin:0 0 2px;
  color:#2bd7d3;
  font-size:14px;
  font-weight:800;
}
.mock-vacancy h2{
  font-size:27px;
  line-height:1.05;
  margin:0;
  letter-spacing:-.6px;
}
.mock-ring{
  height:139px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.mock-ring img{
  width:205px;
  height:139px;
  object-fit:cover;
  border-radius:26px;
}
.mock-ring>span{
  position:absolute;
  top:52px;
  font-size:28px;
  font-weight:800;
  color:#fff;
  letter-spacing:-8px;
  opacity:.95;
}
.mock-ring .ring-left{left:0}
.mock-ring .ring-right{right:3px}
.mock-ring.ringing img{animation:phoneShake .15s linear 6}
.mock-ring.ringing span{animation:ringfade .6s ease 2}
.mock-vacancy ul{
  list-style:none;
  text-align:left;
  margin:0 0 8px;
  padding:0;
  font-size:13px;
  line-height:1.9;
}
.mock-vacancy li:before{
  content:"✓";
  display:inline-grid;
  place-items:center;
  width:17px;height:17px;
  border-radius:50%;
  background:#f6d51b;
  color:#84204e;
  margin-right:7px;
  font-size:11px;
  font-weight:900;
}
.mock-vacancy-line{border-top:1px solid rgba(255,255,255,.65);margin:2px 0 8px}
.mock-vacancy>b{display:block;font-size:13px;margin-bottom:7px}
.mock-vacancy>a{
  display:block;
  text-decoration:none;
  color:#fff;
  background:#0c2f62;
  border-radius:7px;
  padding:7px 4px;
  font-weight:800;
  font-size:17px;
}

/* trust band */
.mock-trust{
  height:80px;
  margin:0 31px;
  border-radius:0 0 13px 13px;
  background:linear-gradient(90deg,#073b7e,#075a9f);
  color:#fff;
  display:grid;
  grid-template-columns:275px 205px 235px 245px 1fr;
  align-items:center;
  box-shadow:0 2px 8px rgba(6,52,105,.08);
}
.mock-trust>div{
  height:50px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:0 15px;
  border-right:1px solid rgba(255,255,255,.35);
}
.mock-trust>div:last-child{border-right:0}
.mock-trust-cqc img{width:126px;height:50px;object-fit:contain}
.mock-trust-cqc span b{font-size:12px;line-height:1.05}
.mock-trust-cqc span small{display:block;font-size:11px;margin-top:3px}
.mock-circle{
  width:50px;height:50px;border:2px solid #fff;border-radius:50%;
  display:grid;place-items:center;font-size:15px;font-weight:800;flex:0 0 auto;
}
.mock-line-icon{
  width:50px;
  color:#fff;
  font-size:43px;
  line-height:1;
  text-align:center;
  flex:0 0 auto;
  font-family:Arial,sans-serif;
}
.mock-trust b{display:block;font-size:12px;line-height:1.25}
.mock-trust small{display:block;font-size:11px;margin-top:3px}

/* lower half */
.mock-lower{
  height:359px;
  margin:0 31px 35px;
  display:grid;
  grid-template-columns:780px 1fr;
  gap:20px;
  padding-top:14px;
}
.mock-lower h2{
  margin:0;
  font-size:14px;
  line-height:1.2;
  color:#102d5c;
}
.mock-needs{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  height:105px;
  margin-top:4px;
}
.mock-needs>div{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-right:1px solid #dce3e8;
  text-align:center;
}
.mock-needs>div:last-child{border-right:0}
.mock-needs img{
  width:44px;height:44px;
  object-fit:contain;
  margin-bottom:4px;
}
.mock-needs b{
  font-size:11px;
  line-height:1.25;
  font-weight:700;
}
.mock-age{
  margin:2px 0 8px;
  text-align:center;
  font-size:11px;
  font-weight:600;
}
.mock-age strong{color:#078ea4;font-size:14px}
.mock-services-heading{margin-top:0!important;margin-bottom:5px!important}
.mock-services{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
}
.mock-service-card{
  height:183px;
  border:1px solid #dce4e9;
  border-radius:11px;
  overflow:hidden;
  text-decoration:none;
  color:#102d5c;
  background:#fff;
  box-shadow:0 2px 5px rgba(31,60,90,.04);
}
.mock-service-card>img{
  width:100%;
  height:94px;
  object-fit:cover;
}
.mock-service-copy{
  height:88px;
  display:grid;
  grid-template-columns:52px 1fr 25px;
  align-items:center;
  padding:5px 8px;
}
.mock-service-icon{
  width:45px;height:45px;border-radius:50%;
  background:#0d98a9;color:#fff;
  display:grid;place-items:center;
  font-size:25px;
}
.mock-service-copy b{
  display:block;
  font-size:12px;
  line-height:1.08;
}
.mock-service-copy small{
  display:block;
  margin-top:4px;
  font-size:10px;
  line-height:1.25;
}
.mock-service-copy em{
  font-style:normal;
  font-size:25px;
  justify-self:end;
}

/* referrals/right lower */
.mock-referrals{
  height:345px;
  display:grid;
  grid-template-columns:180px 1fr;
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,#fff 0%,#f4f9fb 50%,#f4f9fb 100%);
}
.mock-referrals-copy{
  padding:0 0 0 0;
  z-index:2;
}
.mock-referrals-copy h2{
  font-size:17px;
  margin:0 0 7px;
}
.mock-referral-icons{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  width:240px;
  gap:7px;
  margin-bottom:14px;
}
.mock-referral-icons>div{text-align:center}
.mock-referral-icons img{
  width:38px;height:38px;object-fit:contain;margin:0 auto 3px;
}
.mock-referral-icons small{
  display:block;
  font-size:9px;
  line-height:1.13;
  font-weight:700;
}
.mock-referrals-copy>p{
  font-size:12px;
  line-height:1.45;
  margin:0 0 43px;
}
.mock-sophie-label{
  width:151px;
  border-radius:10px;
  background:#078ca2;
  color:#fff;
  padding:9px 14px 10px;
}
.mock-sophie-label strong{
  display:block;
  font-size:20px;
  color:#28d5d0;
  line-height:1.05;
}
.mock-sophie-label span,
.mock-sophie-label b{
  display:block;
  font-size:11px;
  line-height:1.35;
}
.mock-sophie{
  position:absolute;
  right:0;
  top:-17px;
  width:342px;
  height:354px;
  object-fit:cover;
  object-position:center top;
}

/* Mobile fallback: pixel-match version is desktop/tablet only */
.mobile-home-fallback{display:none}
@media(max-width:1179px){
  body.mockup-home{background:#fff}
  .mock-frame{display:none}
  .mobile-home-fallback{
    display:block;
    padding:18px;
    font-family:Arial,Helvetica,sans-serif;
    color:#102d5c;
  }
  .mobile-home-fallback section{max-width:680px;margin:auto}
  .mobile-logo{width:250px;margin:0 auto 18px}
  .mobile-home-fallback h1{
    font-size:43px;line-height:1.05;letter-spacing:-1px;margin:10px 0;color:#102d5c
  }
  .mobile-home-fallback h1 span{color:#0b9cac}
  .mobile-home-fallback p{font-size:17px}
  .mobile-home-fallback .button{margin:8px 0}
  .mobile-hero{width:100%;border-radius:14px;margin-top:14px}
  .mobile-vacancy{
    background:linear-gradient(135deg,#8d1c63,#d52b55,#ff7932);
    color:#fff;border-radius:14px;padding:18px;margin-top:14px;text-align:center
  }
  .mobile-vacancy h2{margin:0;font-size:27px}
  .mobile-links{display:grid;gap:8px;margin-top:18px}
  .mobile-links a{
    text-decoration:none;border:1px solid #dbe4e9;border-radius:10px;padding:14px;font-weight:700
  }
}

/* V5 mock-up-faithful home */
.home-v5{margin:0;background:#f4f6f8;color:#102d5c;font-family:Arial,Helvetica,sans-serif}.home-v5 .site-header,.home-v5 .site-footer{display:none!important}
.v5-frame{width:1340px;max-width:calc(100vw - 32px);margin:38px auto 26px;background:#fff;border:1px solid #e0e6eb;border-radius:0 0 50px 50px;overflow:hidden;box-shadow:0 4px 18px rgba(28,55,83,.05)}
.v5-header{height:112px;position:relative;padding:0 31px;background:#fff}.v5-brand{position:absolute;left:31px;top:11px;width:350px;height:74px;display:flex;align-items:center}.v5-brand img{width:345px;height:100%;object-fit:contain;object-position:left center}.v5-top-phone{position:absolute;right:32px;top:18px;display:flex;align-items:center;gap:9px;text-decoration:none}.v5-redphone{font-size:36px;color:#c90000}.v5-top-phone strong{display:block;font-size:27px;line-height:1;color:#102e60;letter-spacing:-.8px}.v5-top-phone small{display:block;margin-top:4px;text-align:right;color:#0798aa;font-size:13px;font-weight:700}.v5-nav{position:absolute;left:31px;right:318px;bottom:0;height:40px;display:flex;align-items:flex-end;justify-content:space-between}.v5-nav a{height:40px;padding:11px 2px 9px;text-decoration:none;color:#102e60;font-weight:700;font-size:12px;white-space:nowrap;border-bottom:3px solid transparent}.v5-nav a.active{border-color:#12a6b5}
.v5-hero{height:340px;margin:0 31px;display:grid;grid-template-columns:330px 650px 298px;overflow:visible}.v5-copy{padding:24px 0 16px 4px;z-index:5;background:#fff}.v5-eyebrow{margin:0 0 17px;color:#078ca0;font-size:11px;font-weight:800}.v5-copy h1{margin:0 0 17px;font-size:35px;line-height:1.08;letter-spacing:-1.2px;color:#102e60}.v5-copy h1 span{color:#119cad}.v5-intro{width:286px;margin:0 0 15px;font-size:14px;line-height:1.55;font-weight:600}.v5-ctas{display:flex;gap:14px}.v5-btn{height:45px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:8px;font-size:12.5px;font-weight:800;text-decoration:none;white-space:nowrap}.v5-btn.dark{min-width:190px;color:#fff;background:#0b2e62}.v5-btn.light{min-width:180px;color:#102e60;background:#fff;border:2px solid #18a9b8}
.v5-scene{height:340px;position:relative;overflow:hidden}.v5-scene:before{content:"";position:absolute;z-index:2;left:0;top:0;bottom:0;width:155px;background:linear-gradient(90deg,#fff 0%,#fff 53%,rgba(255,255,255,.92) 65%,rgba(255,255,255,.55) 79%,rgba(255,255,255,0) 100%);pointer-events:none}.v5-scene img{width:100%;height:100%;object-fit:cover;object-position:center}
.v5-vacancy{height:355px;margin-top:-15px;padding:18px 22px 13px;background:linear-gradient(135deg,#8c1f65,#d12855 67%,#ff7d32);border-radius:19px 19px 0 0;color:#fff;text-align:center;z-index:6;box-shadow:0 4px 14px rgba(51,27,51,.12)}.v5-vacancy>p{margin:0 0 2px;color:#2ed7d5;font-size:14px;font-weight:800}.v5-vacancy h2{margin:0;font-size:27px;line-height:1.05}.v5-ring{height:139px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.v5-ring img{width:205px;height:136px;object-fit:cover;border-radius:16px}.v5-ring span{position:absolute;top:53px;color:#fff;font-weight:900;font-size:27px;letter-spacing:-8px}.v5-ring span:first-child{left:1px}.v5-ring span:last-child{right:5px}.v5-ring.ringing img{animation:phoneShake .15s linear 6}.v5-ring.ringing span{animation:ringfade .6s ease 2}.v5-vacancy ul{list-style:none;text-align:left;padding:0;margin:0 0 7px;font-size:13px;line-height:1.9}.v5-vacancy li:before{content:"✓";display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#f7d817;color:#82204f;margin-right:7px;font-size:11px;font-weight:900}.v5-vacancy hr{border:0;border-top:1px solid rgba(255,255,255,.55);margin:3px 0 7px}.v5-vacancy>b{display:block;font-size:13px;margin-bottom:6px}.v5-vacancy>a{display:block;padding:6px;background:#0b2e62;color:#fff;text-decoration:none;border-radius:7px;font-size:17px;font-weight:800}
.v5-trust{height:80px;margin:0 31px;background:linear-gradient(90deg,#0a3c7e,#075a9d);border-radius:0 0 13px 13px;color:#fff;display:grid;grid-template-columns:280px 205px 235px 245px 313px;align-items:center}.v5-trust>div{height:50px;padding:0 14px;display:flex;align-items:center;gap:10px;border-right:1px solid rgba(255,255,255,.34)}.v5-trust>div:last-child{border-right:0}.v5-cqc img{width:135px;height:58px;object-fit:contain;border-radius:2px;flex:0 0 auto}.v5-cqc span b{font-size:12px;line-height:1.05}.v5-cqc span small{display:block;font-size:11px;margin-top:3px}.v5-round{width:49px;height:49px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;font-size:15px;font-weight:800;flex:0 0 auto}.v5-icon{width:50px;text-align:center;font-size:42px;line-height:1;flex:0 0 auto}.v5-trust b{display:block;font-size:12px;line-height:1.25}.v5-trust small{display:block;font-size:11px;margin-top:3px}
.v5-lower{height:360px;margin:0 31px 35px;padding-top:14px;display:grid;grid-template-columns:780px 478px;gap:20px}.v5-lower h2{margin:0;color:#102e60;font-size:14px;line-height:1.15}.v5-needs{height:104px;margin-top:4px;display:grid;grid-template-columns:repeat(6,1fr)}.v5-needs>div{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-right:1px solid #dce4e9}.v5-needs>div:last-child{border-right:0}.v5-needs img{width:44px;height:44px;object-fit:contain;margin-bottom:4px}.v5-needs b{font-size:11px;line-height:1.22}.v5-age{text-align:center;margin:2px 0 7px;font-size:11px;font-weight:600}.v5-age strong{color:#078ea4;font-size:14px}.v5-services-title{margin-bottom:5px!important}.v5-services{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.v5-service{height:184px;border:1px solid #dce4e9;border-radius:11px;overflow:hidden;text-decoration:none;color:#102e60;background:#fff}.v5-service>img{width:100%;height:95px;object-fit:cover}.v5-service>div{height:88px;padding:5px 8px;display:grid;grid-template-columns:52px 1fr 24px;align-items:center}.v5-sicon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#0f99a9;color:#fff;font-size:24px}.v5-service b{display:block;font-size:12px;line-height:1.08}.v5-service small{display:block;margin-top:4px;font-size:10px;line-height:1.25}.v5-service em{font-style:normal;font-size:24px;justify-self:end}
.v5-referrals{height:345px;display:grid;grid-template-columns:205px 273px;background:linear-gradient(90deg,#fff,#f4f9fb);overflow:hidden}.v5-ref-copy{padding:0;position:relative;z-index:3}.v5-ref-copy h2{font-size:17px;line-height:1.08;margin:0 0 11px}.v5-ref-icons{width:205px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-bottom:13px}.v5-ref-icons>div{text-align:center}.v5-ref-icons img{width:39px;height:39px;object-fit:contain;margin:0 auto 4px}.v5-ref-icons small{display:block;font-size:9.5px;line-height:1.13;font-weight:700}.v5-ref-copy>p{font-size:12px;line-height:1.45;margin:0 0 39px}.v5-sophie-label{width:154px;padding:9px 14px 10px;border-radius:10px;background:#0a95a8;color:#fff}.v5-sophie-label strong{display:block;font-size:20px;line-height:1.05;color:#2bd8d2}.v5-sophie-label span,.v5-sophie-label b{display:block;font-size:11px;line-height:1.35}.v5-sophie-wrap{height:345px;overflow:hidden}.v5-sophie-wrap img{width:100%;height:100%;object-fit:cover;object-position:center top}
.v5-mobile{display:none}@media(max-width:1370px){.v5-frame{transform-origin:top center;transform:scale(calc((100vw - 24px)/1340));margin-bottom:calc(-1 * (1 - ((100vw - 24px)/1340)) * 850px)}}@media(max-width:980px){.v5-frame{display:none}.v5-mobile{display:block;padding:18px;color:#102e60;font-family:Arial,Helvetica,sans-serif}.v5-mobile-logo{width:315px;max-width:90%;margin:0 auto 20px}.v5-mobile h1{font-size:42px;line-height:1.05;letter-spacing:-1px}.v5-mobile h1 span{color:#0a9dad}.v5-mobile .button{margin:7px 0}.v5-mobile-hero{width:100%;border-radius:14px;margin-top:14px}.v5-mobile-vacancy{margin-top:14px;padding:18px;border-radius:14px;background:linear-gradient(135deg,#8c1f65,#d12855,#ff7d32);color:#fff;text-align:center}.v5-mobile-links{display:grid;gap:8px;margin-top:18px}.v5-mobile-links a{padding:14px;border:1px solid #dce4e9;border-radius:10px;text-decoration:none;font-weight:700}}


/* ==============================
   V6 visual correction overrides
   ============================== */

/* Full logo #2: no cropping, no displacement */
.home-v5 .v5-brand{
  width:350px;
  height:82px;
  top:3px;
  left:31px;
  overflow:visible;
}
.home-v5 .v5-brand img{
  width:318px;
  height:82px;
  object-fit:contain;
  object-position:left center;
  display:block;
}

/* Keep top phone clear of the logo */
.home-v5 .v5-top-phone{
  right:31px;
  top:14px;
}

/* Hero image is now a clean scene. Keep a gentle left fade only. */
.home-v5 .v5-scene:before{
  width:92px;
  background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.91) 27%,rgba(255,255,255,.48) 62%,rgba(255,255,255,0) 100%);
}
.home-v5 .v5-scene img{
  object-fit:cover;
  object-position:center center;
}

/* Vacancy panel: clean phone art, no internal duplicate wording */
.home-v5 .v5-ring{
  height:126px;
  margin:4px 0 2px;
}
.home-v5 .v5-ring img{
  width:224px;
  height:112px;
  border-radius:12px;
  object-fit:cover;
}
.home-v5 .v5-ring span{
  top:43px;
  font-size:28px;
}
.home-v5 .v5-vacancy{
  padding-top:17px;
}
.home-v5 .v5-vacancy h2{
  margin-bottom:1px;
}

/* CQC/trust strip: give the official artwork and "Since 2015" enough room */
.home-v5 .v5-trust{
  grid-template-columns:300px 195px 235px 245px 303px;
}
.home-v5 .v5-cqc{
  padding-left:17px;
  gap:12px;
}
.home-v5 .v5-cqc img{
  width:135px;
  height:54px;
  object-fit:contain;
  flex:0 0 135px;
}
.home-v5 .v5-cqc span{
  min-width:116px;
}
.home-v5 .v5-cqc span b{
  white-space:normal;
}
.home-v5 .v5-cqc span small{
  white-space:nowrap;
}

/* Referral panel: clean independent columns, no image text bleeding into the copy */
.home-v5 .v5-referrals{
  grid-template-columns:210px 268px;
  background:#fff;
  overflow:hidden;
}
.home-v5 .v5-ref-copy{
  background:#fff;
  z-index:4;
  padding-right:8px;
}
.home-v5 .v5-ref-copy h2{
  width:195px;
  margin-bottom:9px;
}
.home-v5 .v5-ref-icons{
  width:205px;
  gap:8px;
}
.home-v5 .v5-ref-icons small{
  font-size:9px;
  line-height:1.12;
}
.home-v5 .v5-sophie-wrap{
  background:#f5f9fb;
  overflow:hidden;
}
.home-v5 .v5-sophie-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 10%;
}
.home-v5 .v5-sophie-label{
  position:relative;
  z-index:5;
}

/* Prevent any hero CTA from visually colliding with the trust band */
.home-v5 .v5-copy{
  position:relative;
  z-index:7;
}
.home-v5 .v5-ctas{
  position:relative;
  z-index:8;
}

/* Mobile uses the full selected logo too */
.home-v5 .v5-mobile-logo{
  object-fit:contain;
}


/* ===========================================
   V7 polish: repetition, spacing, imagery
   =========================================== */

/* Raise the left CTAs so they no longer touch/cover the trust bar */
.home-v5 .v5-ctas{
  transform:translateY(-17px);
}
.home-v5 .v5-intro{
  margin-bottom:9px;
}

/* Integrated phone artwork: full-width gradient crop, no "stuck on" dark rectangle */
.home-v5 .v5-ring{
  height:126px;
  margin:4px -4px 3px;
  overflow:hidden;
  background:transparent;
}
.home-v5 .v5-ring img{
  width:100%;
  height:126px;
  object-fit:cover;
  object-position:center;
  border-radius:0;
  display:block;
  animation:none;
}
.home-v5 .v5-ring span{
  display:none!important;
}
/* Gentle motion instead of large superimposed ring brackets */
.home-v5 .v5-ring.ringing img{
  animation:v7PhonePulse .65s ease-in-out 2;
}
@keyframes v7PhonePulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.018)}
}

/* NHS item fits cleanly in the trust band */
.home-v5 .v5-trust-item .v5-icon{
  font-size:34px;
}

/* Sophie: deliberately show more of the approved image */
.home-v5 .v5-sophie-wrap{
  background:#f9fcfd;
}
.home-v5 .v5-sophie-wrap img{
  object-fit:contain;
  object-position:right bottom;
  background:#f9fcfd;
}

/* Give placement-enquiry copy a touch more room */
.home-v5 .v5-ref-copy h2{
  font-size:16px;
  line-height:1.08;
  width:205px;
}
.home-v5 .v5-ref-copy>p{
  margin-bottom:34px;
}

/* Avoid cramped left CTA labels */
.home-v5 .v5-btn.dark{
  min-width:142px;
}
.home-v5 .v5-btn.light{
  min-width:198px;
}

/* Mobile wording/assets */
.home-v5 .v5-mobile-logo{
  object-fit:contain;
}


/* =========================================================
   V21 INNER-PAGE SCALE
   Brings all non-home pages onto the same visual scale as
   the approved homepage. Homepage is not affected.
   ========================================================= */

.shell{
  width:min(1180px,calc(100% - 44px));
}

.header-inner{
  grid-template-columns:235px 1fr auto;
  gap:18px;
  min-height:78px;
}
.brand img{width:215px}
.nav{
  gap:clamp(10px,1.15vw,20px);
  font-size:12px;
}
.nav a{padding:27px 0 23px}
.header-phone{gap:8px}
.header-phone .mini-phone{font-size:27px}
.header-phone strong{font-size:18px}
.header-phone small{font-size:10px;line-height:1.2}

.inner-hero{
  padding:42px 0 38px;
}
.inner-hero h1{
  font-size:44px;
  line-height:1.04;
  letter-spacing:-.035em;
  margin-bottom:18px;
}
.inner-hero .lead{
  max-width:720px;
  margin-bottom:20px;
  font-size:15px;
}
.eyebrow{
  font-size:11px;
  margin-bottom:10px;
}
.button{
  min-height:44px;
  padding:0 18px;
  border-radius:9px;
  font-size:12px;
}
.button.compact{
  min-height:40px;
  font-size:11px;
}

.prose-grid{
  grid-template-columns:minmax(0,1.7fr) minmax(270px,.72fr);
  gap:30px;
  padding-top:34px;
  padding-bottom:48px;
}
.prose-grid article,
.prose-grid aside,
.contact-grid,
.support-detail-grid{
  font-size:14px;
}
.prose-grid article>h2{
  margin-top:25px;
}
.split-content h2,
.prose-grid h2,
.support-detail-grid h2,
.contact-grid h2{
  font-size:20px;
  margin:14px 0 10px;
}
.prose-grid p,
.contact-grid p,
.detail-card p,
.centred-callout p,
.legal-copy p{
  font-size:14px;
}

.availability-inline{
  border-radius:11px;
  padding:11px 15px;
  font-size:12px;
}

.side-card{
  border-radius:16px;
  padding:20px;
  top:98px;
}
.side-card h2{font-size:19px}
.steps li{padding:11px 0}
.steps span{font-size:12px}

.check-list{
  gap:6px;
  font-size:13px;
}
.check-list li{padding-left:21px}

.support-detail-grid{
  gap:14px;
  padding-top:34px;
}
.detail-card{
  border-radius:15px;
  padding:19px;
}
.detail-card>span{font-size:34px}
.detail-card h2{font-size:18px}
.detail-icon{width:43px;height:43px}

.centred-callout{
  margin-top:20px;
  margin-bottom:42px;
  border-radius:16px;
  padding:26px;
}
.centred-callout h2{font-size:20px}

.values-grid{
  gap:10px;
  margin-top:17px;
}
.values-grid div{padding:13px}
.values-grid span{font-size:12px}

.simple-steps{
  gap:10px;
  margin:14px 0;
}
.simple-steps>div{
  grid-template-columns:34px 1fr;
  gap:10px;
}
.simple-steps b:first-child{
  width:31px;
  height:31px;
  font-size:12px;
}

.callback-card label{
  font-size:11px;
  margin-bottom:10px;
}
.callback-card input,
.callback-card textarea{
  margin-top:4px;
  border-radius:7px;
  padding:8px 10px;
  font-size:13px;
}
.form-note{font-size:10px}
.form-status{font-size:11px}

.contact-grid{
  gap:15px;
  padding-top:34px;
  padding-bottom:48px;
}
.contact-card{
  border-radius:16px;
  padding:20px;
}
.big-number{
  font-size:28px;
  margin:8px 0;
}

.email-image{width:250px}
.email-image.large{width:350px}

.cqc-widget-section{
  gap:20px;
  padding:17px 0 4px;
}
.cqc-live{
  min-height:66px;
  min-width:260px;
}

.legal-copy{
  max-width:820px;
  padding-top:34px;
  padding-bottom:48px;
}
.legal-copy h2{margin-top:23px}

.site-footer{
  margin-top:14px;
  padding-top:28px;
}
.footer-grid{
  gap:28px;
}
.footer-logo{width:220px}
.site-footer h3{
  font-size:15px;
  margin-top:0;
  margin-bottom:8px;
}
.site-footer p{
  font-size:11px;
  line-height:1.45;
}
.footer-phone{font-size:19px}
.site-footer .email-image{max-width:235px}
.footer-bottom{
  margin-top:20px;
  padding:12px 0;
  font-size:10px;
}

/* Keep tablet/mobile comfortable rather than over-compressing it. */
@media(max-width:1180px){
  .header-inner{grid-template-columns:215px 1fr auto}
  .brand img{width:195px}
  .nav{font-size:11px;gap:10px}
  .header-phone strong{font-size:16px}
}
@media(max-width:900px){
  .shell{width:min(100% - 28px,760px)}
  .header-inner{grid-template-columns:1fr auto;min-height:76px}
  .brand img{width:225px}
  .nav{top:76px}
  .inner-hero{padding:34px 0}
  .inner-hero h1{font-size:40px}
  .prose-grid,
  .contact-grid{padding-top:28px;padding-bottom:40px}
}
@media(max-width:580px){
  .inner-hero h1{font-size:36px}
  .inner-hero .lead{font-size:15px}
}
