﻿:root {
    --color-red: #CC0000;
    --color-red-dark: #CC0000;
    --color-black: #000000;
    --color-silver: #c7c7c7;
    --color-bg: #f3f4f6;
    --color-text: #1c1c1c;
    --color-white: #ffffff;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}


span.bulletr {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: var(--color-red);
    border-radius: 50%;
    margin: 0 8px;
    vertical-align: middle;
}



html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: var(--color-text);
    background: var(--color-silver);
    line-height: 1.5;
}

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

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

.dir
{
        color: var(--color-red);
}

.container {
    width: min(100% - 2rem, var(--container));
    margin-inline: auto;
}

.col-12 {
    width: 100%;
}

.site-header {
    background: rgba(17, 17, 17, 0.95);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(199, 199, 199, 0.35);
}

.nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 76px;
}

.brand img {
    width: 120px;
    height: auto;
}

.main-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.main-nav a {
    color: var(--color-white);
    font-weight: 600;
    font-size: 0.95rem;
    background: var(--color-red);
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.main-nav .nav-cta {
    background: var(--color-red);
    color: var(--color-white);
}

.hamburger-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: #000000;
    border-radius: .55rem;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #f2f2f2;
    transition: transform .25s ease, opacity .25s ease;
}

.hamburger-btn.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.is-active span:nth-child(2) {
    opacity: 0;
}

.hamburger-btn.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero {
    background: #000000;
}

.hero-slide {
    min-height: 72vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.38) 55%, rgba(0,0,0,.6) 100%);
}

.slide-content {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    max-width: 720px;
    padding-block: 4rem;
}

.eyebrow {
    color: #CC0000;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 700;
    margin: 0 0 0.6rem;
    font-size: 0.78rem;
}

h1, h2, h3 {
    margin-top: 0;
    text-transform: uppercase;
}

p {
    text-align: justify;
}

.slide-content h1,
.slide-content h2 {
    font-size: clamp(1.7rem, 5vw, 3rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, var(--color-red) 0%, var(--color-red-dark) 100%);
    color: var(--color-white);
    border: 0;
    border-radius: 999px;
    padding: 0.8rem 1.2rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-secondary {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .45);
    color: #CC0000;
    background: rgba(255, 255, 255, .9);
    border-radius: 999px;
    padding: 0.75rem 1.1rem;
    font-weight: 700;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: var(--color-red);
}

.section {
    padding: clamp(3rem, 7vw, 5rem) 0;
}

.section-logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: .9rem;
    padding: .75rem 1rem;
    border-radius: .85rem;
}

.section-logo-mark img {
    width: min(100%, 260px);
    height: auto;
    display: block;
}

.logo-mark-light {
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(17, 17, 17, .12);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
}

.logo-mark-dark {
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .2);
}

.logo-mark-dark img {
    filter: brightness(0) invert(1);
    opacity: .95;
}

.section-dark {
    background: transparent;
    color: var(--color-text);
}

.section-services {
    background: transparent;
}

.section-tag {
    display: inline-block;
    margin: 0 0 .75rem;
    color: var(--color-red);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}

.grid-two {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.section-about {
    position: relative;
}

.section-about::before {
    display: none;
}

.about-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
}

.about-copy-stack {
    display: grid;
    gap: .9rem;
}

.about-copy {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, .5);
    /*border: 4px solid var(--color-red);*/
    border-radius: .75rem;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 14px 24px rgba(0,0,0,.15);
}

.about-copy h2 {
    margin-bottom: .65rem;
    color: #c7c7c7;
}

.about-copy p {
    max-width: 100%;
    margin: 0;
    color: #c7c7c7;
}

.about-policy-box {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, .5);
    border-left: 4px solid var(--color-red);
    border-radius: .75rem;
    padding: .95rem 1rem;
    box-shadow: 0 14px 24px rgba(0,0,0,.15);
}

.about-policy-box h3 {
    margin: 0 0 .45rem;
    color: #c7c7c7;
}

.about-policy-box p {
    margin: 0;
    line-height: 1.6;
    color: #c7c7c7;
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin: .15rem 0 0;
}

.about-highlights span {
    border: 1px solid rgba(0,0,0,.7);
    background: #000000;
    color: #c7c7c7;
    border-radius: 999px;
    padding: .42rem .8rem;
    font-size: .82rem;
    font-weight: 700;
}

.about-panels {
    margin-top: 1.05rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}

.about-panel {
    background: #fff;
    border: 1px solid rgba(17,17,17,.12);
    /*border-left: 4px solid var(--color-red);*/
    border-radius: .6rem;
    padding: 1rem 1.05rem;
}

.about-panel h3 {
    margin-bottom: .45rem;
}

.about-panel p {
    margin: 0;
    line-height: 1.6;
}

.about-visual {
    display: grid;
    gap: .8rem;
    grid-template-columns: 1fr;
}

.about-photo,
.about-logo-card {
    margin: 0;
    border-radius: .7rem;
    overflow: hidden;
    border: 1px solid rgba(17,17,17,.12);
    background: #fff;
    box-shadow: 0 18px 30px rgba(0,0,0,.12);
}

.about-photo img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.about-logo-card {
    display: grid;
    align-items: center;
    justify-items: center;
    padding: .6rem;
    background-color: #000000;
}

.about-logo-card img {
    width: min(100%, 260px);
    height: auto;
    display: block;
}

.section-careers {
    background: transparent;
}

.careers-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.1rem;
}

.careers-content {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, .55);
    height: -webkit-fill-available;
    /*border: 4px solid var(--color-red);*/
    border-radius: .8rem;
    padding: 1.15rem 1.1rem;
    box-shadow: 0 16px 28px rgba(0,0,0,.16);
}

.careers-content h2 {
    color: #c7c7c7;
}

.careers-logo-box {
    margin-top: .8rem;
    border: 1px solid rgba(17,17,17,.15);
    border-radius: .8rem;
    overflow: hidden;
    background: #000000;
    padding: 1rem;
    display: grid;
    place-items: center;
}

.careers-logo-box img {
    width: min(100%, 320px);
    height: auto;
    display: block;
}

.careers-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .6rem;
    margin-top: .9rem;
}

.careers-actions .btn-primary {
    width: 100%;
    text-align: center;
    padding-inline: .75rem;
}

.careers-aside {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.careers-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: .7rem;
}

.careers-gallery figure {
    margin: 0;
    border: 1px solid rgba(17,17,17,.15);
    /*border: 4px solid var(--color-red);*/
    border-radius: .8rem;
    overflow: hidden;
    background: #000000;
    box-shadow: none;
    padding: .35rem;
}

.careers-gallery img {
    width: 100%;
    height: clamp(180px, 30vw, 230px);
    object-fit: contain;
    display: block;
    background: #000000;
}

.careers-detail-list {
    margin-top: 1.1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .8rem;
}

.careers-detail-card {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, .55);
    /*border: 4px solid var(--color-red);*/
    border-radius: .75rem;
    padding: 1rem 1.05rem;
    box-shadow: 0 14px 24px rgba(0,0,0,.15);
}

.careers-detail-card h3 {
    margin: 0 0 .45rem;
    color: #c7c7c7;
}

.careers-detail-card p {
    margin: 0;
    line-height: 1.6;
    color: #c7c7c7;
}

.section-certifications {
    background: transparent;
}

.certifications-shell {
    background: #000000;
    border: 1px solid rgba(0, 0, 0, .55);
    /*border: 4px solid var(--color-red);*/
    border-radius: .9rem;
    padding: 1.1rem;
    box-shadow: 0 16px 28px rgba(0,0,0,.16);
}

.certifications-head {
    max-width: 78ch;
    margin-inline: auto;
    margin-bottom: 1.1rem;
    text-align: center;
    padding-bottom: .85rem;
    border-bottom: 1px solid rgba(199,199,199,.22);
}

.certifications-head p {
    margin: 0;
    color: #c7c7c7;
    text-align: center;
}

.certifications-head h2 {
    margin: 0 0 .35rem;
    color: #c7c7c7;
    text-align: center;
}

.certifications-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}

.certifications-grid-main {
    margin-bottom: 1rem;
}

.certifications-subtitle {
    margin: .2rem 0 .85rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(199,199,199,.22);
    color: #c7c7c7;
    text-align: center;
    font-size: clamp(1.05rem, 2.1vw, 1.35rem);
    line-height: 1.3;
}

.certifications-grid-system {
    margin-top: 0;
}

.certification-card {
    margin: 0;
    border: 1px solid rgba(199,199,199,.2);
    border-radius: .75rem;
    overflow: hidden;
    background: #000000;
    padding: .45rem;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02);
}

.certification-card a {
    display: block;
    border-radius: .55rem;
    overflow: hidden;
    cursor: zoom-in;
}

.certification-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    background: #000000;
    display: block;
    transition: transform .22s ease;
}

.certification-card a:hover img {
    transform: scale(1.01);
}

.certification-card figcaption {
    margin: .55rem .1rem .05rem;
    text-align: center;
    color: #c7c7c7;
    font-size: .78rem;
    letter-spacing: .06em;
    font-weight: 700;
    text-transform: uppercase;
}

.certifications-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    z-index: 120;
}

.certifications-lightbox.is-open {
    display: flex;
}

.certifications-lightbox img {
    max-width: min(100%, 1120px);
    max-height: calc(100vh - 2.5rem);
    width: auto;
    height: auto;
    border-radius: .5rem;
    border: 1px solid rgba(199,199,199,.35);
    background: #000000;
    box-shadow: 0 20px 40px rgba(0,0,0,.45);
}

.certifications-lightbox-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid rgba(199,199,199,.5);
    background: #000000;
    color: #c7c7c7;
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

.certifications-lightbox-close:hover {
    background: #CC0000;
    color: #ffffff;
}

body.modal-open {
    overflow: hidden;
}

.section-dark .service-card {
    background: linear-gradient(160deg, #242427 0%, #1d1d1f 100%);
    border: 1px solid rgba(255,255,255,.11);
    border-top: 3px solid var(--color-red);
    border-left: 1px solid rgba(255,255,255,.11);
    color: #efefef;
    border-radius: .65rem;
    padding: 1rem 1rem 1.05rem;
}

.services-head {
    max-width: 76ch;
    margin-bottom: 1.1rem;
    margin-inline: auto;
    text-align: center;
}

.services-head p {
    margin-bottom: 0;
    color: var(--color-text);
    margin-inline: auto;
}

.services-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
}

.services-coverage {
    border: 1px solid rgba(17,17,17,.15);
    /*border: 4px solid var(--color-red);*/
    border-radius: .8rem;
    overflow: hidden;
    background: #000000;
    max-width: 700px;
    width: 100%;
    margin-inline: auto;
}

.services-logo-figure {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-bottom: 1px solid rgba(0,0,0,.35);
    padding: 1rem;
}

.services-logo-figure img {
    width: min(100%, 340px);
    height: auto;
    display: block;
}

.services-coverage-body {
    padding: .95rem 1rem 1rem;
    text-align: center;
    color: #c7c7c7;
}

.services-coverage-body h3 {
    margin: 0 0 .65rem;
    color: #c7c7c7;
}

.services-coverage-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}

.services-coverage-list li {
    border: 1px solid rgba(0,0,0,.6);
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .8rem;
    font-weight: 700;
    color: #c7c7c7;
}

.services-cta {
    margin-top: .95rem;
}

.services-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}

.services-photo {
    margin: 0;
    border-radius: .75rem;
    overflow: hidden;
    /*border: 4px solid var(--color-red);*/
    /*border: 1px solid rgba(17,17,17,.15);*/
    background: #000000;
    box-shadow: 0 12px 22px rgba(0,0,0,.12);
    padding: .35rem;
}

.services-photo img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    background: #000000;
    display: block;
}

.services-text-list {
    margin-top: 1.1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .85rem;
}

.service-detail-card {
    width: 100%;
    background: #000000;
    border: 1px solid rgba(0,0,0,.55);
    /*border: 4px solid var(--color-red);*/
    border-radius: .7rem;
    padding: 1rem 1.05rem;
}

.service-detail-card h3 {
    margin: 0 0 .55rem;
    color: #c7c7c7;
}

.service-detail-card p {
    margin: 0 0 .65rem;
    color: #c7c7c7;
    line-height: 1.65;
}

.service-detail-card p:last-child {
    margin: 0;
    font-weight: 600;
}

.section-clients {
    background: #000000;
    padding: 2.2rem 0;
}

.clients-inner {
    display: grid;
    gap: .8rem;
    justify-items: center;
    text-align: center;
}

.clients-inner h2 {
    margin: 0;
    color: #c7c7c7;
}

.clients-logo-card {
    margin: 0;
    width: min(100%, 360px);
    /*border: 4px solid var(--color-red);*/
    border-radius: .75rem;
    background: #000000;
    padding: .6rem .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-logo-card img {
    width: min(100%, 280px);
    height: auto;
    display: block;
}



.section-contact {
    background: transparent;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.contact-panel {
    background: #fff;
    border: 1px solid rgba(17,17,17,.1);
    border-radius: .8rem;
    padding: 1.1rem;
}

.contact-cards {
    margin-top: .95rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: .65rem;
}

.contact-card {
    background: #fafbfc;
    border: 1px solid rgba(17,17,17,.1);
    border-radius: .55rem;
    padding: .75rem .8rem;
}

.contact-card h3 {
    margin: 0 0 .35rem;
    font-size: .95rem;
}

.contact-card p {
    margin: 0;
}

.site-footer ul,
.contact-cards {
    margin: 0;
    padding-left: 0;
}

.site-footer ul {
    list-style: none;
}

.site-footer ul {
    display: grid;
    gap: .45rem;
}

.site-footer ul li {
    color: var(--color-text);
}

.contact-form-elevated {
    background: #fff;
    border: 1px solid rgba(17,17,17,.12);
    box-shadow: 0 14px 26px rgba(0,0,0,.08);
}

.contact-form-elevated label {
    font-weight: 700;
    color: #252525;
}

.contact-form {
    background: var(--color-white);
    border: 1px solid #d4d4d4;
    border-radius: .75rem;
    padding: 1rem;
    display: grid;
    gap: .65rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    border: 1px solid #b8bcc2;
    border-radius: .4rem;
    padding: .7rem;
    font: inherit;
}

.form-msg {
    min-height: 1.2rem;
    margin: 0;
    font-weight: 600;
}

.form-msg.error {
    color: #CC0000;
}

.form-msg.success {
    color: #0d6a37;
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

.site-footer {
    background: #000000;
    color: var(--color-silver);
    padding-top: 2rem;
    border-top: 3px solid #CC0000;
}

.site-footer a {
    color: var(--color-silver);
}

.site-footer h3,
.site-footer ul li {
    color: var(--color-silver);
}

.footer-brand img {
    width: 110px;
    height: auto;
    margin-bottom: .8rem;
}

.footer-grid {
    display: grid;
    gap: 1.4rem;
    grid-template-columns: 1fr;
}

.footer-grid > div {
    min-width: 0;
}

.site-footer a,
.site-footer li {
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-bottom {
    margin-top: 1.1rem;
    padding: .95rem 0 1.2rem;
    border-top: 1px solid rgba(199,199,199,.35);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
}

.copy {
    margin: 0;
    color: var(--color-silver);
    font-size: .9rem;
}

.footer-back {
    border: 1px solid rgba(199,199,199,.45);
    border-radius: 999px;
    padding: .45rem .85rem;
    font-size: .82rem;
    font-weight: 700;
    color: var(--color-silver);
}

.footer-back:hover {
    background: #CC0000;
    color: #ffffff;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #25d366;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(0,0,0,.3);
    z-index: 60;
}

.show-mobile {
    display: none;
}

.hide-mobile {
    display: inline-block;
}

@media (max-width: 900px) {
    .hamburger-btn {
        display: inline-flex;
    }

    .nav-wrap {
        position: relative;
    }

    .main-nav {
        position: absolute;
        top: calc(100% + 8px);
        left: 0;
        right: 0;
        background: rgba(17, 17, 17, .98);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: .8rem;
        padding: .55rem;
        gap: .2rem;
        flex-direction: column;
        align-items: stretch;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: max-height .25s ease, opacity .2s ease;
    }

    .main-nav.is-open {
        max-height: 380px;
        opacity: 1;
        pointer-events: auto;
    }

    .main-nav a {
        display: block;
        width: 100%;
        padding: .6rem .75rem;
        border-radius: 999px;
        border: 1px solid rgba(255, 255, 255, .25);
    }

    .main-nav a:hover {
        background: #CC0000;
    }

    .main-nav .nav-cta {
        text-align: center;
        margin-top: .2rem;
    }
}

@media (min-width: 760px) {
    .section-logo-mark img {
        width: min(100%, 290px);
    }

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

    .careers-layout {
        grid-template-columns: 1.08fr .92fr;
        gap: 1.15rem;
        align-items: start;
    }

    .careers-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "c1 c1"
            "c2 c3";
    }

    .careers-gallery figure:nth-child(1) {
        grid-area: c1;
    }

    .careers-gallery figure:nth-child(2) {
        grid-area: c2;
    }

    .careers-gallery figure:nth-child(3) {
        grid-area: c3;
    }

    .careers-gallery figure:nth-child(1) img {
        height: 280px;
    }

    .careers-gallery figure:nth-child(2) img,
    .careers-gallery figure:nth-child(3) img {
        height: 210px;
    }

    .contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .certifications-grid-main,
    .certifications-grid-system {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-layout {
        grid-template-columns: .95fr 1.05fr;
        gap: 1rem;
        align-items: stretch;
    }

    .services-coverage {
        max-width: none;
        height: 100%;
        display: flex;
    }

    .services-logo-figure {
        flex: 1;
        min-height: 100%;
    }

    .services-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "s1 s1"
            "s2 s3";
    }

    .services-photo:nth-child(1) {
        grid-area: s1;
    }

    .services-photo:nth-child(2) {
        grid-area: s2;
    }

    .services-photo:nth-child(3) {
        grid-area: s3;
    }

    .services-photo:nth-child(1) img {
        aspect-ratio: 16 / 8;
    }

    .services-photo:nth-child(2) img,
    .services-photo:nth-child(3) img {
        aspect-ratio: 4 / 3;
    }

    .about-layout {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
        align-items: stretch;
    }

    .about-copy-stack {
        grid-template-rows: repeat(2, minmax(0, 1fr));
        gap: .8rem;
        height: 100%;
    }

    .about-copy {
        height: 100%;
    }

    .about-panels {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .about-photo img {
        height: 300px;
    }

    .grid-two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: start;
    }

    .site-footer ul li {
        color: var(--color-silver);
    }
}

@media (min-width: 980px) {
    .careers-layout {
        gap: 1.5rem;
    }

    .services-layout {
        grid-template-columns: .9fr 1.1fr;
        gap: 1.1rem;
        align-items: stretch;
    }

    .about-layout {
        grid-template-columns: 1fr 1fr;
        gap: 1.55rem;
        align-items: stretch;
    }

    .about-photo img {
        height: 330px;
    }

    .contact-layout {
        grid-template-columns: 1fr 1fr;
        gap: 1.3rem;
        align-items: start;
    }

    .contact-cards {
        grid-template-columns: 1fr;
    }

    .certifications-grid-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .certifications-grid-system {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 560px) {
    .brand img {
        width: 96px;
    }

    .about-copy {
        padding: .95rem;
    }

    .about-highlights span {
        font-size: .76rem;
        padding: .38rem .68rem;
    }

    .about-photo img {
        height: 210px;
    }

    .careers-actions {
        grid-template-columns: 1fr;
    }

    .careers-gallery img {
        height: 170px;
    }

    .certifications-shell {
        padding: .95rem;
    }

    .certification-card figcaption {
        font-size: .72rem;
    }

    .footer-bottom {
        justify-content: center;
    }

    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: list-item !important;
    }

    .main-nav {
        gap: .65rem;
    }

    .main-nav a {
        font-size: .82rem;
    }
}

