
/* WHH v1.0.1 SEO landing pages and internal-link enhancements */
.page-hero-crane-hire { background-image: url("/assets/fleet/heavy-crane-barge.jpg"); background-position: center 54%; }
.page-hero-dredging { background-image: url("/assets/maintenance-dredging.jpg"); background-position: center 58%; }
.page-hero-london { background-image: url("/assets/utilities-murphy-aerial.jpg"); background-position: center 52%; }
.fleet-list a { border-top: 1px solid var(--grey-mid); padding: 15px 3px; font-size: 11px; text-transform: uppercase; font-weight: 700; color: inherit; text-decoration: none; transition: color .2s ease, border-color .2s ease; }
.fleet-list a:hover, .fleet-list a:focus-visible { color: var(--yellow); border-color: var(--yellow); }
.related-links { background: var(--paper); }
.related-links .section-heading h2 { max-width: 820px; }
.related-links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-link-card { min-height: 275px; padding: 30px; background: white; border-top: 5px solid var(--orange); color: var(--ink); text-decoration: none; display: flex; flex-direction: column; box-shadow: 0 1px 0 rgba(0,0,0,.08); transition: transform .2s ease, box-shadow .2s ease; }
.related-link-card:hover, .related-link-card:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,.08); }
.related-link-card strong { font-family: var(--font-display); text-transform: uppercase; font-size: clamp(29px, 2.8vw, 42px); line-height: .95; margin: 18px 0 14px; }
.related-link-card p { font-size: 14px; line-height: 1.65; margin: 0 0 24px; }
.related-link-action { margin-top: auto; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.related-link-action b { color: var(--orange); margin-left: 8px; }
@media (max-width: 1100px) { .related-links-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .related-links-grid { grid-template-columns: 1fr; } }
