/* @font-face {
    font-family: Google Sans;
    src: url(heading.woff) format("woff");
    font-weight: 700;
    font-display: swap
} */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    --green: #145b36;
    --deep: #052c23;
    --ink: #17231f;
    --muted: #58635e;
    --line: #dfe4e0;
    --paper: #fff;
    --container: 1360px
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6
}

a {
    color: inherit;
    text-decoration: none
}

button,
input,
textarea,
select {
    font: inherit
}

button,
a,
input,
select,
textarea {
    -webkit-tap-highlight-color: transparent
}

button {
    cursor: pointer
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid #42926a;
    outline-offset: 4px
}

img {
    display: block;
    max-width: 100%;
    object-fit: cover
}

svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0
}

h1,
h2,
h3,
h4,
p {
    margin: 0
}

h1,
h2,
h3,
h4 {
    line-height: 1.25
}

h1,
h2 {
    text-transform: uppercase
}

p {
    margin: 0 0 20px
}

.container {
    width: min(var(--container), calc(100% - 88px));
    margin-inline: auto
}

.topbar {
    background: #f3f4f3;
    border-bottom: 1px solid #e5e7e5;
    font-size: 12px
}

.top-inner {
    display: flex;
    align-items: center;
    gap: 26px;
}

.contact-mini {
    display: flex;
    gap: 24px;
    margin-right: auto
}

.contact-mini a {
    display: flex;
    align-items: center;
    gap: 9px
}

.contact-mini a+a {
    border-left: 1px solid #d7dcd8;
    padding-left: 24px
}

.contact-mini svg {
    width: 15px;
    height: 15px;
    color: var(--green)
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e2e7e3;
    position: relative;
    z-index: 20
}

.header-inner {
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
    line-height: 1.2
}

.brand-mark {
    font-weight: 700;
    font-size: 57px;
    letter-spacing: -7px;
    color: var(--green);
    padding-right: 5px
}

.brand-mark span {
    font-weight: 400;
    display: inline-block;
    border-left: 1px solid currentColor;
    border-right: 1px solid currentColor;
    margin: 0 3px;
    font-size: .85em;
    line-height: 1;
    letter-spacing: -2px
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.brand-copy strong {
    font-size: 11px;
}

.brand-copy small {
    font-size: 11px
}

nav {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto
}

.nav-item {
    position: relative
}

.nav-item>a {
    display: block;
    padding: 32px 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.nav-item>a.active,
.nav-item>a:hover {
    color: var(--green)
}

.chevron {
    margin-left: 5px
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    width: 280px;
    padding: 8px;
    background: white;
    box-shadow: 0 8px 28px #092b2326;
    border-top: 3px solid var(--green)
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
    display: block
}

.dropdown a {
    display: block;
    font-size: 14px;
    padding: 11px 12px;
    line-height: 1.4
}

.dropdown a:hover {
    background: #f0f5f1;
    color: var(--green)
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    background: var(--green);
    color: white;
    border: 1px solid var(--green);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .2px;
    text-transform: uppercase;
    padding: 17px 24px;
    border-radius: 2px;
    transition: background .2s, transform .2s
}

.button:hover {
    background: #0b4028;
    transform: translateY(-1px)
}

.button svg {
    width: 18px;
    height: 18px
}

.header-cta {
    font-size: 10px;
    padding: 15px 20px;
    white-space: nowrap
}

.menu-toggle {
    display: none
}

.hero {
    min-height: 435px;
    position: relative;
    background: #101f26;
    isolation: isolate;
    color: #fff;
    display: flex;
    align-items: center
}

.hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #10202a 0%, #10202acc 22%, transparent 55%), url(hero.png) right center/auto 100% no-repeat;
    z-index: -1
}

.hero-copy {
    max-width: 760px;
    padding: 46px 0 68px
}

.green-line {
    display: block;
    width: 58px;
    height: 3px;
    background: var(--green);
    margin-bottom: 20px
}

.hero h1 {
    font-family: "Google Sans", "Arial Narrow", Impact, Roboto, sans-serif;
    font-stretch: condensed;
    font-size: clamp(30px, 3.2vw, 49px);
    line-height: 1.13;
    letter-spacing: -.6px;
    font-weight: 800
}

.hero p {
    font-size: 17px;
    line-height: 1.7;
    margin: 24px 0 30px
}

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

.button-outline {
    background: transparent;
    border-color: #d1dbdf
}

.button-outline:hover {
    background: #ffffff16
}

.stats-home {
    position: relative;
    margin-top: -38px;
    z-index: 2
}

.stats {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding: 28px 12px;
    background: white;
    border: 1px solid #e4e7e5;
    border-radius: 4px;
    box-shadow: 0 3px 12px #00000008
}

.stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 12px;
    border-right: 1px solid #e9ece9
}

.stat:last-child {
    border: 0
}

.stat>svg {
    width: 35px;
    height: 35px;
    color: #44594c
}

.stat strong {
    display: block;
    font-size: 21px;
    line-height: 1.2
}

.stat small {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 600
}

.stat:first-child strong:after {
    content: "";
    display: block;
    width: 45px;
    height: 2px;
    background: var(--green);
    margin-top: 5px
}

.stat:last-child strong {
    font-size: 12px;
    text-transform: uppercase
}

.section {
    padding-top: 42px
}

.section-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px
}

.section-heading h2 {
    font-size: 23px;
    position: relative
}

.section-heading h2:after {
    content: "";
    width: 62px;
    height: 2px;
    background: #79a68b;
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translateX(-50%)
}

.section-heading>a {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--green);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700
}

.section-heading svg {
    width: 18px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px
}

.service-card {
    border: 1px solid var(--line);
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(#fff, #f8faf8);
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s, transform .2s
}

.service-card:hover {
    box-shadow: 0 6px 20px #082f2018;
    transform: translateY(-4px)
}

.service-card>img {
    width: 100%;
    aspect-ratio: 1.16
}

.service-card>div {
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.service-card h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 13px;
    line-height: 1.3
}

.service-card p {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 20px
}

.service-card span {
    font-size: 10px;
    text-transform: uppercase;
    color: var(--green);
    font-weight: 700;
    margin-top: auto
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px
}

.industry-card {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    aspect-ratio: 1.03;
    background: var(--deep);
    color: white;
    scroll-margin-top: 130px
}

.industry-card img {
    width: 100%;
    height: 100%;
    transition: transform .4s
}

.industry-card:hover img {
    transform: scale(1.07)
}

.industry-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 28%, #00281fed 88%)
}

.industry-card>div {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
    right: 12px
}

.industry-card svg {
    width: 24px;
    height: 24px;
    margin-bottom: 5px
}

.industry-card h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.25;
    max-width: 170px
}

.industry-home {
    padding-bottom: 30px
}

.lab-promo {
    background: #072b29;
    position: relative;
    color: white;
    isolation: isolate;
    padding: 35px 0
}

.lab-promo:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, #052c29 0%, #052c29e6 35%, transparent 72%), url(lab-banner.png) right center/auto 100% no-repeat
}

.lab-promo h2 {
    font-size: 23px;
    margin-bottom: 16px
}

.lab-promo p {
    font-size: 14px;
    max-width: 710px
}

.lab-promo .button {
    padding: 14px 22px
}

.clients {
    padding: 30px 0 36px
}

.clients h2 {
    font-size: 21px;
    margin-bottom: 24px
}

.client-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    filter: grayscale(1);
    font-size: 21px;
    font-weight: bold
}

.bp {
    font-size: 52px;
    line-height: 1;
    position: relative
}

.bp small {
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -10px
}

.exxon {
    letter-spacing: -1px
}

.shell {
    font-family: Georgia, serif;
    font-size: 27px
}

.lukoil {
    font-size: 17px;
    border: 2px solid currentColor;
    padding: 2px
}

.trafigura {
    font-size: 15px;
    letter-spacing: 1px
}

.vitol {
    font-size: 29px
}

.glencore {
    font: 22px Georgia, serif
}

.request-section {
    background: linear-gradient(90deg, #062620ed, #082730d9), url(hero.png) center/cover;
    color: white;
    padding: 36px 0
}

.request-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 55px
}

.request-grid h2 {
    font-size: 23px;
    margin-bottom: 20px
}

.request-grid p {
    font-size: 15px
}

.request-grid>div>a,
.request-grid>div>span {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    margin: 12px 0
}

.request-grid>div svg {
    color: #92c3a4;
    width: 22px
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #d4dcd7;
    border: 1px solid #d4dcd7;
    border-radius: 3px;
    overflow: hidden
}

.form-grid label {
    background: #fff;
    min-width: 0
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    border: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    min-width: 0;
    background: #fff;
    color: #26362e;
    padding: 17px 16px;
    font-size: 13px;
    outline-offset: -3px
}

.form-grid input {
    height: 55px
}

.form-grid textarea {
    resize: vertical;
    min-height: 110px
}

.form-grid select {
    height: 55px
}

.form-grid .full {
    grid-column: 1/-1
}

.date-field {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 14px
}

.date-field>span {
    font-size: 11px;
    color: #58635e;
    white-space: nowrap
}

.date-field input {
    padding-left: 2px;
    padding-right: 5px;
    font-size: 11px
}

.inquiry-form>.button {
    float: right;
    min-width: 250px;
    margin-top: 14px
}

.form-status {
    font-size: 14px !important;
    margin: 12px 0 0 !important
}

.form-note {
    display: block;
    clear: both;
    text-align: right;
    font-size: 11px;
    padding-top: 7px;
    opacity: .8
}

.footer {
    background: linear-gradient(90deg, #02291fed 0%, #02291feb 63%, #062a2355 100%), url(footer.png) right center/auto 100% no-repeat, #062d23;
    color: white;
    padding: 38px 0 20px;
    margin-top: 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1.3fr .8fr .9fr 1.2fr;
    gap: 40px
}

.footer .brand {
    gap: 13px;
    align-items: center
}

.footer .brand-mark {
    color: white;
    font-size: 45px
}

.footer .brand-copy strong {
    font-size: 10px
}

.footer .brand-copy small {
    font-size: 9px
}

.footer-grid h4 {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 18px
}

.footer-grid p,
.footer-grid>div>a:not(.brand) {
    font-size: 12px;
    line-height: 1.7
}

.footer-grid>div>a:not(.brand) {
    display: block;
    margin-bottom: 4px
}

.footer-grid>div:first-child p {
    margin-top: 22px;
    max-width: 255px
}

.footer-grid a:hover {
    text-decoration: underline
}

.copyright {
    border-top: 1px solid #ffffff18;
    margin-top: 30px;
    padding-top: 17px;
    font-size: 11px;
    color: #d6e3db
}

.page-banner {
    background: linear-gradient(90deg, #06281fee, transparent), var(--banner) center/cover;
    color: white;
    padding: 24px 0 18px
}

.page-banner h1 {
    font-size: 30px
}

.breadcrumb {
    font-size: 12px;
    margin-top: 5px
}

.service-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 45px;
    padding-top: 34px;
    padding-bottom: 24px
}

.service-sidebar {
    border: 1px solid var(--line);
    align-self: start;
    border-radius: 3px;
    overflow: hidden
}

.service-sidebar button {
    border: 0;
    border-bottom: 1px solid var(--line);
    padding: 19px 17px;
    background: #fafbfa;
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    line-height: 1.45
}

.service-sidebar button:last-child {
    border: 0
}

.service-sidebar button.selected {
    background: var(--deep);
    color: white
}

.service-row {
    display: flex;
    gap: 30px;
    padding: 16px 24px;
    border-bottom: 1px solid #edf0ed;
    scroll-margin-top: 150px
}

.service-row:first-child {
    padding-top: 6px
}

.service-row>svg {
    color: #4b8561;
    width: 38px;
    height: 38px;
    margin-top: 5px
}

.service-row h2 {
    font-size: 16px;
    margin-bottom: 7px
}

.service-row p {
    font-size: 15px;
    line-height: 1.55;
    max-width: 700px;
    margin-bottom: 0
}

.service-inquire {
    display: none;
    color: var(--green);
    font-weight: bold;
    font-size: 13px;
    margin-top: 12px
}

.service-list.filtered .service-inquire {
    display: inline-block
}

.service-list.filtered .service-row {
    padding: 25px;
    background: #f5f8f5
}

.service-row[hidden] {
    display: none
}

.panorama {
    margin-bottom: 28px
}

.panorama img {
    width: 100%;
    height: 100px
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px;
    padding-top: 35px;
    padding-bottom: 35px
}

.about-copy h2 {
    font-size: 22px;
    text-transform: none;
    color: var(--green);
    margin-bottom: 22px
}

.about-copy p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 22px
}

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

.check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    margin-bottom: 10px
}

.check-list svg {
    color: var(--green);
    width: 18px
}

.about-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px
}

.about-images img {
    width: 100%;
    height: 100%;
    max-height: 265px
}

.about-stats {
    margin-bottom: 35px
}

.laboratory-layout {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 55px;
    padding-top: 32px;
    padding-bottom: 28px
}

.laboratory-layout>div>h2 {
    color: var(--green);
    text-transform: none;
    font-size: 28px;
    margin-bottom: 24px
}

.laboratory-layout>div>p {
    font-size: 16px;
    max-width: 300px;
    line-height: 1.7;
    margin-bottom: 35px
}

.lab-list article {
    display: flex;
    gap: 25px;
    padding: 15px 25px;
    border-bottom: 1px solid var(--line);
    background: #fafcfa
}

.lab-list article svg {
    width: 35px;
    height: 35px;
    color: #588469;
    margin-top: 5px
}

.lab-list h3 {
    font-size: 17px;
    margin-bottom: 5px
}

.lab-list p {
    font-size: 15px;
    margin: 0
}

.lab-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 9px;
    margin-bottom: 28px
}

.lab-gallery img {
    width: 100%;
    height: 180px
}

.plain-page {
    padding-top: 28px;
    padding-bottom: 40px
}

.plain-page h1 {
    font-size: 28px;
    color: var(--green)
}

.plain-page .breadcrumb {
    color: #536157;
    margin-bottom: 24px
}

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

.inner-industries .industry-card {
    aspect-ratio: 1.4
}

.inner-industries .industry-card>div {
    bottom: 22px;
    left: 23px
}

.inner-industries h3 {
    font-size: 22px;
    max-width: 240px
}

.inner-industries svg {
    width: 31px;
    height: 31px
}

.locations-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 25px
}

.location-list {
    border: 1px solid #edf0ed
}

.location-list button {
    background: white;
    display: flex;
    gap: 16px;
    width: 100%;
    padding: 22px 18px;
    text-align: left;
    border: 0;
    color: var(--ink)
}

.location-list button.selected {
    background: #f2f7f3;
    box-shadow: inset 3px 0 var(--green)
}

.location-list svg {
    color: var(--green);
    width: 27px;
    height: 27px
}

.location-list strong {
    display: block;
    font-size: 15px
}

.location-list small {
    display: block;
    font-size: 12px;
    margin-top: 3px
}

.map-panel {
    position: relative;
    min-height: 365px;
    background: #e9ece9
}

.map-panel>img {
    width: 100%;
    height: 365px;
    object-fit: cover
}

.map-caption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 13px 18px;
    max-width: calc(100% - 36px);
    background: white;
    box-shadow: 0 2px 14px #0002;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border-radius: 3px
}

.map-caption strong {
    font-size: 14px
}

.map-caption a {
    color: var(--green);
    margin-top: 5px;
    font-weight: bold
}

.contact-layout {
    display: grid;
    grid-template-columns: 300px 1fr 180px;
    gap: 30px
}

.contact-details>div,
.contact-details>a,
.contact-details>span {
    display: flex;
    gap: 18px;
    font-size: 15px;
    margin: 18px 0
}

.contact-details svg {
    color: var(--green);
    width: 24px
}

.contact-details p {
    margin: 0
}

.contact-form {
    background: #f8faf8;
    border: 1px solid #edf0ed;
    padding: 10px
}

.contact-form .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    border: 0;
    background: transparent;
    overflow: visible
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #dce2dc;
    border-radius: 2px;
    padding: 12px;
    height: 42px
}

.contact-form textarea {
    height: 140px
}

.contact-form>.button {
    float: none;
    min-width: 245px;
    margin-top: 10px;
    padding: 14px 22px
}

.contact-form .form-note {
    text-align: left
}

.contact-photo {
    height: 100%;
    min-height: 345px;
    width: 100%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 15px;
    background: var(--green);
    color: white;
    z-index: 100;
    padding: 10px 20px
}

.skip-link:focus {
    top: 10px
}

@media(min-width:1600px) {
    .hero {
        min-height: 500px
    }

    .hero:before {
        background-size: auto, auto 100%
    }
}

@media(max-width:1200px) {
    .container {
        width: calc(100% - 48px)
    }

    .header-inner {
        gap: 18px
    }

    .brand-copy {
        display: none
    }

    nav {
        gap: 20px
    }

    .service-grid {
        gap: 12px
    }

    .service-card>div {
        padding: 12px 9px
    }

    .service-card h3 {
        font-size: 12px
    }

    .service-card p {
        font-size: 12px
    }

    .stat {
        gap: 10px
    }

    .stat>svg {
        width: 29px
    }

    .contact-layout {
        grid-template-columns: 240px 1fr 140px;
        gap: 20px
    }

    .footer-grid {
        gap: 22px
    }

    .request-grid {
        grid-template-columns: 260px 1fr;
        gap: 30px
    }

    .hero h1 {
        font-size: 39px
    }
}

@media(max-width:900px) {
    .top-inner {
        gap: 20px
    }

    .contact-mini {
        gap: 14px
    }

    .contact-mini a+a {
        padding-left: 14px
    }

    .contact-mini a:last-child {
        display: none
    }

    .top-inner>span:not(.language) {
        display: none
    }

    .header-inner {
        min-height: 82px
    }

    .brand-mark {
        font-size: 48px
    }

    .brand-copy {
        display: flex
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        gap: 5px;
        padding: 12px;
        border: 0;
        background: white;
        margin-left: auto;
        order: 3
    }

    .menu-toggle span {
        display: block;
        width: 23px;
        height: 2px;
        background: var(--green)
    }

    nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 16px 24px;
        background: white;
        box-shadow: 0 10px 15px #0002;
        margin: 0
    }

    .menu-open nav {
        display: block
    }

    .nav-item>a {
        padding: 13px 0;
        font-size: 14px
    }

    .dropdown {
        position: static;
        box-shadow: none;
        border: 0;
        width: 100%;
        padding-left: 15px
    }

    .nav-item:hover .dropdown {
        display: none
    }

    .nav-item:focus-within .dropdown {
        display: block
    }

    .header-cta {
        margin-left: auto
    }

    .stats {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 25px
    }

    .stat:nth-child(3) {
        border: 0
    }

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

    .service-card h3 {
        font-size: 16px
    }

    .service-card p {
        font-size: 14px
    }

    .service-card>div {
        padding: 18px
    }

    .service-card span {
        font-size: 12px
    }

    .industry-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .industry-card h3 {
        font-size: 17px
    }

    .hero h1 {
        font-size: 35px
    }

    .hero p {
        font-size: 16px
    }

    .hero:before {
        background-image: linear-gradient(90deg, #10202aed 0%, #10202a99 55%, #10202a11), url(hero.png)
    }

    .hero-copy {
        max-width: 600px
    }

    .request-grid {
        grid-template-columns: 1fr
    }

    .request-grid>div {
        max-width: 550px
    }

    .client-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 28px
    }

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

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .footer-grid>div:first-child p {
        max-width: 450px
    }

    .footer .brand-copy {
        display: flex
    }

    .service-layout {
        grid-template-columns: 225px 1fr;
        gap: 20px
    }

    .service-row {
        gap: 20px;
        padding-inline: 10px
    }

    .about-grid {
        gap: 30px
    }

    .about-copy p {
        font-size: 14px
    }

    .about-images img {
        max-height: none
    }

    .laboratory-layout {
        grid-template-columns: 250px 1fr;
        gap: 25px
    }

    .lab-list article {
        padding: 14px;
        gap: 15px
    }

    .contact-layout {
        grid-template-columns: 220px 1fr
    }

    .contact-photo {
        display: none
    }

    .inner-industries h3 {
        font-size: 18px
    }

    .locations-layout {
        grid-template-columns: 230px 1fr
    }

    .section-heading h2 {
        font-size: 21px
    }

    .section-heading>a {
        font-size: 10px
    }
}

@media(max-width:600px) {
    .container {
        width: calc(100% - 32px)
    }

    .topbar {
        font-size: 10px
    }

    .top-inner {
        min-height: 34px;
        gap: 10px
    }

    .contact-mini {
        gap: 10px
    }

    .contact-mini a+a {
        padding-left: 10px
    }

    .contact-mini svg {
        width: 12px;
        height: 12px
    }

    .language {
        display: none
    }

    .brand {
        gap: 12px
    }

    .brand-mark {
        font-size: 43px
    }

    .brand-copy strong {
        font-size: 8px;
        /* max-width: 110px */
    }

    .brand-copy small {
        font-size: 9px
    }

    .header-inner {
        gap: 8px;
        min-height: 74px
    }

    .header-cta {
        font-size: 8px;
        padding: 11px 8px;
        max-width: 88px;
        text-align: center
    }

    .menu-toggle {
        padding: 8px
    }

    .hero {
        min-height: 420px;
        align-items: flex-start
    }

    .hero-copy {
        padding: 35px 0 65px
    }

    .hero h1 {
        font-size: 31px;
        line-height: 1.2;
        letter-spacing: -.5px;
        max-width: 370px
    }

    .hero p {
        font-size: 14px;
        max-width: 290px;
        margin: 20px 0 24px
    }

    .hero p br {
        display: none
    }

    .hero:before {
        background-size: auto, auto 100%;
        opacity: .85
    }

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

    .hero-actions .button {
        font-size: 10px;
        padding: 14px 13px;
        gap: 12px
    }

    .stats-home {
        margin-top: -30px
    }

    .stats {
        padding: 20px 6px;
        row-gap: 20px
    }

    .stat {
        padding: 0 6px;
        gap: 7px;
        justify-content: flex-start
    }

    .stat>svg {
        width: 23px;
        height: 23px
    }

    .stat strong {
        font-size: 17px
    }

    .stat small {
        font-size: 8px
    }

    .stat:last-child strong {
        font-size: 10px
    }

    .section {
        padding-top: 32px
    }

    .section-heading {
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 26px
    }

    .section-heading h2 {
        font-size: 18px
    }

    .section-heading h2:after {
        left: 0;
        transform: none;
        width: 42px;
        bottom: -9px
    }

    .section-heading>a {
        font-size: 8px;
        gap: 5px;
        max-width: 100px
    }

    .section-heading>a svg {
        width: 15px
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px
    }

    .service-card>div {
        padding: 13px 11px
    }

    .service-card h3 {
        font-size: 13px
    }

    .service-card p {
        font-size: 12px;
        line-height: 1.6
    }

    .service-card span {
        font-size: 10px
    }

    .industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px
    }

    .industry-card h3 {
        font-size: 13px
    }

    .industry-card>div {
        bottom: 12px;
        left: 12px
    }

    .lab-promo {
        padding: 28px 0
    }

    .lab-promo h2 {
        font-size: 19px;
        max-width: 320px
    }

    .lab-promo p {
        font-size: 13px;
        max-width: 320px
    }

    .lab-promo p br {
        display: none
    }

    .lab-promo:before {
        opacity: .45
    }

    .lab-promo .button {
        font-size: 10px
    }

    .clients {
        padding: 26px 0
    }

    .clients h2 {
        font-size: 18px
    }

    .client-row {
        gap: 22px;
        font-size: 16px
    }

    .client-row .exxon {
        font-size: 19px
    }

    .client-row .glencore {
        font-size: 16px
    }

    .client-row .trafigura {
        font-size: 12px
    }

    .request-section {
        padding: 30px 0
    }

    .request-grid {
        gap: 20px
    }

    .request-grid h2 {
        font-size: 22px
    }

    .form-grid {
        grid-template-columns: 1fr 1fr
    }

    .form-grid input,
    .form-grid select,
    .form-grid textarea {
        font-size: 12px;
        padding: 13px 10px
    }

    .date-field {
        grid-column: 1/-1
    }

    .date-field>span {
        font-size: 12px
    }

    .inquiry-form>.button {
        min-width: 0;
        width: 100%;
        float: none
    }

    .form-note {
        text-align: center
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 26px 20px
    }

    .footer-grid>div:last-child {
        grid-column: 1/-1
    }

    .footer-grid>div:first-child {
        grid-column: 1/-1
    }

    .footer {
        background-size: auto, auto 65%;
        background-position: center, right bottom;
        padding-top: 30px
    }

    .footer-grid h4 {
        margin-bottom: 12px
    }

    .page-banner {
        padding: 22px 0
    }

    .page-banner h1 {
        font-size: 25px
    }

    .service-layout {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 22px
    }

    .service-sidebar {
        display: flex;
        overflow-x: auto
    }

    .service-sidebar button {
        min-width: 165px;
        padding: 13px;
        font-size: 12px;
        border-right: 1px solid var(--line);
        border-bottom: 0
    }

    .service-row {
        padding: 17px 0;
        gap: 18px
    }

    .service-row>svg {
        width: 30px;
        height: 30px
    }

    .service-row h2 {
        font-size: 15px
    }

    .service-row p {
        font-size: 14px
    }

    .panorama img {
        height: 80px
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-top: 26px
    }

    .about-copy h2 {
        font-size: 21px
    }

    .about-copy p {
        font-size: 15px
    }

    .about-images img {
        aspect-ratio: 1;
        height: auto
    }

    .about-images {
        gap: 10px
    }

    .laboratory-layout {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .laboratory-layout>div>p {
        max-width: none;
        margin-bottom: 20px
    }

    .laboratory-layout>div>h2 {
        font-size: 25px
    }

    .lab-list h3 {
        font-size: 16px
    }

    .lab-list p {
        font-size: 14px
    }

    .lab-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 8px
    }

    .lab-gallery img {
        height: auto;
        aspect-ratio: 1.65
    }

    .plain-page {
        padding-top: 24px;
        padding-bottom: 30px
    }

    .plain-page h1 {
        font-size: 25px
    }

    .inner-industries .industry-card {
        aspect-ratio: 1
    }

    .inner-industries h3 {
        font-size: 14px
    }

    .inner-industries .industry-card>div {
        left: 12px;
        bottom: 14px
    }

    .inner-industries svg {
        width: 23px;
        height: 23px
    }

    .locations-layout {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .location-list {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .location-list button {
        padding: 14px 10px;
        gap: 10px
    }

    .location-list strong {
        font-size: 12px
    }

    .location-list small {
        font-size: 10px
    }

    .location-list svg {
        width: 20px
    }

    .map-panel,
    .map-panel>img {
        height: 300px;
        min-height: 300px
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .contact-details>div,
    .contact-details>a,
    .contact-details>span {
        font-size: 14px;
        margin: 12px 0
    }

    .contact-form {
        padding: 10px
    }

    .contact-form .form-grid {
        gap: 7px
    }

    .contact-form .button {
        width: 100%
    }

    .contact-form .form-note {
        text-align: center
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition: none !important
    }
}

h1,
h2,
.service-card h3,
.industry-card h3 {
    font-family: "Google Sans", "Arial Narrow", Roboto, sans-serif
}

/* Refined typography, surfaces and motion — shared by all seven pages. */
:root {
    --green: #155d3b;
    --header-offset: 112px
}

html {
    scroll-padding-top: var(--header-offset)
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .97);
    transition: box-shadow .25s, border-color .25s;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px)
}

.site-header.is-scrolled {
    box-shadow: 0 8px 28px rgba(9, 42, 27, .10);
    border-bottom-color: #d5e2d9
}

/* .header-inner{min-height:102px} */
nav {
    gap: 20px
}

.nav-item>a {
    font-size: 12px;
    letter-spacing: .15px;
    position: relative
}

.nav-item>a:after {
    content: "";
    height: 2px;
    background: var(--green);
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .22s
}

.nav-item>a:hover:after,
.nav-item>a.active:after {
    transform: scaleX(1)
}

.topbar {
    font-size: 13px
}

.brand-copy strong,
.brand-copy small {
    font-size: 12px
}

.button {
    font-size: 13px;
    border-radius: 5px;
    padding: 18px 25px;
    box-shadow: 0 3px 10px #052d2010;
    transition: background .2s, transform .2s, box-shadow .2s
}

.button:hover {
    box-shadow: 0 7px 18px #052d2026
}

.button svg {
    transition: transform .2s
}

.button:hover svg {
    transform: translateX(3px)
}

.header-cta {
    font-size: 11px;
    padding: 16px 18px
}

.dropdown {
    border-radius: 0 0 8px 8px;
    padding: 10px;
    box-shadow: 0 14px 36px #092b2320
}

.dropdown a {
    border-radius: 4px;
    font-size: 15px
}

.hero h1 {
    font-size: clamp(36px, 3.6vw, 54px)
}

.hero p {
    font-size: 18px
}

.hero-copy {
    padding-top: 52px;
    padding-bottom: 80px
}

.stats {
    border-radius: 9px;
    padding: 31px 14px;
    box-shadow: 0 8px 28px #123a2510
}

.stat strong {
    font-size: 24px
}

.stat small {
    font-size: 11px
}

.stat:last-child strong {
    font-size: 13px
}

.section {
    padding-top: 52px
}

.section-heading {
    margin-bottom: 36px
}

.section-heading h2 {
    font-size: 27px
}

.section-heading>a {
    font-size: 12px
}

.service-card {
    border-radius: 8px;
    border-color: #e0e7e1;
    box-shadow: 0 3px 10px #0d302006;
    transition: transform .25s, box-shadow .25s, border-color .25s
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: #b7cfbf;
    box-shadow: 0 14px 30px #082f2017
}

.service-card>img {
    transition: filter .3s
}

.service-card:hover>img {
    filter: saturate(1.12)
}

.service-card>div {
    padding: 20px 15px
}

.service-card h3 {
    font-size: 17px;
    line-height: 1.25
}

.service-card p {
    font-size: 15px;
    line-height: 1.7
}

.service-card span {
    font-size: 12px
}

.industry-card {
    border-radius: 8px
}

.industry-card h3 {
    font-size: 18px
}

.industry-card>div {
    bottom: 18px;
    left: 18px
}

.industry-home {
    padding-bottom: 42px
}

.lab-promo {
    padding: 43px 0
}

.lab-promo h2,
.clients h2,
.request-grid h2 {
    font-size: 27px
}

.lab-promo p,
.request-grid p {
    font-size: 16px
}

.clients {
    padding: 36px 0 42px
}

.request-section {
    padding: 45px 0
}

.request-grid>div>a,
.request-grid>div>span {
    font-size: 16px
}

.form-grid {
    border-radius: 7px
}

.form-grid input,
.form-grid select,
.form-grid textarea {
    font-size: 15px;
    padding: 18px 16px
}

.form-grid input,
.form-grid select {
    height: 58px
}

.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
    background: #f6faf7;
    outline: 2px solid #679a7a;
    outline-offset: -2px
}

.date-field>span {
    font-size: 12px
}

.date-field input {
    font-size: 12px;
    padding-inline: 5px
}

.form-note {
    font-size: 12px
}

.footer {
    padding-top: 44px
}

.footer-grid h4 {
    font-size: 14px
}

.footer-grid p,
.footer-grid>div>a:not(.brand) {
    font-size: 14px
}

.copyright {
    font-size: 12px
}

.page-banner {
    padding: 32px 0 26px
}

.page-banner h1 {
    font-size: 35px
}

.breadcrumb {
    font-size: 13px
}

.service-sidebar {
    border-radius: 7px
}

.service-sidebar button {
    font-size: 15px;
    transition: background .2s, color .2s
}

.service-sidebar button:not(.selected):hover {
    background: #edf4ee
}

.service-row h2 {
    font-size: 20px
}

.service-row p {
    font-size: 16px
}

.service-row {
    padding-block: 20px
}

.service-inquire {
    font-size: 14px
}

.about-copy h2 {
    font-size: 26px
}

.about-copy p {
    font-size: 17px
}

.check-list li {
    font-size: 16px
}

.about-images img,
.lab-gallery img,
.contact-photo,
.panorama img {
    border-radius: 7px
}

.laboratory-layout>div>h2 {
    font-size: 31px
}

.laboratory-layout>div>p {
    font-size: 17px
}

.lab-list article {
    padding-block: 19px
}

.lab-list h3 {
    font-size: 18px
}

.lab-list p {
    font-size: 16px
}

.plain-page h1 {
    font-size: 32px
}

.inner-industries h3 {
    font-size: 25px
}

.location-list,
.map-panel {
    border-radius: 7px;
    overflow: hidden
}

.location-list strong {
    font-size: 16px
}

.location-list small {
    font-size: 13px
}

.contact-details>div,
.contact-details>a,
.contact-details>span {
    font-size: 16px
}

.contact-form {
    padding: 15px;
    border-radius: 8px
}

.contact-form input,
.contact-form textarea {
    border-radius: 5px
}

.contact-form input {
    height: 50px
}

.service-row,
.industry-card {
    scroll-margin-top: var(--header-offset)
}

@media(min-width:901px) and (max-width:1100px) {
    nav {
        gap: 12px
    }

    .nav-item>a {
        font-size: 11px
    }

    .header-inner {
        gap: 16px
    }

    .header-cta {
        font-size: 10px;
        padding-inline: 12px
    }
}

@media(max-width:900px) {
    :root {
        --header-offset: 98px
    }

    .header-inner {
        min-height: 86px
    }

    .brand-copy strong,
    .brand-copy small {
        font-size: 11px
    }

    .nav-item>a {
        font-size: 15px;
        padding: 15px 0
    }

    .nav-item>a:after {
        bottom: 8px;
        right: auto;
        width: 32px
    }

    .menu-open nav {
        max-height: calc(100dvh - 90px);
        overflow-y: auto;
        overscroll-behavior: contain
    }

    .hero h1 {
        font-size: 43px
    }

    .service-card h3 {
        font-size: 19px
    }

    .service-card p {
        font-size: 16px
    }

    .stat strong {
        font-size: 23px
    }

    .section-heading h2 {
        font-size: 25px
    }

    .section-heading>a {
        font-size: 11px
    }

    .industry-card h3 {
        font-size: 19px
    }

    .about-copy p {
        font-size: 16px
    }

    .inner-industries h3 {
        font-size: 20px
    }

    .footer-grid {
        column-gap: 24px
    }

    .contact-layout {
        grid-template-columns: 240px 1fr
    }

    .service-layout {
        grid-template-columns: 240px 1fr
    }

    .laboratory-layout {
        grid-template-columns: 265px 1fr
    }

    .date-field {
        grid-column: 1/-1
    }

    .date-field input {
        max-width: 230px
    }
}

@media(max-width:600px) {
    :root {
        --header-offset: 92px
    }

    .topbar {
        font-size: 11px
    }

    .top-inner {
        min-height: 36px
    }

    .contact-mini {
        gap: 8px
    }

    .contact-mini a+a {
        padding-left: 8px
    }

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

    .brand {
        gap: 9px
    }

    .brand-copy strong {
        font-size: 9px;
    }

    .brand-copy small {
        font-size: 10px
    }

    .brand-mark {
        font-size: 42px
    }

    .header-cta {
        font-size: 10px;
        max-width: 94px;
        white-space: normal;
        padding: 11px 9px
    }

    .menu-toggle {
        padding: 8px
    }

    .menu-toggle span {
        width: 22px
    }

    .hero h1 {
        font-size: 36px;
        max-width: 380px
    }

    .hero-copy {
        padding: 38px 0 72px
    }

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

    .hero-actions .button {
        font-size: 12px;
        padding: 15px 13px;
        gap: 10px
    }

    .stats {
        padding: 23px 7px;
        row-gap: 24px
    }

    .stat {
        gap: 6px
    }

    .stat strong {
        font-size: 20px
    }

    .stat small {
        font-size: 9px
    }

    .stat:last-child strong {
        font-size: 11px
    }

    .stat>svg {
        width: 22px
    }

    .section {
        padding-top: 38px
    }

    .section-heading {
        margin-bottom: 28px;
        gap: 16px;
        justify-content: space-between;
        align-items: flex-start
    }

    .section-heading h2 {
        font-size: 23px
    }

    .section-heading>a {
        position: static;
        font-size: 10px;
        flex-shrink: 0;
        max-width: 98px;
        padding-top: 3px
    }

    .service-card>div {
        padding: 16px 12px
    }

    .service-card h3 {
        font-size: 17px
    }

    .service-card p {
        font-size: 14px
    }

    .service-card span {
        font-size: 11px
    }

    .industry-card h3 {
        font-size: 16px
    }

    .industry-card>div {
        left: 13px;
        bottom: 14px
    }

    .industry-home {
        padding-bottom: 30px
    }

    .lab-promo {
        padding: 33px 0
    }

    .lab-promo h2,
    .clients h2,
    .request-grid h2 {
        font-size: 24px
    }

    .lab-promo p {
        font-size: 15px
    }

    .lab-promo .button {
        font-size: 12px
    }

    .button {
        font-size: 13px;
        padding: 16px 20px
    }

    .clients {
        padding: 30px 0
    }

    .request-section {
        padding: 34px 0
    }

    .form-grid input,
    .form-grid select,
    .form-grid textarea {
        font-size: 16px;
        padding: 14px 11px
    }

    .form-grid input,
    .form-grid select {
        height: 56px
    }

    .date-field>span {
        font-size: 13px
    }

    .date-field input {
        font-size: 16px
    }

    .form-note {
        font-size: 12px;
        line-height: 1.5
    }

    .footer-grid p,
    .footer-grid>div>a:not(.brand) {
        font-size: 13px
    }

    .footer-grid h4 {
        font-size: 14px
    }

    .page-banner {
        padding: 26px 0
    }

    .page-banner h1,
    .plain-page h1 {
        font-size: 30px
    }

    .service-layout,
    .laboratory-layout,
    .contact-layout {
        grid-template-columns: 1fr
    }

    .service-sidebar button {
        font-size: 14px;
        min-width: 180px
    }

    .service-row h2 {
        font-size: 19px
    }

    .service-row p {
        font-size: 16px
    }

    .service-row {
        padding-block: 20px
    }

    .about-copy h2 {
        font-size: 25px
    }

    .about-copy p {
        font-size: 16px
    }

    .laboratory-layout>div>h2 {
        font-size: 29px
    }

    .laboratory-layout>div>p {
        font-size: 16px
    }

    .lab-list h3 {
        font-size: 18px
    }

    .lab-list p {
        font-size: 16px
    }

    .inner-industries h3 {
        font-size: 18px
    }

    .location-list strong {
        font-size: 14px
    }

    .location-list small {
        font-size: 12px
    }

    .contact-details>div,
    .contact-details>a,
    .contact-details>span {
        font-size: 16px
    }

    .contact-form {
        padding: 12px
    }

    .contact-form input {
        height: 50px
    }

    .contact-form .form-grid {
        grid-template-columns: 1fr
    }

    .contact-form .button {
        font-size: 13px
    }

    .form-grid {
        grid-template-columns: 1fr
    }

    .form-grid .date-field {
        grid-column: auto
    }
}

@media(max-width:370px) {
    .brand-copy {
        display: none
    }

    .header-cta {
        margin-left: auto;
        max-width: none
    }

    .hero h1 {
        font-size: 33px
    }

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

    .stat:nth-child(3) {
        border-right: 1px solid #e9ece9
    }

    .stat:nth-child(2n) {
        border: 0
    }

    .service-grid,
    .industry-grid {
        gap: 10px
    }

    .section-heading h2 {
        font-size: 21px
    }

    .topbar {
        font-size: 10px
    }
}

@keyframes cic-enter {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(prefers-reduced-motion:no-preference) {

    .hero-copy>*,
    .page-banner h1,
    .plain-page>h1 {
        animation: cic-enter .65s both
    }

    .hero-copy h1 {
        animation-delay: .07s
    }

    .hero-copy p {
        animation-delay: .14s
    }

    .hero-actions {
        animation-delay: .21s
    }

    .dropdown {
        animation: cic-enter .18s both
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important
    }
}

/* Full-width photography and simple, readable typography. */
body,
h1,
h2,
h3,
h4,
.hero h1,
.service-card h3,
.industry-card h3 {
    font-family: Roboto, Helvetica, sans-serif
}

.hero:before {
    background-image: linear-gradient(90deg, rgba(6, 20, 27, .78), rgba(6, 20, 27, .46) 48%, rgba(6, 20, 27, .12)), url(hero.png);
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat;
    opacity: 1
}

.hero h1 {
    font-weight: 700;
    letter-spacing: -1.1px;
    line-height: 1.16;
    font-size: clamp(34px, 3.4vw, 50px)
}

.hero-copy {
    max-width: 810px
}

.hero p {
    max-width: 660px
}

.footer {
    background-image: linear-gradient(90deg, rgba(2, 29, 23, .88), rgba(2, 29, 23, .79) 55%, rgba(2, 29, 23, .57)), url(footer.png);
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat;
    background-color: #062d23
}

.service-card h3 {
    font-size: 16px;
    line-height: 1.4
}

.industry-card h3 {
    font-size: 17px;
    line-height: 1.35
}

.inner-industries h3 {
    font-size: 23px
}

.section-heading h2 {
    font-size: 25px
}

.service-row h2 {
    font-size: 19px
}

@media(max-width:900px) {
    .hero h1 {
        font-size: 40px
    }

    .service-card h3 {
        font-size: 18px
    }

    .inner-industries h3 {
        font-size: 19px
    }

    .section-heading h2 {
        font-size: 23px
    }
}

@media(max-width:600px) {
    .hero:before {
        background-image: linear-gradient(90deg, rgba(6, 20, 27, .8), rgba(6, 20, 27, .42)), url(hero.png);
        background-position: center, 62% center;
        background-size: cover, cover
    }

    .hero h1 {
        font-size: 32px;
        letter-spacing: -.65px;
        line-height: 1.2
    }

    .hero-copy {
        max-width: 100%
    }

    .hero h1 br {
        display: none
    }

    .footer {
        background-image: linear-gradient(rgba(2, 29, 23, .84), rgba(2, 29, 23, .84)), url(footer.png);
        background-size: cover, cover;
        background-position: center, center
    }

    .service-card h3 {
        font-size: 15px
    }

    .industry-card h3 {
        font-size: 15px
    }

    .inner-industries h3 {
        font-size: 17px
    }

    .section-heading h2 {
        font-size: 21px
    }

    .service-row h2 {
        font-size: 18px
    }
}



.lang-switcher {
    position: relative;
    flex-shrink: 0;
    font-family: Roboto, sans-serif;
}

.lang-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 9px 12px;
    border: 0px solid #dce6df;
    border-radius: 8px;
    background: #ffffff00;
    /* color: #155d3b; */
    color: #052c23;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background .2s, border-color .2s, box-shadow .2s;
}

.lang-trigger:hover,
.lang-switcher.is-open .lang-trigger {
    background: #ffffff00;
    /* border-color: #9cbea9;
    box-shadow: 0 3px 10px rgb(21 93 59 / 7%); */
}

.lang-globe {
    width: 18px;
    height: 18px;
}

.lang-chevron {
    width: 13px;
    height: 13px;
    transition: transform .2s;
}

.lang-switcher.is-open .lang-chevron {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 100;
    width: min(230px, calc(100vw - 32px));
    padding: 9px;
    border: 1px solid #e2eae5;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 15px 45px rgb(9 42 27 / 15%);
    animation: lang-open .18s ease-out;
}

.lang-dropdown[hidden] {
    display: none;
}

.lang-heading {
    display: block;
    padding: 7px 10px 10px;
    color: #78857c;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    margin: 2px 0;
    padding: 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #293c30;
    font: inherit;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    transition: background .2s, color .2s;
}

.lang-option:hover {
    background: #f4f7f5;
}

.lang-option.is-active {
    background: #edf5ef;
    color: #155d3b;
}

.lang-code {
    display: grid;
    place-items: center;
    width: 33px;
    height: 29px;
    border: 1px solid #e2e9e4;
    border-radius: 6px;
    background: #fff;
    font-size: 11px;
    font-weight: 700;
}

.lang-name {
    flex: 1;
}

.lang-check {
    visibility: hidden;
    font-weight: 700;
}

.lang-option.is-active .lang-check {
    visibility: visible;
}

.lang-trigger:focus-visible,
.lang-option:focus-visible {
    outline: 2px solid #155d3b;
    outline-offset: 3px;
}

@keyframes lang-open {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .lang-dropdown {
        animation: none;
    }

    .lang-trigger,
    .lang-option,
    .lang-chevron {
        transition: none;
    }
}

/* Keeps the dropdown above the sticky site header. */
.topbar {
    position: relative;
    z-index: 60;
    overflow: visible;
}

.brand-mark img {
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(32%) sepia(15%) saturate(1769%) hue-rotate(89deg) brightness(99%) contrast(103%);
}

.brand-copy strong {
    font-size: 14px;
}

.brand-copy small {
    font-size: 12px;
}

.brand-copy {
    gap: 3px
}

.contact-mini {
    display: flex;
    gap: 24px;
    margin-right: auto;
    font-size: 13px;
}

.top-inner span,
a {
    font-size: 13px;
}

.nav-item>a {
    font-size: 14px;
}

.header-cta {
    font-size: 13px;
    padding: 10px 18px;
}

.button {
    font-size: 12px;
    border-radius: 5px;
    padding: 12px 25px;
}

.stats {
    padding: 21px 14px;
}

.hero:before {
    background-image: linear-gradient(90deg, rgb(6 20 27), rgba(6, 20, 27, .46) 48%, rgba(6, 20, 27, .12)), url(hero.png);
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.service-card p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0px;
}

.lab-promo p,
.request-grid p {
    font-size: 14px;
}

.lab-promo .button {
    padding: 12px 22px;
    font-size: 11px;
}

@media (max-width: 600px) {

.header-cta {
    display: none;
}

.contact-mini a:first-child{


    display: none;
}
}

.footer {
    background-image: linear-gradient(90deg, rgb(2 29 23 / 99%), rgb(2 29 23 / 87%) 55%, rgba(2, 29, 23, .57)), url(footer.png);
    background-position: center, center;
    background-size: cover, cover;
    background-repeat: no-repeat;
    background-color: #062d23;
}

.footer-contact {
    color: #fff;
    font-family: Roboto, Helvetica, sans-serif;
}

.footer-contact h4 {
    margin: 0 0 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.footer-contact .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0;
    padding: 0;
    color: #edf4ef;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
}

.footer-contact-item svg {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    fill: none;
    stroke: #a8d5b6;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-contact-item span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-contact a.footer-contact-item {
    transition: color .2s ease;
}

.footer-contact a.footer-contact-item:hover {
    color: #a8d5b6;
    text-decoration: none;
}

.footer-contact a:focus-visible {
    outline: 2px solid #a8d5b6;
    outline-offset: 5px;
    border-radius: 3px;
}

@media (max-width: 600px) {
    .footer-contact h4 {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .footer-contact .footer-contact-item {
        gap: 14px;
        font-size: 15px;
    }
}

.footer-contact .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin: 0;
    padding: 0;
    color: #edf4ef;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
}
.footer-contact-item svg {
    flex: 0 0 24px;
    width: 20px;
    height: 20px;
    margin-top: 1px;
    fill: none;
    stroke: #a8d5b6;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contact h4 {
    margin: 0 0 16px;
}
.footer .brand-copy strong {
    font-size: 13px;
}
.footer .brand-copy small {
    font-size: 12px;
}

.page-banner {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    min-height: 155px;
    padding: 30px 0;
    overflow: hidden;
    color: #fff;
    background-color: #10242b;
    background-image: var(--banner);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(3, 20, 26, .90) 0%,
        rgba(3, 20, 26, .65) 45%,
        rgba(3, 20, 26, .28) 100%
    );
}

.page-banner > .container {
    position: relative;
}

.page-banner h1 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.5px;
    text-transform: uppercase;
}

.page-banner .page-breadcrumb {
    position: static;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: auto;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    color: #e1e9e5;
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.page-breadcrumb a {
    color: #b8d6c5;
    text-decoration: none;
    transition: color .2s ease;
}

.page-breadcrumb a:hover {
    color: #fff;
    text-decoration: underline;
}

.page-breadcrumb a:focus-visible {
    outline: 2px solid #b8d6c5;
    outline-offset: 4px;
}

.page-breadcrumb > span[aria-hidden] {
    color: #91a89d;
}

@media (max-width: 600px) {
    .page-banner {
        min-height: 130px;
        padding: 26px 0;
    }

    .page-banner h1 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .page-banner .page-breadcrumb {
        font-size: 13px;
    }
}
.about-copy p {
    font-size: 15px;
}

.cic-page-banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 155px;
    padding: 30px 0;
    background-color: #10242b;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.cic-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(3, 20, 26, .65),
        rgba(3, 20, 26, .1)
    );
    pointer-events: none;
}

.cic-page-banner > .container {
    position: relative;
    z-index: 1;
}

.cic-page-banner h1 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.cic-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e1e9e5;
    font-size: 14px;
}

.cic-breadcrumb a {
    color: #b8d6c5;
    text-decoration: none;
}

.cic-breadcrumb a:hover {
    color: #fff;
}