/* Industry Detail */
.industry-detail {
    color: #071528;
    background: #ffffff;
}

/* Transparent Header over Industry Hero */
body.single-ligled_industry
.site-header:not(.is-scrolled) {
    color: #ffffff;
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

/* Hero */
.industry-hero {
    position: relative;
    display: flex;
    min-height: 820px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            90deg,
            rgba(2, 15, 32, 0.94) 0%,
            rgba(2, 15, 32, 0.72) 45%,
            rgba(2, 15, 32, 0.2) 100%
        ),
        var(--industry-hero-image),
        #06182d;
    background-position: center;
    background-size: cover;
}

.industry-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(2, 14, 30, 0.16),
            rgba(2, 14, 30, 0.56)
        );
}

.industry-hero__inner {
    position: relative;
    z-index: 1;
    display: flex;
    padding-top: 140px;
    padding-bottom: 58px;
    flex-direction: column;
}

.industry-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.industry-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
}

.industry-hero__content {
    max-width: 900px;
    margin: auto 0;
    padding: 70px 0;
}

.industry-hero__content h1 {
    max-width: 950px;
    margin: 20px 0 28px;
    color: #ffffff;
    font-size: clamp(64px, 8vw, 118px);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.9;
}

.industry-hero__content h2 {
    max-width: 720px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(24px, 2.5vw, 38px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.25;
}

.industry-hero__excerpt {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.75;
}

.industry-hero__excerpt p {
    margin: 0;
}

.industry-hero__scroll {
    display: flex;
    padding-top: 20px;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
    font-weight: 700;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    text-transform: uppercase;
}

/* Overview */
.industry-overview {
    padding: 120px 0;
    background: #ffffff;
}

.industry-overview__grid {
    display: grid;
    grid-template-columns:
        minmax(300px, 0.85fr)
        minmax(0, 1.15fr);
    gap: clamp(70px, 9vw, 140px);
    align-items: start;
}

.industry-overview header h2 {
    margin: 20px 0 0;
    color: #071528;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.industry-overview__content {
    padding-left: 48px;
    color: #4e5e73;
    font-size: 18px;
    line-height: 1.85;
    border-left: 1px solid #dce3eb;
}

.industry-overview__content > :first-child {
    margin-top: 0;
}

.industry-overview__content > :last-child {
    margin-bottom: 0;
}

/* Shared Headings */
.industry-section-heading {
    display: grid;
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(280px, 0.75fr);
    margin-bottom: 56px;
    align-items: end;
    gap: 70px;
}

.industry-section-heading h2 {
    max-width: 850px;
    margin: 18px 0 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.02;
}

.industry-section-heading > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.75;
}

.industry-section-heading--dark h2 {
    color: #071528;
}

/* Challenges */
.industry-challenges {
    padding: 110px 0 120px;
    color: #ffffff;
    background: #06182d;
}

.industry-challenge-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.industry-challenge-grid li {
    min-height: 230px;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.industry-challenge-grid span {
    display: block;
    margin-bottom: 52px;
    color: #1687ec;
    font-size: 12px;
    font-weight: 700;
}

.industry-challenge-grid p {
    max-width: 330px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.55;
}

/* Solutions */
.industry-solutions {
    padding: 115px 0 125px;
    background: #f3f6f9;
}

.industry-solution-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.industry-solution-card {
    display: grid;
    min-height: 480px;
    grid-template-columns: 1.05fr 0.95fr;
    color: #071528;
    background: #ffffff;
    border: 1px solid #dce3eb;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.industry-solution-card:hover {
    color: #071528;
    box-shadow: 0 25px 60px rgba(5, 31, 59, 0.12);
    transform: translateY(-5px);
}

.industry-solution-card__image {
    min-height: 100%;
    overflow: hidden;
    background: #dce5ee;
}

.industry-solution-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.industry-solution-card:hover
.industry-solution-card__image img {
    transform: scale(1.04);
}

.industry-solution-card__content {
    display: flex;
    padding: 34px;
    flex-direction: column;
}

.industry-solution-card h3 {
    margin: 18px 0;
    color: #071528;
    font-size: 31px;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.industry-solution-card__content > p:not(.eyebrow) {
    color: #5a697c;
    line-height: 1.7;
}

.industry-solution-card__content > span {
    padding-top: 18px;
    margin-top: auto;
    color: #0068c9;
    font-size: 12px;
    font-weight: 700;
    border-top: 1px solid #dce3eb;
    text-transform: uppercase;
}

/* Products */
.industry-products {
    padding: 115px 0 125px;
    background: #ffffff;
}

.industry-product-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.industry-product-card {
    color: #071528;
    background: #f3f6f9;
    border: 1px solid #dce3eb;
}

.industry-product-card__image {
    aspect-ratio: 1.15;
    overflow: hidden;
    background: #e7edf3;
}

.industry-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.industry-product-card:hover
.industry-product-card__image img {
    transform: scale(1.04);
}

.industry-product-card__content {
    position: relative;
    min-height: 135px;
    padding: 25px 70px 25px 25px;
}

.industry-product-card__content p {
    margin: 0 0 8px;
    color: #68768a;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.industry-product-card h3 {
    margin: 0;
    color: #071528;
    font-size: 23px;
    letter-spacing: -0.025em;
}

.industry-product-card__content > span {
    position: absolute;
    right: 25px;
    bottom: 27px;
    color: #0068c9;
    font-size: 22px;
}

/* Projects */
.industry-projects {
    padding: 115px 0 125px;
    color: #ffffff;
    background: #06182d;
}

.industry-project-grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.industry-project-card {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    color: #ffffff;
    background: #0a213d;
}

.industry-project-card > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.industry-project-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        180deg,
        transparent 25%,
        rgba(2, 13, 28, 0.92) 100%
    );
}

.industry-project-card:hover > img {
    transform: scale(1.04);
}

.industry-project-card > div {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 36px;
}

.industry-project-card h3 {
    margin: 15px 0 22px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: -0.04em;
    line-height: 1.05;
}

.industry-project-card > div > span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Enquiry */
.industry-enquiry {
    padding: 90px 0;
    color: #ffffff;
    background: #0068c9;
}

.industry-enquiry__inner {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 50px;
}

.industry-enquiry h2 {
    max-width: 900px;
    margin: 18px 0 0;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 68px);
    letter-spacing: -0.055em;
    line-height: 1;
}

.industry-enquiry .button {
    flex: 0 0 auto;
    color: #071528;
    background: #ffffff;
}

/* Responsive */
@media (max-width: 1050px) {
    .industry-solution-grid,
    .industry-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .industry-solution-card {
        grid-template-columns: 1fr;
    }

    .industry-solution-card__image {
        min-height: 300px;
    }
}

@media (max-width: 800px) {
    .industry-hero {
        min-height: 720px;
    }

    .industry-overview__grid,
    .industry-section-heading {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .industry-overview__content {
        padding-left: 0;
        border-left: 0;
    }

    .industry-challenge-grid {
        grid-template-columns: 1fr 1fr;
    }

    .industry-project-grid {
        grid-template-columns: 1fr;
    }

    .industry-enquiry__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .industry-hero {
        min-height: 680px;
    }

    .industry-hero__inner {
        padding-top: 115px;
    }

    .industry-hero__content h1 {
        font-size: clamp(52px, 17vw, 76px);
    }

    .industry-overview,
    .industry-challenges,
    .industry-solutions,
    .industry-products,
    .industry-projects {
        padding: 75px 0 82px;
    }

    .industry-challenge-grid,
    .industry-solution-grid,
    .industry-product-grid {
        grid-template-columns: 1fr;
    }

    .industry-challenge-grid li {
        min-height: 190px;
    }

    .industry-enquiry {
        padding: 70px 0;
    }

    .industry-enquiry .button {
        width: 100%;
    }
}