/* =========================================================
   PCG COMPANY PROFILE
   RESPONSIVE v2
   ---------------------------------------------------------
   Responsive-only refinement for the current style.css.
   No HTML / JS / style.css changes are required.
========================================================= */

/* =========================================================
   GLOBAL RESPONSIVE SAFETY
========================================================= */

html,
body {
    overflow-x: hidden;
}

img,
video,
svg {
    max-width: 100%;
}

button,
input,
textarea {
    max-width: 100%;
}

.container {
    width: min(100% - 48px, 1280px);
    margin-inline: auto;
}


/* =========================================================
   LARGE TABLET / SMALL DESKTOP
========================================================= */

@media (max-width: 1180px) {

    :root {
        --padding: 24px;
    }

    .container {
        width: min(100% - 48px, 1080px);
    }

    .desktop-nav {
        gap: 18px;
    }

    .hero-container {
        grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
        gap: 40px;
    }

    .hero-title {
        font-size: clamp(52px, 6.4vw, 76px);
    }

    .overview-grid {
        gap: 45px;
    }

    .about-pcg-grid {
        gap: 35px;
    }

    .vm-grid {
        gap: 20px;
    }

    .products-grid,
    .projects-grid {
        gap: 24px;
    }

    .contact-main {
        gap: 50px;
    }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .container {
        width: min(100% - 40px, 900px);
    }

    /* NAVIGATION */

    .desktop-nav,
    .nav-cta {
        display: none;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255,255,255,.2);
        border-radius: 50%;
        background: transparent;
    }

    .menu-toggle span {
        width: 18px;
        height: 2px;
        background: var(--white);
        transition: transform .3s ease;
    }

    .menu-toggle.open span:first-child {
        transform: translateY(3.5px) rotate(45deg);
    }

    .menu-toggle.open span:last-child {
        transform: translateY(-3.5px) rotate(-45deg);
    }

    .mobile-nav {
        position: fixed;
        top: 88px;
        left: 0;
        right: 0;
        z-index: 999;
        display: block;
        max-height: 0;
        overflow: hidden;
        background: rgba(6,26,42,.97);
        backdrop-filter: blur(20px);
        transition: max-height .45s ease;
    }

    .mobile-nav.open {
        max-height: calc(100vh - 88px);
        overflow-y: auto;
    }

    .mobile-nav-inner {
        display: flex;
        flex-direction: column;
        padding: 18px 24px 28px;
    }

    .mobile-nav-inner > a {
        padding: 15px 3px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        color: rgba(255,255,255,.72);
        font-family: var(--font-display);
        font-size: 19px;
        font-weight: 700;
    }

    .mobile-nav-inner .mobile-nav-cta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
        padding: 16px 18px;
        border: 0;
        background: var(--accent);
        color: var(--navy);
        font-size: 14px;
    }

    /* HERO */

    .hero-container {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-top: 135px;
        padding-bottom: 100px;
    }

    .hero-content {
        max-width: 780px;
    }

    .hero-visual {
        justify-content: flex-start;
    }

    .hero-image-wrapper {
        width: min(100%, 620px);
    }

    .hero-scroll {
        display: none;
    }

    /* ABOUT / OVERVIEW */

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

    .overview-intro {
        max-width: 820px;
    }

    .overview-image-card,
    .overview-image-card img {
        min-height: 430px;
    }

    .about-pcg-grid {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 24px;
    }

    .about-pcg-description {
        margin-left: 0;
    }

    .vm-grid {
        grid-template-columns: 1fr;
    }

    .vm-card {
        min-height: auto;
    }

    /* CAPABILITIES */

    .capabilities-section {
        padding: 115px 0;
    }

    .capability-card {
        grid-template-columns: 60px 58px minmax(0,1fr) 42px;
        gap: 18px;
        min-height: 180px;
    }

    .capability-content h3 {
        font-size: 32px;
    }

    /* PRODUCTS */

    .products-section {
        padding: 115px 0;
    }

    .products-heading {
        grid-template-columns: 55px minmax(0,1fr);
        gap: 20px;
    }

    .products-meta {
        grid-template-columns: 130px 130px minmax(0,1fr);
    }

    .products-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .product-card-large,
    .product-card-wide,
    .product-card-ibc {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    }

    .product-card-large .product-image,
    .product-card-wide .product-image,
    .product-card-ibc .product-image {
        height: 390px;
    }

    .product-card-large .product-content,
    .product-card-ibc .product-content {
        padding: 34px;
    }

    .product-image-wide {
        height: 390px;
    }

    .product-image-tall {
        height: 440px;
    }

    .product-image-reel {
        height: 390px;
    }

    .product-image-ibc {
        height: 430px;
    }

    /* PROJECTS */

    .projects-section {
        padding: 115px 0 100px;
    }

    .projects-heading {
        grid-template-columns: 55px minmax(0,1fr);
        gap: 22px;
        margin-bottom: 55px;
    }

    .projects-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .project-gallery-4 {
        grid-template-rows: repeat(2, 195px);
    }

    .project-gallery-2 {
        grid-template-rows: 390px;
    }

    .project-gallery-3 {
        grid-template-rows: 195px 195px;
    }

    .project-gallery-1 {
        grid-template-rows: 390px;
    }

    .project-content {
        padding: 28px;
    }

    /* CUSTOMERS */

    .customers-section {
        padding: 110px 0;
    }

    .customers-heading {
        grid-template-columns: 55px minmax(0,1fr);
        gap: 22px;
        margin-bottom: 50px;
    }

    .customers-panel {
        padding: 34px;
    }

    .customers-list {
        gap: 28px;
    }

    /* CONTACT */

    .contact-section {
        padding: 120px 0 60px;
    }

    .contact-heading {
        grid-template-columns: 60px minmax(0,1fr);
        gap: 25px;
        margin-bottom: 65px;
    }

    .contact-main {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-information {
        padding-right: 0;
    }

    .contact-form-wrapper {
        width: 100%;
    }
}


/* =========================================================
   MOBILE / LARGE PHONE
========================================================= */

@media (max-width: 768px) {

    :root {
        --padding: 18px;
    }

    .container {
        width: min(100% - 36px, 680px);
    }

    /* NAV */

    .navbar {
        height: 76px;
    }

    .brand img {
        width: 44px;
        height: 44px;
    }

    .mobile-nav {
        top: 76px;
    }

    .mobile-nav.open {
        max-height: calc(100vh - 76px);
    }

    /* HERO */

    .hero-container {
        gap: 42px;
        padding-top: 115px;
        padding-bottom: 90px;
    }

    .hero-eyebrow {
        flex-wrap: wrap;
        gap: 7px;
        font-size: 8px;
    }

    .eyebrow-divider {
        display: none;
    }

    .hero-title {
        font-size: clamp(44px, 12vw, 64px);
        line-height: .97;
    }

    .hero-description {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.75;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        margin-top: 26px;
    }

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

    .hero-meta {
        margin-top: 34px;
    }

    .hero-image-wrapper {
        width: 100%;
    }

    .hero-image-frame {
        aspect-ratio: .92 / 1;
    }

    .hero-image-label {
        left: 10px;
        bottom: 48px;
        padding: 9px 11px;
    }

    .hero-floating-card {
        right: 8px;
        bottom: 10px;
        width: min(205px, calc(100% - 24px));
        padding: 12px;
    }

    .hero-corner {
        right: -7px;
        top: -7px;
    }

    .hero-marquee {
        height: 44px;
    }

    .marquee-track {
        font-size: 7px;
    }

    /* COMMON SECTION HEADINGS */

    .section-heading {
        grid-template-columns: 42px minmax(0,1fr);
        gap: 14px;
        margin-bottom: 45px;
    }

    .section-heading h2 {
        font-size: clamp(36px, 9vw, 52px);
    }

    /* OVERVIEW / ABOUT */

    .company-overview,
    .about-pcg,
    .vision-mission {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .overview-image-card,
    .overview-image-card img {
        min-height: 360px;
    }

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

    .stat-item:nth-child(2) {
        border-right: none;
    }

    .stat-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .about-pcg-grid {
        grid-template-columns: 42px minmax(0,1fr);
        gap: 16px;
    }

    .about-pcg-content h2 {
        font-size: clamp(36px, 9vw, 52px);
    }

    .about-pcg-description {
        grid-template-columns: 1fr;
    }

    .vm-card {
        padding: 28px;
    }

    .vm-card-content {
        padding-top: 45px;
    }

    .vm-card-content h3 {
        font-size: clamp(29px, 7vw, 42px);
    }

    /* CAPABILITIES */

    .capabilities-section {
        padding: 90px 0;
    }

    .capabilities-heading {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 45px;
    }

    .capabilities-number {
        margin-bottom: -3px;
    }

    .capability-card {
        grid-template-columns: 42px minmax(0,1fr);
        gap: 14px;
        padding: 28px 0;
        min-height: 0;
    }

    .capability-number {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .capability-icon {
        grid-column: 2;
        grid-row: 1;
        width: 44px;
        height: 44px;
        font-size: 17px;
    }

    .capability-content {
        grid-column: 2;
        grid-row: 2;
        min-width: 0;
    }

    .capability-content h3 {
        font-size: clamp(28px, 8vw, 38px);
    }

    .capability-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .capability-arrow {
        position: absolute;
        top: 28px;
        right: 0;
    }

    .capability-card:hover {
        padding-left: 0;
    }

    .capabilities-footer {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .capabilities-footer-line {
        display: none;
    }

    /* PRODUCTS */

    .products-section {
        padding: 90px 0;
    }

    .products-heading {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 48px;
    }

    .products-heading h2 {
        font-size: clamp(36px, 9vw, 52px);
    }

    .products-heading p {
        font-size: 15px;
        line-height: 1.75;
    }

    .products-meta {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-bottom: 38px;
    }

    .products-meta-item {
        padding: 14px 12px;
    }

    .products-meta-description {
        grid-column: 1 / -1;
        display: block;
        padding: 22px 12px 5px;
    }

    .products-meta-description > span {
        display: block;
        margin-bottom: 8px;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .product-card-large,
    .product-card-wide,
    .product-card-ibc {
        grid-column: auto;
        display: block;
    }

    .product-card-reel,
    .product-card-tall {
        display: block;
    }

    .product-image-wide,
    .product-image-tall,
    .product-image-reel,
    .product-image-ibc,
    .product-card-large .product-image,
    .product-card-wide .product-image,
    .product-card-ibc .product-image {
        height: clamp(300px, 72vw, 410px);
    }

    .product-image img,
    .product-image-button img {
        padding: 14px;
    }

    .product-index {
        top: 14px;
        left: 14px;
        width: 38px;
        height: 38px;
        font-size: 10px;
    }

    .product-image-expand {
        right: 14px;
        bottom: 14px;
        width: 38px;
        height: 38px;
        opacity: 1;
        transform: none;
    }

    .product-content,
    .product-card-large .product-content,
    .product-card-ibc .product-content {
        padding: 26px;
    }

    .product-content h3 {
        font-size: clamp(28px, 7vw, 34px);
    }

    .product-content p {
        font-size: 14px;
    }

    .product-gallery-trigger {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .products-footer {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 38px;
    }

    .products-footer-line {
        display: none;
    }

    /* PRODUCT LIGHTBOX */

    .product-lightbox {
        padding: 12px;
    }

    .product-lightbox-dialog {
        width: 100%;
        max-height: 94vh;
    }

    .product-lightbox-top {
        gap: 12px;
        padding: 14px 16px;
    }

    .product-lightbox-counter {
        display: none;
    }

    .product-lightbox-stage {
        height: min(58vh, 460px);
        padding: 18px 48px;
    }

    .product-lightbox-nav {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }

    .product-lightbox-prev {
        left: 8px;
    }

    .product-lightbox-next {
        right: 8px;
    }

    .product-lightbox-bottom {
        padding: 12px 16px;
        font-size: 9px;
    }

    /* PROJECTS */

    .projects-section {
        padding: 90px 0 80px;
    }

    .projects-heading {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-bottom: 46px;
    }

    .projects-heading-number {
        padding-top: 0;
        margin-bottom: -2px;
    }

    .projects-heading-content h2 {
        font-size: clamp(36px, 9vw, 52px);
        line-height: .98;
    }

    .projects-heading-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .projects-meta {
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-bottom: 42px;
    }

    .projects-meta-item {
        padding: 14px 12px;
    }

    .projects-meta-item:nth-child(2) {
        border-right: none;
    }

    .projects-meta-description {
        grid-column: 1 / -1;
        display: block;
        padding: 22px 12px 5px;
    }

    .projects-meta-description > span {
        display: block;
        margin-bottom: 8px;
    }

    .projects-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .project-gallery-4 {
        grid-template-rows: repeat(2, clamp(135px, 34vw, 185px));
    }

    .project-gallery-2 {
        grid-template-rows: clamp(270px, 68vw, 370px);
    }

    .project-gallery-3 {
        grid-template-rows: repeat(2, clamp(135px, 34vw, 185px));
    }

    .project-gallery-1 {
        grid-template-rows: clamp(300px, 78vw, 400px);
    }

    .project-content {
        padding: 24px;
    }

    .project-top {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
    }

    .project-content h3 {
        font-size: clamp(29px, 7vw, 36px);
    }

    .project-content > p {
        font-size: 13px;
        line-height: 1.75;
    }

    .project-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .project-image-expand {
        right: 12px;
        bottom: 12px;
        width: 38px;
        height: 38px;
        opacity: 1;
        transform: none;
    }

    .projects-footer {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 38px;
    }

    .projects-footer-line {
        display: none;
    }

    /* PROJECT LIGHTBOX */

    .project-lightbox {
        padding: 12px;
    }

    .project-lightbox-dialog {
        height: 94vh;
        max-height: 94vh;
    }

    .project-lightbox-top {
        grid-template-columns: minmax(0,1fr) auto;
        gap: 12px;
    }

    .project-lightbox-counter {
        display: none;
    }

    .project-lightbox-stage {
        gap: 8px;
        padding: 16px 0;
    }

    .lightbox-image-wrap {
        width: calc(100vw - 86px);
    }

    .lightbox-nav {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    .project-lightbox-bottom {
        font-size: 8px;
    }

    /* CUSTOMERS */

    .customers-section {
        padding: 90px 0;
    }

    .customers-heading {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 42px;
    }

    .customers-index {
        padding-top: 0;
    }

    .customers-index-line {
        display: none;
    }

    .customers-heading-content h2 {
        margin-top: 10px;
        font-size: clamp(38px, 10vw, 54px);
        line-height: 1;
    }

    .customers-heading-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .customers-panel {
        padding: 24px;
    }

    .customers-panel-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .customers-panel-header h3 {
        font-size: clamp(28px, 7vw, 34px);
        line-height: 1.05;
    }

    .customers-list {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 22px 0;
    }

    .customers-divider {
        width: 100%;
        height: 1px;
        margin: 8px 0;
    }

    .customer-item {
        min-height: 44px;
        font-size: 12px;
    }

    .customers-panel-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    /* CONTACT */

    .contact-section {
        padding: 95px 0 48px;
    }

    .contact-heading {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 48px;
    }

    .contact-index {
        padding-top: 0;
    }

    .contact-index-line {
        display: none;
    }

    .contact-heading-content h2 {
        margin-top: 10px;
        font-size: clamp(42px, 11vw, 62px);
        line-height: .95;
    }

    .contact-heading-content p {
        font-size: 14px;
        line-height: 1.75;
    }

    .contact-main {
        gap: 42px;
    }

    .contact-info-header h3,
    .contact-form-header h3 {
        font-size: clamp(29px, 7vw, 36px);
    }

    .contact-info-intro {
        font-size: 13px;
        line-height: 1.75;
    }

    .contact-form-wrapper {
        padding: 26px 20px;
    }

    .contact-form {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .contact-field-full {
        grid-column: auto;
    }

    .contact-form-footer {
        grid-column: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .contact-submit {
        width: 100%;
        justify-content: space-between;
    }

    .contact-footer {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 48px;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .contact-footer span:last-child {
        margin-left: 0;
        text-align: left;
        white-space: normal;
    }
}


/* =========================================================
   SMALL PHONE
========================================================= */

@media (max-width: 576px) {

    .container {
        width: min(100% - 32px, 540px);
    }

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

    .brand-text span {
        font-size: 6px;
    }

    .hero-title {
        font-size: clamp(40px, 12vw, 56px);
    }

    .hero-meta {
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .hero-meta-divider {
        margin-inline: 10px;
    }

    .overview-image-card,
    .overview-image-card img {
        min-height: 320px;
    }

    .company-stats {
        grid-template-columns: 1fr;
    }

    .stat-item {
        min-height: 110px;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

    .stat-item:last-child {
        border-bottom: none;
    }

    .about-pcg-grid {
        grid-template-columns: 1fr;
    }

    .about-pcg-index {
        display: none;
    }

    .about-highlight {
        grid-template-columns: 42px minmax(0,1fr);
    }

    .vm-card {
        padding: 23px;
    }

    .products-meta,
    .projects-meta {
        grid-template-columns: 1fr 1fr;
    }

    .products-meta-item,
    .projects-meta-item {
        min-width: 0;
        padding: 13px 10px;
    }

    .product-image-wide,
    .product-image-tall,
    .product-image-reel,
    .product-image-ibc,
    .product-card-large .product-image,
    .product-card-wide .product-image,
    .product-card-ibc .product-image {
        height: clamp(270px, 78vw, 340px);
    }

    .product-content,
    .product-card-large .product-content,
    .product-card-ibc .product-content {
        padding: 22px;
    }

    .product-content h3 {
        font-size: 27px;
    }

    .product-gallery-trigger {
        margin-top: 22px;
        padding-top: 16px;
    }

    .product-lightbox {
        padding: 8px;
    }

    .product-lightbox-dialog {
        max-height: 96vh;
    }

    .product-lightbox-stage {
        height: 52vh;
        min-height: 260px;
        padding-inline: 42px;
    }

    .product-lightbox-nav {
        width: 34px;
        height: 34px;
    }

    .product-lightbox-prev {
        left: 5px;
    }

    .product-lightbox-next {
        right: 5px;
    }

    .project-gallery-4 {
        grid-template-rows: repeat(2, 135px);
    }

    .project-gallery-2 {
        grid-template-rows: 270px;
    }

    .project-gallery-3 {
        grid-template-rows: repeat(2, 135px);
    }

    .project-gallery-1 {
        grid-template-rows: 300px;
    }

    .project-content {
        padding: 21px;
    }

    .project-content h3 {
        font-size: 28px;
    }

    .project-category {
        font-size: 8px;
    }

    .project-lightbox {
        padding: 8px;
    }

    .lightbox-image-wrap {
        width: calc(100vw - 72px);
    }

    .lightbox-nav {
        width: 31px;
        height: 31px;
        font-size: 12px;
    }

    .customers-panel {
        padding: 19px;
    }

    .customers-heading-content h2 {
        font-size: 37px;
    }

    .customers-panel-header h3 {
        font-size: 26px;
    }

    .customer-item {
        gap: 11px;
        font-size: 11px;
    }

    .customer-check {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .contact-heading-content h2 {
        font-size: 39px;
    }

    .contact-info-item {
        gap: 11px;
        padding: 15px 0;
    }

    .contact-info-icon {
        width: 34px;
        height: 34px;
        font-size: 12px;
    }

    .contact-info-content strong,
    .contact-address .contact-info-content strong {
        font-size: 12px;
    }

    .contact-form-wrapper {
        padding: 23px 16px;
    }

    .contact-form-footer > span {
        font-size: 8px;
        line-height: 1.5;
    }

    .contact-footer {
        gap: 9px;
    }
}


/* =========================================================
   VERY SMALL PHONE
========================================================= */

@media (max-width: 390px) {

    .container {
        width: calc(100% - 28px);
    }

    .brand-text {
        display: none;
    }

    .hero-container {
        padding-top: 105px;
        padding-bottom: 78px;
    }

    .hero-title {
        font-size: 39px;
    }

    .hero-floating-card {
        width: min(185px, calc(100% - 20px));
    }

    .hero-meta-divider {
        margin-inline: 7px;
    }

    .products-meta-item strong,
    .projects-meta-item strong {
        font-size: 30px;
    }

    .product-image-wide,
    .product-image-tall,
    .product-image-reel,
    .product-image-ibc,
    .product-card-large .product-image,
    .product-card-wide .product-image,
    .product-card-ibc .product-image {
        height: 255px;
    }

    .product-content,
    .product-card-large .product-content,
    .product-card-ibc .product-content {
        padding: 19px;
    }

    .product-content h3 {
        font-size: 25px;
    }

    .project-gallery-4 {
        grid-template-rows: repeat(2, 118px);
    }

    .project-gallery-2 {
        grid-template-rows: 236px;
    }

    .project-gallery-3 {
        grid-template-rows: repeat(2, 118px);
    }

    .project-gallery-1 {
        grid-template-rows: 265px;
    }

    .project-content {
        padding: 19px;
    }

    .project-content h3 {
        font-size: 26px;
    }

    .customers-panel {
        padding: 16px;
    }

    .customers-heading-content h2 {
        font-size: 34px;
    }

    .contact-heading-content h2 {
        font-size: 36px;
    }

    .contact-form-wrapper {
        padding: 20px 14px;
    }
}


/* =========================================================
   TOUCH DEVICES
   Remove desktop hover-only behavior where there is no hover.
========================================================= */

@media (hover: none) and (pointer: coarse) {

    .product-image-expand,
    .project-image-expand {
        opacity: 1;
        transform: none;
    }

    .product-card:hover,
    .project-card:hover,
    .vm-card:hover {
        transform: none;
    }

    .product-image-button:hover img,
    .product-card:hover .product-image img,
    .project-image:hover img {
        transform: none;
    }

    .capability-card:hover {
        padding-left: 0;
    }

    .contact-info-item:hover {
        transform: none;
    }
}
