/* Section paint/rules reach both viewport edges. Inner content stays on the exact approved grid. */
.savings-band.wrap,.carrier-section.wrap,.journey-section.wrap,.service-details.wrap,.company-section.wrap,.footer-grid.wrap,.footer-base.wrap{
 max-width:none;
 padding-inline:max(var(--gutter),calc((100% - 1600px)/2 + var(--gutter)));
}
/* The footer owns this shared seam; never stack two 1px rules. Home's mid-page courier divider stays. */
main>.carrier-section:last-child{border-bottom:0}
/* Reduce introductory depth without moving or replacing the primary tool. */
body[data-page="/track-shipment/"] .page-intro{padding-top:30px;padding-bottom:30px}
body[data-page="/track-shipment/"] .page-intro h1{font-size:clamp(38px,4.2vw,60px);margin:14px 0 18px;line-height:1.12}
/* At the user's 698px view the phone can sit beside the controls, rather than below all support copy. */
@media(min-width:680px) and (max-width:900px){
 body[data-page="/track-shipment/"] .tracking-layout{grid-template-columns:minmax(0,1fr) 270px;gap:24px}
 body[data-page="/track-shipment/"] .tracking-guide{min-width:0}
 body[data-page="/track-shipment/"] .parcel-phone{width:242px;height:496px}
 body[data-page="/track-shipment/"] .track-phone-scene{height:550px}
 body[data-page="/track-shipment/"] .parcel-notification{width:calc(100% - 6px);min-height:96px;padding:13px 12px;gap:9px}
 body[data-page="/track-shipment/"] .notification-copy strong{font-size:14px}
 body[data-page="/track-shipment/"] .notification-detail{font-size:12px}
 body[data-page="/track-shipment/"] .notification-icon{flex-basis:32px;height:32px}
 body[data-page="/track-shipment/"] .notification-icon img{width:29px;height:29px}
 body[data-page="/track-shipment/"] .notification-1{top:215px;left:0}
 body[data-page="/track-shipment/"] .notification-2{top:316px;right:0}
 body[data-page="/track-shipment/"] .notification-3{top:417px;left:3px}
}
/* Small-phone order: tool, illustrative phone, useful support. No controls or instructions hidden. */
@media(max-width:679px){
 body[data-page="/track-shipment/"] .tracking-column-v10{display:contents}
 body[data-page="/track-shipment/"] .tracking-desk{grid-row:1}
 body[data-page="/track-shipment/"] .tracking-guide{grid-row:2}
 body[data-page="/track-shipment/"] .tracking-help-v10{grid-row:3;margin-top:0}
}
