:root {
    --navy: #073b63;
    --navy-deep: #032943;
    --red: #e31d2b;
    --yellow: #f4cf18;
    --ink: #172633;
    --muted: #60707c;
    --line: #dce3e8;
    --soft: #f3f6f8;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
select,
textarea {
    letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.18;
    margin-top: 0;
    text-transform: none;
}

a {
    color: var(--navy);
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

a:hover,
a:focus {
    color: var(--red);
    text-decoration: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1180px;
}

.skip-link {
    background: var(--yellow);
    color: var(--navy-deep);
    left: 12px;
    padding: 10px 16px;
    position: fixed;
    top: -80px;
    z-index: 9999;
}

.skip-link:focus {
    top: 12px;
}

.site-topbar {
    background: var(--navy-deep);
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
}

.topbar-inner,
.topbar-links,
.header-inner,
.footer-bottom-inner {
    align-items: center;
    display: flex;
}

.topbar-inner {
    justify-content: space-between;
    min-height: 39px;
}

.topbar-links {
    gap: 26px;
}

.topbar-links a {
    color: var(--white);
}

.topbar-links i {
    color: var(--yellow);
    margin-right: 7px;
}

.site-header {
    background: var(--white);
    border-bottom: 1px solid rgba(7, 59, 99, .1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.site-header.is-sticky {
    box-shadow: 0 8px 28px rgba(3, 41, 67, .1);
}

.header-inner {
    justify-content: space-between;
    min-height: 92px;
}

.brand {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
}

.brand img {
    display: block;
    height: auto;
    width: 195px;
}

.primary-navigation {
    align-items: center;
    display: flex;
    gap: 17px;
}

.primary-navigation > a:not(.nav-cta) {
    color: #253643;
    font-size: 12px;
    font-weight: 700;
    padding: 35px 0 31px;
    position: relative;
    text-transform: uppercase;
}

.primary-navigation > a:not(.nav-cta)::after {
    background: var(--red);
    bottom: 23px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .2s ease;
    width: 100%;
}

.primary-navigation > a:hover::after,
.primary-navigation > a.active::after {
    transform: scaleX(1);
}

.nav-cta,
.button {
    align-items: center;
    border: 2px solid transparent;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    min-height: 50px;
    padding: 11px 23px;
    text-transform: uppercase;
}

.button i {
    margin-right: 8px;
}

.nav-cta,
.button-primary {
    background: var(--red);
    color: var(--white);
}

.nav-cta:hover,
.button-primary:hover {
    background: #bd1420;
    color: var(--white);
}

.button-secondary {
    background: var(--yellow);
    color: var(--navy-deep);
}

.button-secondary:hover {
    background: #dfba00;
    color: var(--navy-deep);
}

.button-outline {
    border-color: rgba(255, 255, 255, .75);
    color: var(--white);
}

.button-outline:hover {
    background: var(--white);
    color: var(--navy);
}

.menu-toggle {
    align-items: center;
    background: var(--navy);
    border: 0;
    color: var(--white);
    display: none;
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
}

.hero {
    align-items: center;
    background: linear-gradient(90deg, rgba(2, 30, 50, .94) 0%, rgba(2, 30, 50, .78) 48%, rgba(2, 30, 50, .18) 82%), url('../images/company/real_instrumentation.jpeg') center/cover no-repeat;
    color: var(--white);
    display: flex;
    min-height: 620px;
    position: relative;
}

.hero::after {
    background: var(--yellow);
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 35%;
}

.hero-content {
    max-width: 720px;
    padding: 80px 0 95px;
}

.eyebrow {
    align-items: center;
    color: var(--red);
    display: flex;
    font-size: 13px;
    font-weight: 700;
    gap: 12px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.eyebrow::before {
    background: var(--yellow);
    content: "";
    height: 3px;
    width: 34px;
}

.hero .eyebrow {
    color: var(--yellow);
}

.hero h1 {
    color: var(--white);
    font-size: 58px;
    margin-bottom: 23px;
    max-width: 680px;
}

.hero p {
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    line-height: 1.65;
    margin: 0 0 34px;
    max-width: 630px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.service-ribbon {
    background: var(--navy-deep);
    color: var(--white);
}

.ribbon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ribbon-item {
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .13);
    display: flex;
    gap: 20px;
    min-height: 136px;
    padding: 28px 34px;
}

.ribbon-item:first-child {
    border-left: 1px solid rgba(255, 255, 255, .13);
}

.ribbon-item i {
    color: var(--yellow);
    flex: 0 0 42px;
    font-size: 36px;
    text-align: center;
}

.ribbon-item h2 {
    color: var(--white);
    font-size: 17px;
    margin-bottom: 4px;
}

.ribbon-item p {
    color: rgba(255, 255, 255, .62);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.section {
    padding: 100px 0;
}

.section-soft {
    background: var(--soft);
}

.section-dark {
    background: var(--navy-deep);
    color: var(--white);
}

.section-heading {
    margin-bottom: 48px;
    max-width: 700px;
}

.section-heading.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-heading.centered .eyebrow {
    justify-content: center;
}

.section-heading h2,
.split-copy h2 {
    font-size: 39px;
    margin-bottom: 18px;
}

.section-heading p,
.split-copy > p {
    color: var(--muted);
    margin-bottom: 0;
}

.split-layout {
    align-items: center;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split-media {
    min-height: 540px;
    overflow: hidden;
    position: relative;
}

.split-media img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.experience-badge {
    background: var(--red);
    bottom: 0;
    color: var(--white);
    left: 0;
    padding: 25px 28px;
    position: absolute;
    width: 230px;
}

.experience-badge strong {
    display: block;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 7px;
}

.experience-badge span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.check-list {
    list-style: none;
    margin: 27px 0 34px;
    padding: 0;
}

.check-list li {
    border-bottom: 1px solid var(--line);
    color: #314451;
    font-weight: 600;
    padding: 11px 0 11px 31px;
    position: relative;
}

.check-list li::before {
    color: var(--red);
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.service-grid,
.values-grid,
.sectors-grid {
    display: grid;
    gap: 28px;
}

.service-grid {
    grid-template-columns: repeat(3, 1fr);
}

.service-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}

.service-card:hover {
    box-shadow: 0 18px 45px rgba(3, 41, 67, .12);
    transform: translateY(-4px);
}

.service-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.service-image img {
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
    width: 100%;
}

.service-card:hover .service-image img {
    transform: scale(1.035);
}

.service-content {
    padding: 30px;
}

.service-icon {
    align-items: center;
    background: var(--navy);
    color: var(--yellow);
    display: flex;
    font-size: 22px;
    height: 52px;
    justify-content: center;
    margin: -56px 0 22px;
    position: relative;
    width: 52px;
}

.service-content h3 {
    font-size: 21px;
    margin-bottom: 12px;
}

.service-content p {
    color: var(--muted);
    font-size: 15px;
    margin-bottom: 17px;
}

.text-link {
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.text-link i {
    margin-left: 7px;
}

.sectors-grid {
    grid-template-columns: repeat(4, 1fr);
}

.sector-item {
    border-top: 4px solid var(--yellow);
    display: block;
    padding: 30px 22px;
    text-align: center;
}

.sector-item:hover {
    background: rgba(255, 255, 255, .05);
}

.sector-item i {
    color: var(--red);
    font-size: 34px;
    margin-bottom: 17px;
}

.sector-item h3 {
    color: var(--white);
    font-size: 18px;
    margin: 0;
}

.hse-band {
    background: linear-gradient(90deg, rgba(2, 30, 50, .96), rgba(2, 30, 50, .68)), url('../images/company/electrical-systems.jpeg') center/cover no-repeat;
    color: var(--white);
}

.hse-content {
    max-width: 710px;
}

.hse-content h2 {
    color: var(--white);
    font-size: 40px;
    margin-bottom: 20px;
}

.hse-content p {
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    margin-bottom: 30px;
}

.cta-band {
    align-items: center;
    background: var(--red);
    color: var(--white);
    display: flex;
    min-height: 220px;
}

.cta-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.cta-inner h2 {
    color: var(--white);
    font-size: 34px;
    margin-bottom: 8px;
}

.cta-inner p {
    color: rgba(255, 255, 255, .82);
    margin: 0;
}

.page-hero {
    align-items: center;
    background: linear-gradient(90deg, rgba(2, 30, 50, .94), rgba(2, 30, 50, .58)), url('../images/company/technical-capabilities.jpeg') center/cover no-repeat;
    color: var(--white);
    display: flex;
    min-height: 330px;
}

.page-hero h1 {
    color: var(--white);
    font-size: 47px;
    margin-bottom: 12px;
}

.breadcrumbs {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.breadcrumbs a {
    color: var(--yellow);
}

.breadcrumbs span {
    margin: 0 9px;
}

.values-grid {
    grid-template-columns: repeat(4, 1fr);
}

.value-item {
    border-left: 3px solid var(--red);
    padding: 5px 20px 5px 25px;
}

.value-item i {
    color: var(--navy);
    font-size: 29px;
    margin-bottom: 18px;
}

.value-item h3 {
    font-size: 19px;
    margin-bottom: 8px;
}

.value-item p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

.strategy-list {
    counter-reset: strategy;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.strategy-list li {
    counter-increment: strategy;
    min-height: 58px;
    padding: 4px 0 18px 70px;
    position: relative;
}

.strategy-list li::before {
    align-items: center;
    background: var(--navy);
    color: var(--yellow);
    content: "0" counter(strategy);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

.detail-grid {
    display: grid;
    gap: 36px;
    grid-template-columns: 1fr 1fr;
}

.detail-panel {
    border-top: 5px solid var(--red);
    padding: 34px 0 0;
}

.detail-panel h3 {
    font-size: 25px;
    margin-bottom: 13px;
}

.detail-panel p {
    color: var(--muted);
}

.welcome-section {
    background: var(--white) url('../images/main-testimonial-bg.jpg') center bottom/cover no-repeat;
}

.welcome-grid {
    align-items: center;
    display: grid;
    gap: 50px;
    grid-template-columns: .75fr 1.55fr .85fr;
}

.welcome-intro h2 {
    font-size: 38px;
    margin-bottom: 28px;
}

.welcome-lead {
    color: var(--ink);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 18px;
}

.welcome-copy > p:not(.welcome-lead) {
    color: var(--muted);
}

.purpose-summary {
    border-left: 3px solid var(--red);
    padding-left: 25px;
}

.purpose-icon {
    align-items: center;
    background: var(--navy);
    color: var(--yellow);
    display: flex;
    font-size: 21px;
    height: 48px;
    justify-content: center;
    margin-bottom: 18px;
    width: 48px;
}

.purpose-summary > span {
    color: var(--navy);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.purpose-summary p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.reach-section {
    background: var(--white);
}

.reach-grid {
    align-items: center;
    display: grid;
    gap: 65px;
    grid-template-columns: .95fr 1.05fr;
}

.reach-copy h2 {
    font-size: 39px;
    margin-bottom: 18px;
}

.reach-copy > p {
    color: var(--muted);
    max-width: 530px;
}

.reach-stats {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

.reach-stat {
    border-top: 3px solid var(--red);
    padding-top: 14px;
}

.reach-stat strong {
    color: var(--red);
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 9px;
}

.reach-stat span {
    color: var(--navy-deep);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
}

.reach-visual {
    align-items: center;
    aspect-ratio: 16 / 10;
    background: #edf2f5;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.reach-visual > .fa-map-marked-alt {
    color: #d3dde3;
    font-size: 260px;
}

.reach-location {
    align-items: center;
    background: var(--navy-deep);
    bottom: 26px;
    color: var(--white);
    display: grid;
    grid-template-columns: 34px 1fr;
    left: 26px;
    min-width: 245px;
    padding: 17px 20px;
    position: absolute;
}

.reach-location i {
    color: var(--yellow);
    font-size: 22px;
    grid-row: 1 / 3;
}

.reach-location strong {
    font-size: 18px;
    line-height: 1.2;
}

.reach-location span {
    color: rgba(255, 255, 255, .67);
    font-size: 11px;
}

.reach-chip {
    background: var(--white);
    box-shadow: 0 8px 24px rgba(3, 41, 67, .11);
    color: var(--navy);
    font-size: 11px;
    font-weight: 700;
    padding: 8px 12px;
    position: absolute;
    text-transform: uppercase;
}

.chip-one {
    right: 9%;
    top: 22%;
}

.chip-two {
    right: 18%;
    top: 48%;
}

.clients-section {
    overflow: hidden;
}

.client-marquee {
    margin: 0 auto;
    max-width: 1040px;
    overflow: hidden;
    width: 100%;
}

.client-track {
    animation: client-scroll 25s linear infinite;
    display: flex;
    width: max-content;
    will-change: transform;
}

.client-set {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    padding-right: 16px;
}

.client-logo {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 4px;
    display: flex;
    flex: 0 0 190px;
    height: 100px;
    isolation: isolate;
    justify-content: center;
    overflow: hidden;
    padding: 15px 20px;
    width: 190px;
}

.client-logo img {
    display: block;
    height: 62px;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 145px;
}

.client-logo-dark {
    background: #070707;
    border-color: #070707;
}

.client-logo-dark img {
    height: 67px;
    width: 150px;
}

.client-marquee:hover .client-track,
.client-marquee:focus-within .client-track {
    animation-play-state: paused;
}

@keyframes client-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .client-marquee {
        overflow-x: auto;
    }

    .client-track {
        animation: none;
        transform: none;
    }
}

.purpose-band {
    background: var(--navy-deep);
}

.purpose-grid {
    display: grid;
    gap: 70px;
    grid-template-columns: 1fr 1fr;
}

.purpose-block {
    align-items: flex-start;
    display: grid;
    gap: 24px;
    grid-template-columns: 58px 1fr;
}

.purpose-block > i {
    align-items: center;
    background: var(--yellow);
    color: var(--navy-deep);
    display: flex;
    font-size: 23px;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.purpose-block h2 {
    color: var(--white);
    font-size: 27px;
    margin-bottom: 14px;
}

.purpose-block p {
    color: rgba(255, 255, 255, .7);
    margin: 0;
}

.sustainability-note {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 26px;
    grid-template-columns: 70px 1fr;
    margin-top: 62px;
    padding-top: 42px;
}

.sustainability-icon {
    align-items: center;
    background: #287a58;
    color: var(--white);
    display: flex;
    font-size: 27px;
    height: 70px;
    justify-content: center;
    width: 70px;
}

.sustainability-note h3 {
    font-size: 23px;
    margin-bottom: 9px;
}

.sustainability-note p {
    color: var(--muted);
    margin: 0;
    max-width: 890px;
}

.team-capability-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, 1fr);
}

.team-capability-item {
    border-top: 4px solid var(--red);
    padding-top: 24px;
}

.team-capability-item i {
    color: var(--navy);
    font-size: 28px;
    margin-bottom: 18px;
}

.team-capability-item h3 {
    font-size: 19px;
    margin-bottom: 9px;
}

.team-capability-item p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

.zero-harm-list {
    border-top: 1px solid rgba(255, 255, 255, .14);
    margin-top: 48px;
    padding-top: 35px;
}

.zero-harm-list h3 {
    color: var(--white);
    font-size: 21px;
    margin-bottom: 18px;
}

.zero-harm-list ul {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.zero-harm-list li {
    color: rgba(255, 255, 255, .72);
    padding-left: 29px;
    position: relative;
}

.zero-harm-list li::before {
    color: var(--yellow);
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.service-detail {
    align-items: center;
    display: grid;
    gap: 70px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    scroll-margin-top: 120px;
}

.service-detail + .service-detail {
    border-top: 1px solid var(--line);
    margin-top: 80px;
    padding-top: 80px;
}

.service-detail:nth-child(even) .service-detail-media {
    order: 2;
}

.service-detail-media {
    aspect-ratio: 1 / .78;
    overflow: hidden;
}

.service-detail-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.service-detail-copy h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.service-detail-copy > p {
    color: var(--muted);
}

.service-detail-copy ul {
    list-style: none;
    margin: 23px 0 0;
    padding: 0;
}

.service-detail-copy li {
    border-bottom: 1px solid var(--line);
    padding: 9px 0 9px 27px;
    position: relative;
}

.service-detail-copy li::before {
    color: var(--red);
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.contact-layout {
    display: grid;
    gap: 70px;
    grid-template-columns: .82fr 1.18fr;
}

.contact-intro h2 {
    font-size: 38px;
    margin-bottom: 18px;
}

.contact-intro > p {
    color: var(--muted);
    margin-bottom: 34px;
}

.contact-methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-methods li {
    align-items: flex-start;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 18px;
    padding: 20px 0;
}

.contact-methods i {
    align-items: center;
    background: var(--navy);
    color: var(--yellow);
    display: flex;
    flex: 0 0 44px;
    height: 44px;
    justify-content: center;
}

.contact-methods strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.contact-methods span,
.contact-methods a {
    color: var(--muted);
    font-size: 15px;
}

.contact-map-layout {
    align-items: stretch;
    display: grid;
    gap: 55px;
    grid-template-columns: .72fr 1.28fr;
}

.contact-map-copy {
    align-self: center;
}

.contact-map-copy h2 {
    font-size: 36px;
    margin-bottom: 17px;
}

.contact-map-copy > p {
    color: var(--muted);
    margin-bottom: 28px;
}

.map-address {
    align-items: flex-start;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 17px;
    grid-template-columns: 48px 1fr;
    padding-top: 23px;
}

.map-address > i {
    align-items: center;
    background: var(--navy);
    color: var(--yellow);
    display: flex;
    font-size: 19px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.map-address strong,
.map-address span {
    display: block;
}

.map-address strong {
    color: var(--ink);
    font-size: 14px;
    margin-bottom: 3px;
}

.map-address span {
    color: var(--muted);
    font-size: 14px;
}

.contact-map-frame {
    min-height: 470px;
    overflow: hidden;
}

.contact-map-frame iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 470px;
    width: 100%;
}

.enquiry-form {
    background: var(--soft);
    border-top: 5px solid var(--red);
    padding: 45px;
    scroll-margin-top: 120px;
}

.enquiry-form h2 {
    font-size: 27px;
    margin-bottom: 27px;
}

.form-row-two {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
}

.form-field {
    margin-bottom: 18px;
}

.form-field label {
    color: var(--ink);
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
    background: var(--white);
    border: 1px solid #ccd6dd;
    border-radius: 0;
    color: var(--ink);
    font-size: 15px;
    min-height: 52px;
    padding: 12px 15px;
    width: 100%;
}

.form-field textarea {
    min-height: 145px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(7, 59, 99, .1);
    outline: none;
}

.message {
    border-left: 4px solid;
    margin-bottom: 22px;
    padding: 14px 17px;
}

.message.success {
    background: #eaf6ee;
    border-color: #268747;
    color: #185e31;
}

.message.error {
    background: #fff0f1;
    border-color: var(--red);
    color: #9e111b;
}

.site-footer {
    background: #021f34;
    color: rgba(255, 255, 255, .67);
    padding-top: 80px;
}

.footer-grid {
    display: grid;
    gap: 54px;
    grid-template-columns: 1.4fr .7fr .9fr 1.2fr;
    padding-bottom: 70px;
}

.brand-footer {
    margin-bottom: 23px;
    padding: 0;
}

.brand-footer img {
    filter: drop-shadow(0 0 2px rgba(255, 255, 255, .9));
    width: 205px;
}

.footer-brand p {
    font-size: 14px;
    max-width: 300px;
}

.site-footer h2 {
    color: var(--white);
    font-size: 15px;
    margin: 10px 0 24px;
    text-transform: uppercase;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, .67);
    font-size: 14px;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--yellow);
}

.footer-contact li {
    align-items: flex-start;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-contact i {
    color: var(--yellow);
    margin-top: 6px;
    width: 17px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-bottom-inner {
    justify-content: space-between;
    min-height: 70px;
}

.footer-bottom p {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

.light-heading {
    color: var(--white);
}

.lead-copy {
    color: var(--ink);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.55;
}

.section-action {
    margin-top: 42px;
    text-align: center;
}

.expanded-service-grid .service-content {
    min-height: 315px;
}

.capabilities-hero {
    background-image: linear-gradient(90deg, rgba(2, 30, 50, .94), rgba(2, 30, 50, .55)), url('../images/company/technical-capabilities.jpeg');
}

.industries-hero {
    background-image: linear-gradient(90deg, rgba(2, 30, 50, .94), rgba(2, 30, 50, .55)), url('../images/company/instrumentation.jpeg');
}

.hse-page-hero {
    background-image: linear-gradient(90deg, rgba(2, 30, 50, .94), rgba(2, 30, 50, .55)), url('../images/company/electrical-systems.jpeg');
}

.capability-intro {
    display: grid;
    gap: 70px;
    grid-template-columns: .9fr 1.1fr;
}

.capability-intro h2,
.industry-intro h2,
.quality-intro h2,
.profile-band h2,
.zero-harm-layout h2 {
    font-size: 38px;
    margin-bottom: 18px;
}

.capability-intro p:not(.lead-copy),
.industry-intro p,
.quality-intro p {
    color: var(--muted);
}

.capability-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}

.capability-group {
    background: var(--white);
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 32px 28px;
}

.capability-group > i {
    color: var(--navy);
    font-size: 30px;
    margin-bottom: 21px;
}

.capability-group h3 {
    font-size: 20px;
    margin-bottom: 18px;
}

.capability-group ul,
.capability-list {
    list-style: none;
    margin: 0 0 23px;
    padding: 0;
}

.capability-group li,
.capability-list li {
    border-bottom: 1px solid var(--line);
    color: var(--muted);
    font-size: 14px;
    padding: 8px 0 8px 24px;
    position: relative;
}

.capability-group li::before,
.capability-list li::before {
    color: var(--red);
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.capability-group > a {
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    margin-top: auto;
    text-transform: uppercase;
}

.capability-group > a i {
    margin-left: 7px;
}

.field-gallery-section {
    background: var(--navy-deep);
    color: var(--white);
}

.field-gallery-section .section-heading h2 {
    color: var(--white);
}

.field-gallery-section .section-heading p {
    color: rgba(255, 255, 255, .7);
}

.field-gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(12, 1fr);
}

.field-gallery figure {
    background: var(--white);
    grid-column: span 2;
    margin: 0;
    overflow: hidden;
}

.field-gallery-wide {
    grid-column: span 6 !important;
}

.field-gallery img {
    display: block;
    height: 290px;
    object-fit: cover;
    width: 100%;
}

.field-gallery-wide img {
    object-position: center;
}

.field-gallery figcaption {
    border-top: 3px solid var(--yellow);
    color: var(--navy-deep);
    font-size: 12px;
    font-weight: 700;
    padding: 12px 14px;
    text-transform: uppercase;
}

.delivery-process {
    background: var(--white);
}

.process-grid {
    counter-reset: delivery;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.process-grid li {
    border-left: 1px solid var(--line);
    min-height: 230px;
    padding: 28px 28px 24px;
}

.process-grid li:last-child {
    border-right: 1px solid var(--line);
}

.process-grid span {
    color: var(--red);
    display: block;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 28px;
}

.process-grid h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.process-grid p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

.profile-band {
    background: var(--navy);
    color: var(--white);
    padding: 64px 0;
}

.profile-band-inner {
    align-items: center;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.profile-band h2 {
    color: var(--white);
    margin-bottom: 10px;
}

.profile-band p {
    color: rgba(255, 255, 255, .72);
    margin: 0;
    max-width: 730px;
}

.profile-band .button {
    flex: 0 0 auto;
}

.service-page-layout {
    align-items: start;
    display: grid;
    gap: 65px;
    grid-template-columns: minmax(0, 1fr) 310px;
}

.service-page-media {
    aspect-ratio: 16 / 8;
    margin-bottom: 45px;
    overflow: hidden;
}

.service-page-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.service-page-copy h2 {
    font-size: 36px;
    margin-bottom: 18px;
}

.service-page-copy > p:not(.lead-copy) {
    color: var(--muted);
}

.service-page-copy h3 {
    font-size: 22px;
    margin: 34px 0 14px;
}

.capability-list {
    display: grid;
    gap: 0 28px;
    grid-template-columns: 1fr 1fr;
}

.capability-list li {
    font-size: 15px;
    padding-bottom: 11px;
    padding-top: 11px;
}

.service-directory {
    border: 1px solid var(--line);
    position: sticky;
    top: 120px;
}

.service-directory > h2 {
    background: var(--navy-deep);
    color: var(--white);
    font-size: 19px;
    margin: 0;
    padding: 23px 24px;
}

.service-directory nav {
    display: flex;
    flex-direction: column;
}

.service-directory nav a {
    align-items: center;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    display: grid;
    font-size: 13px;
    font-weight: 700;
    gap: 13px;
    grid-template-columns: 24px 1fr;
    line-height: 1.35;
    min-height: 58px;
    padding: 12px 20px;
}

.service-directory nav a i {
    color: var(--red);
    text-align: center;
}

.service-directory nav a.active,
.service-directory nav a:hover {
    background: var(--soft);
    color: var(--navy);
}

.directory-contact {
    background: var(--soft);
    padding: 26px 23px;
}

.directory-contact h3 {
    font-size: 19px;
    margin-bottom: 9px;
}

.directory-contact p {
    color: var(--muted);
    font-size: 13px;
}

.directory-contact .button {
    width: 100%;
}

.outcome-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}

.outcome-item {
    border-top: 4px solid var(--yellow);
    padding-top: 24px;
}

.outcome-item span {
    color: var(--red);
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.outcome-item h3 {
    color: var(--white);
    font-size: 21px;
    margin: 0;
    max-width: 290px;
}

.industry-intro {
    max-width: 780px;
    text-align: center;
}

.industry-intro .eyebrow {
    justify-content: center;
}

.industry-list {
    border-top: 1px solid var(--line);
}

.industry-row {
    align-items: stretch;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    max-width: 1180px;
}

.industry-row:nth-child(even) .industry-image {
    order: 2;
}

.industry-image {
    min-height: 480px;
    overflow: hidden;
}

.industry-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.industry-copy {
    padding: 65px 65px 55px;
    position: relative;
}

.industry-copy > span {
    color: #e7ecef;
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: 40px;
    top: 40px;
}

.industry-copy .eyebrow {
    position: relative;
    z-index: 1;
}

.industry-copy h2 {
    font-size: 31px;
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
}

.industry-copy p {
    color: var(--muted);
}

.industry-copy ul {
    list-style: none;
    margin: 23px 0 0;
    padding: 0;
}

.industry-copy li {
    border-top: 1px solid var(--line);
    padding: 8px 0 8px 25px;
    position: relative;
}

.industry-copy li::before {
    color: var(--red);
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    position: absolute;
}

.hse-principles {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(4, 1fr);
}

.hse-principles article {
    border-top: 4px solid var(--red);
    padding-top: 27px;
}

.hse-principles i {
    color: var(--navy);
    font-size: 30px;
    margin-bottom: 20px;
}

.hse-principles h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.hse-principles p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

.zero-harm-band {
    background: var(--navy-deep);
    color: var(--white);
}

.zero-harm-layout {
    align-items: start;
    display: grid;
    gap: 75px;
    grid-template-columns: .8fr 1.2fr;
}

.zero-harm-layout h2 {
    color: var(--white);
}

.zero-harm-layout ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.zero-harm-layout li {
    align-items: flex-start;
    border-top: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .72);
    display: grid;
    gap: 17px;
    grid-template-columns: 24px 1fr;
    padding: 18px 0;
}

.zero-harm-layout li i {
    color: var(--yellow);
    margin-top: 5px;
}

.zero-harm-layout li strong {
    color: var(--white);
}

.quality-layout {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: .85fr 1.15fr;
}

.quality-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}

.quality-steps li {
    align-items: start;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 22px;
    grid-template-columns: 50px 1fr;
    padding: 20px 0;
}

.quality-steps li > span {
    color: var(--red);
    font-size: 20px;
    font-weight: 700;
}

.quality-steps h3 {
    font-size: 19px;
    margin-bottom: 5px;
}

.quality-steps p {
    color: var(--muted);
    font-size: 14px;
    margin: 0;
}

.sustainability-band {
    background: #eef5f1;
    border-top: 1px solid #d6e5dc;
}

.sustainability-layout {
    align-items: center;
    display: grid;
    gap: 35px;
    grid-template-columns: 90px 1fr;
}

.sustainability-layout > i {
    align-items: center;
    background: #287a58;
    color: var(--white);
    display: flex;
    font-size: 34px;
    height: 90px;
    justify-content: center;
    width: 90px;
}

.sustainability-layout h2 {
    font-size: 31px;
    margin-bottom: 10px;
}

.sustainability-layout p {
    color: var(--muted);
    margin: 0;
    max-width: 880px;
}

@media (max-width: 991px) {
    .topbar-copy {
        display: none;
    }

    .topbar-inner {
        justify-content: center;
    }

    .header-inner {
        min-height: 78px;
    }

    .brand img {
        width: 190px;
    }

    .menu-toggle {
        display: flex;
    }

    .primary-navigation {
        align-items: stretch;
        background: var(--white);
        border-top: 1px solid var(--line);
        box-shadow: 0 15px 25px rgba(3, 41, 67, .12);
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        padding: 14px 24px 24px;
        position: absolute;
        right: 0;
        top: 100%;
    }

    .primary-navigation.is-open {
        display: flex;
    }

    .primary-navigation > a:not(.nav-cta) {
        border-bottom: 1px solid var(--line);
        padding: 13px 0;
    }

    .primary-navigation > a:not(.nav-cta)::after {
        display: none;
    }

    .nav-cta {
        margin-top: 15px;
    }

    .hero {
        min-height: 560px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .ribbon-grid,
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ribbon-item:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, .13);
        grid-column: 1 / -1;
    }

    .split-layout,
    .contact-layout,
    .contact-map-layout {
        gap: 46px;
    }

    .split-layout {
        grid-template-columns: 1fr;
    }

    .split-media {
        min-height: 470px;
    }

    .sectors-grid,
    .values-grid,
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .welcome-grid {
        grid-template-columns: .8fr 1.2fr;
    }

    .purpose-summary {
        grid-column: 1 / -1;
    }

    .reach-grid {
        gap: 45px;
        grid-template-columns: 1fr;
    }

    .reach-visual {
        max-height: 430px;
    }

    .purpose-grid {
        gap: 38px;
        grid-template-columns: 1fr;
    }

    .team-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zero-harm-list ul {
        grid-template-columns: 1fr;
    }

    .service-detail {
        gap: 42px;
    }

    .capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-gallery {
        grid-template-columns: repeat(2, 1fr);
    }

    .field-gallery figure,
    .field-gallery-wide {
        grid-column: span 1 !important;
    }

    .field-gallery-wide {
        grid-column: 1 / -1 !important;
    }

    .process-grid,
    .hse-principles {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid li:nth-child(2) {
        border-right: 1px solid var(--line);
    }

    .process-grid li:nth-child(n+3) {
        border-top: 1px solid var(--line);
    }

    .service-page-layout {
        grid-template-columns: 1fr;
    }

    .service-directory {
        position: static;
    }

    .service-directory nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-copy {
        padding: 50px 42px 45px;
    }

    .industry-copy > span {
        font-size: 58px;
        right: 25px;
        top: 30px;
    }

    .zero-harm-layout,
    .quality-layout {
        gap: 45px;
    }
}

@media (max-width: 767px) {
    .site-topbar {
        display: none;
    }

    .hero {
        background-position: 62% center;
        min-height: 520px;
    }

    .hero-content {
        padding: 70px 0 80px;
    }

    .hero h1 {
        font-size: 38px;
    }

    .hero p {
        font-size: 16px;
    }

    .section {
        padding: 72px 0;
    }

    .client-set {
        gap: 12px;
        padding-right: 12px;
    }

    .client-logo {
        flex-basis: 168px;
        height: 92px;
        padding: 14px 16px;
        width: 168px;
    }

    .client-logo img,
    .client-logo-dark img {
        height: 58px;
        width: 134px;
    }

    .section-heading h2,
    .split-copy h2,
    .hse-content h2,
    .contact-intro h2 {
        font-size: 32px;
    }

    .ribbon-grid,
    .service-grid,
    .sectors-grid,
    .values-grid,
    .welcome-grid,
    .detail-grid,
    .contact-layout,
    .contact-map-layout,
    .service-detail,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .ribbon-item,
    .ribbon-item:first-child,
    .ribbon-item:nth-child(3) {
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        border-left: 0;
        border-right: 0;
        grid-column: auto;
        min-height: 110px;
    }

    .split-media {
        min-height: 390px;
    }

    .purpose-summary {
        grid-column: auto;
    }

    .reach-stats {
        gap: 18px;
    }

    .reach-visual > .fa-map-marked-alt {
        font-size: 190px;
    }

    .team-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sustainability-note {
        align-items: flex-start;
        grid-template-columns: 1fr;
    }

    .service-detail,
    .service-detail + .service-detail {
        gap: 28px;
        margin-top: 55px;
        padding-top: 55px;
    }

    .service-detail:nth-child(even) .service-detail-media {
        order: 0;
    }

    .cta-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
        padding: 52px 15px;
    }

    .page-hero {
        min-height: 250px;
    }

    .page-hero h1 {
        font-size: 38px;
    }

    .contact-layout {
        gap: 45px;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 380px;
    }

    .form-row-two {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .enquiry-form {
        padding: 32px 23px;
    }

    .footer-grid {
        gap: 30px;
    }

    .capability-intro,
    .service-page-layout,
    .quality-layout,
    .zero-harm-layout {
        grid-template-columns: 1fr;
    }

    .capability-grid,
    .process-grid,
    .outcome-grid,
    .hse-principles {
        grid-template-columns: 1fr;
    }

    .field-gallery {
        grid-template-columns: 1fr;
    }

    .field-gallery figure,
    .field-gallery-wide {
        grid-column: auto !important;
    }

    .field-gallery img {
        height: 280px;
    }

    .capability-group {
        min-height: 0;
    }

    .process-grid li,
    .process-grid li:nth-child(2),
    .process-grid li:nth-child(n+3),
    .process-grid li:last-child {
        border: 0;
        border-top: 1px solid var(--line);
        min-height: 0;
    }

    .profile-band-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }

    .service-page-media {
        aspect-ratio: 4 / 3;
    }

    .capability-list,
    .service-directory nav {
        grid-template-columns: 1fr;
    }

    .industry-row {
        grid-template-columns: 1fr;
    }

    .industry-row:nth-child(even) .industry-image {
        order: 0;
    }

    .industry-image {
        min-height: 330px;
    }

    .industry-copy {
        padding: 48px 25px 50px;
    }

    .sustainability-layout {
        align-items: start;
        grid-template-columns: 70px 1fr;
    }

    .sustainability-layout > i {
        font-size: 26px;
        height: 70px;
        width: 70px;
    }

    .footer-bottom-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        justify-content: center;
        padding: 18px 15px;
    }
}

@media (max-width: 480px) {
    .brand img {
        width: 160px;
    }

    .hero h1 {
        font-size: 33px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .split-media {
        min-height: 330px;
    }

    .reach-stats,
    .team-capability-grid {
        grid-template-columns: 1fr;
    }

    .reach-visual {
        aspect-ratio: 1 / 1;
    }

    .reach-location {
        bottom: 16px;
        left: 16px;
        min-width: 0;
        right: 16px;
    }

    .reach-chip {
        display: none;
    }

    .purpose-block {
        gap: 18px;
        grid-template-columns: 48px 1fr;
    }

    .purpose-block > i {
        height: 48px;
        width: 48px;
    }

    .capability-intro h2,
    .industry-intro h2,
    .quality-intro h2,
    .profile-band h2,
    .zero-harm-layout h2,
    .service-page-copy h2 {
        font-size: 30px;
    }

    .profile-band .button {
        width: 100%;
    }

    .industry-copy > span {
        font-size: 48px;
        right: 20px;
        top: 26px;
    }

    .sustainability-layout {
        grid-template-columns: 1fr;
    }
}
