/* Homepage price band: the /news ticker, placed between the hero and How it works
   (Rhys, 24 Sept 2026). Phones get the news page's 2x2 grid; desktop gets one row of
   equal centred columns, and the band takes over How it works' dark top rule, so the two photos stay apart. */
.hm-tick{background:#f5f7f1;border-top:3px solid #183f2f;border-bottom:1px solid #dce3d8;color:#183f2f}
.hm-tick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 20px;padding-top:16px;padding-bottom:8px}
.hm-tick-label{font-size:10px;font-weight:700;line-height:1.5;letter-spacing:.08em;text-transform:uppercase;color:#5f754f;margin-bottom:2px}
.hm-tick-val{font:700 22px/1.15 'Bricolage Grotesque','Open Sans',sans-serif;letter-spacing:-.4px;color:#183f2f}
.hm-tick-val.down{color:#3c7a2c}
.hm-tick-cell,.hm-tick-more{text-align:center}
.hm-tick-unit{font:600 12px 'Open Sans',sans-serif;letter-spacing:0;color:#5a6754}
.hm-tick-more{grid-column:1/-1;border-top:1px solid #dce3d8}
.hm-tick-more a{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;font-size:14px;font-weight:700;color:#245a35;text-underline-offset:4px}
/* Three figures on a phone: the link takes the empty fourth slot instead of its own row */
@media(max-width:991.98px){.hm-tick-cell:nth-child(3):nth-last-child(2)+.hm-tick-more{grid-column:auto;border-top:0;align-self:end}}
@media(min-width:992px){
 .ft-home-desktop .hm-tick{order:1;border-top-width:6px}
 .ft-home-desktop .hm-tick-grid{display:flex;align-items:stretch;gap:0;padding-top:18px;padding-bottom:18px}
 .ft-home-desktop .hm-tick-cell,.ft-home-desktop .hm-tick-more{flex:1 1 0;min-width:0;padding:0 16px;display:flex;flex-direction:column;justify-content:center;align-items:center}
 .ft-home-desktop .hm-tick-grid>*+*{border-left:1px solid #dce3d8}
 .ft-home-desktop .hm-tick-label{font-size:10.5px;letter-spacing:.1em}
 .ft-home-desktop .hm-tick-val{font-size:26px}
 .ft-home-desktop .hm-tick-unit{font-size:13px}
 .ft-home-desktop .hm-tick-more{border-top:0}
 .ft-home-desktop .hd-how{border-top:0}
}
@media(min-width:992px) and (max-width:1199.98px){
 .ft-home-desktop .hm-tick-cell,.ft-home-desktop .hm-tick-more{padding:0 10px}
 .ft-home-desktop .hm-tick-val{font-size:23px}
}
