﻿@font-face {
  font-family: "Agrandir";
  src: url("../assets/agrandir-font-family/Agrandir-Regular.otf")
    format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Agrandir";
  src: url("../assets/agrandir-font-family/Agrandir-TextBold.otf")
    format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Agrandir";
  src: url("../assets/agrandir-font-family/Agrandir-GrandHeavy.otf")
    format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Agrandir";
  src: url("../assets/agrandir-font-family/Agrandir-ThinItalic.otf")
    format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Agrandir", sans-serif !important;
}

:root {
  --primary-color: #f77820;
  --txt-primary-color: #102b4e;
  --txt-white-color: #fff;
}
a {
  color: var(--txt-primary-color);
  text-decoration: none;
}
.font-color {
  color: var(--txt-primary-color);
}
.topBar a {
  position: relative;
  font-size: 14px;
}
.catalogue-future-pillars article strong i{
  margin-bottom: 5px;
}
.topBar a:hover {
  color: var(--primary-color);
}
.seperate-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 35px;
  display: block;
  background-color: var(--primary-color);
  top: -5px;
  right: -10px;
}
hr {
  margin: 0;
  padding: 0;
}
.topBar > div {
  padding: 15px;
}

/* Full-width website layout, with the reference's navy and orange palette. */
.bcf-page {
    color: #123252;
    font-family: Arial, Helvetica, sans-serif;
}

.bcf-page,
.bcf-page * {
    box-sizing: border-box;
}

.bcf-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100vh;
    padding: clamp(32px, 4vw, 72px) clamp(20px, 5vw, 96px) 0;
    overflow: hidden;
    background: #f0f2f1;
}

.bcf-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: conic-gradient(from 30deg at 50% 50%, #e8eae980 0deg 60deg, #fafbfa60 60deg 120deg, #dfe2e180 120deg 180deg, #f4f5f470 180deg 240deg, #d8dbda60 240deg 300deg, #eef0ef80 300deg);
    background-size: 420px 480px;
    opacity: .55;
}

.bcf-kicker {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ff651c;
}

.bcf-kicker span {
    padding: 7px 16px;
    background: #ff651c;
    color: white;
    font-size: clamp(13px, 1.2vw, 18px);
    line-height: 1.2;
}

.bcf-kicker b {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
}

.bcf-title {
    margin: 18px 0 32px;
    font-size: clamp(28px, 3.2vw, 54px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.14;
}

.bcf-ribbon {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    gap: 0 .28em;
    min-height: 62px;
    margin: 0;
    padding: 14px 48px 14px 18px;
    background: #102e4f;
    color: white;
    font-size: clamp(17px, 1.4vw, 23px);
    font-weight: 700;
    line-height: 1.35;
}

.bcf-ribbon br {
    display: none;
}

.bcf-product .bcf-ribbon br {
  display: block;
}

.bcf-ribbon::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    background: linear-gradient(109deg, transparent 0 27%, #f0f2f1 29% 41%, #ff681e 43%);
}

.bcf-ribbon--wide {
    width: 100%;
}

.bcf-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 32px);
}

.bcf-primary {
    margin-top: 24px;
}

.bcf-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: white;
    box-shadow: 0 5px 18px #102e4f0a;
}

.bcf-card img {
    display: block;
    width: 100%;
    height: clamp(260px, 27vw, 460px);
    object-fit: cover;
    background: white;
}

.bcf-card .bcf-photo {
    object-fit: cover;
    background: #c6d4df;
}

.bcf-card figcaption {
    display: flex;
    align-items: center;
    flex: 1;
    min-height: 48px;
    padding: 12px 14px;
    border-left: 3px solid #fc702e;
    background: #102e4f;
    color: white;
    font-size: clamp(12px, 1vw, 15px);
    line-height: 1.45;
}

.bcf-secondary {
    margin-top: 36px;
    align-items: stretch;
}

.bcf-product {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
}

.bcf-product .bcf-card {
    margin-top: 24px;
}

.bcf-footer {
    width: fit-content;
    margin: 48px 0 0 auto;
    padding: 10px 18px;
    background: #123252;
    color: white;
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 1.5;
    clip-path: polygon(7px 0, 100% 0, 100% 100%, 0 100%);
}

.bcf-footer span {
    margin: 0 8px;
}

@media (min-width: 701px) and (max-width: 1024px) {
    .bcf-page {
        padding-inline: 24px;
    }

    .bcf-grid {
        gap: 16px;
    }

    .bcf-ribbon {
        min-height: 76px;
        padding-left: 12px;
        font-size: 17px;
    }

    .bcf-ribbon--wide {
        min-height: 58px;
    }

    .bcf-card img {
        height: 280px;
    }
}

@media (max-width: 700px) {
    .bcf-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .bcf-title {
        margin-bottom: 24px;
    }

    .bcf-ribbon {
        min-height: 58px;
        font-size: 18px;
    }

    .bcf-card img {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .bcf-primary,
    .bcf-product .bcf-card {
        margin-top: 16px;
    }

    .bcf-secondary {
        margin-top: 28px;
        gap: 28px;
    }

    .bcf-footer {
        margin-top: 32px;
        font-size: 11px;
    }
}

/* Special application systems page. */
.bsp-page,
.bsp-page * {
    box-sizing: border-box;
}

.bsp-page {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    width: 100%;
    padding: clamp(28px, 4vw, 70px) clamp(20px, 7vw, 110px) 22px;
    color: #143354;
    background: #f0f2f1;
    font-family: Arial, Helvetica, sans-serif;
}

.bsp-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
    background-size: 380px 440px;
}

.bsp-kicker {
    display: flex;
    align-items: center;
    color: #ff671f;
    gap: 5px;
}

.bsp-kicker span {
    background: #ff671f;
    color: #fff;
    padding: 5px 12px;
    font-size: clamp(12px, 1.25vw, 19px);
}

.bsp-kicker b {
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1;
    font-weight: 400;
}

.bsp-title {
    margin: 12px 0 18px;
    font-size: clamp(27px, 3vw, 48px);
    line-height: 1.15;
    letter-spacing: -.04em;
    font-weight: 400;
}

.bsp-ribbon {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 8px 44px 8px 12px;
    color: #fff;
    background: #102f50;
    font-size: clamp(17px, 1.6vw, 24px);
    font-weight: 600;
    line-height: 1.3;
}

.bsp-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 34px;
    height: 100%;
    background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bsp-climbing-grid {
    display: grid;
    grid-template-columns: 1.55fr 1fr .95fr;
    gap: clamp(16px, 2vw, 30px);
    align-items: stretch;
    margin-top: 24px;
}

.bsp-features {
    display: grid;
    align-content: start;
    gap: 13px;
    padding: 0 0 0 17px;
    margin: 0;
    font-size: clamp(13px, 1.05vw, 17px);
    line-height: 1.4;
}

.bsp-features li {
    padding-left: 2px;
}

.bsp-features li::marker {
    color: #ff671f;
    font-size: .85em;
}

.bsp-media {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
}

.bsp-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bsp-media--drawing,
.bsp-media--section,
.bsp-media--plan {
    border: 1px solid #143354;
}

.bsp-media--climbing {
    background: linear-gradient(#e5ebef, #fff);
}

.bsp-climbing-grid>.bsp-media {
    min-height: 330px;
}

.bsp-shaft {
    margin-top: 32px;
}

.bsp-description {
    max-width: 1100px;
    margin: 13px 0 18px;
    font-size: clamp(15px, 1.35vw, 20px);
    line-height: 1.5;
}

.bsp-shaft-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 18px;
}

.bsp-drawings {
    display: grid;
    grid-template-rows: 3fr 5fr;
    gap: 10px;
    min-width: 0;
}

.bsp-media--shaft {
    aspect-ratio: 1.2;
    background: #c67a66;
}

.bsp-media--shaft img {
    object-fit: cover;
}

.bsp-footer {
    width: fit-content;
    max-width: 100%;
    margin: 36px 0 0 auto;
    padding: 6px 15px;
    color: white;
    background: #102f50;
    font-family: Georgia, serif;
    font-size: 11px;
    line-height: 1.5;
    clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%);
}

.bsp-footer span {
    margin: 0 8px;
}

@media (min-width: 1600px) {
    .bsp-climbing-grid>.bsp-media {
        max-height: 500px;
    }

    .bsp-shaft-grid {
        grid-template-columns: 2fr 3fr;
    }

    .bsp-media--shaft {
        max-height: 660px;
        aspect-ratio: auto;
    }
}

@media (max-width: 1000px) {
    .bsp-page {
        padding-inline: 28px;
    }

    .bsp-climbing-grid {
        grid-template-columns: 1fr 1fr;
    }

    .bsp-features {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr;
        column-gap: 32px;
        font-size: 15px;
    }

    .bsp-climbing-grid>.bsp-media {
        height: 350px;
    }
}

@media (max-width: 600px) {
    .bsp-page {
        padding: 28px 18px 18px;
    }

    .bsp-title {
        font-size: 28px;
        margin-top: 14px;
    }

    .bsp-features {
        grid-template-columns: 1fr;
        gap: 12px;
        font-size: 14px;
    }

    .bsp-climbing-grid {
        gap: 12px;
        margin-top: 18px;
    }

    .bsp-climbing-grid>.bsp-media {
        min-height: 0;
        height: 250px;
    }

    .bsp-shaft {
        margin-top: 26px;
    }

    .bsp-shaft-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bsp-media--section {
        aspect-ratio: 2.3;
    }

    .bsp-media--plan {
        aspect-ratio: 1.4;
    }

    .bsp-ribbon {
        font-size: 17px;
    }

    .bsp-footer {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .bsp-climbing-grid {
        grid-template-columns: 1fr;
    }

    .bsp-climbing-grid>.bsp-media {
        height: 320px;
    }
}

/* BJ single sided formwork: all selectors are scoped to this page. */
.bsf-page,
.bsf-page * {
    box-sizing: border-box;
}

.bsf-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100vh;
    padding: clamp(30px, 4vw, 72px) clamp(20px, 7vw, 112px) 24px;
    color: #143354;
    background: #f0f2f1;
    font-family: Arial, Helvetica, sans-serif;
}

.bsf-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
    background-size: 380px 440px;
}

.bsf-kicker {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ff671f;
}

.bsf-kicker span {
    padding: 5px 12px;
    background: #ff671f;
    color: white;
    font-size: clamp(12px, 1.25vw, 19px);
    line-height: 1.2;
}

.bsf-kicker b {
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: 1;
    font-weight: 400;
}

.bsf-title {
    margin: 12px 0 22px;
    font-size: clamp(28px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.bsf-ribbon {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 8px 42px 8px 13px;
    background: #102f50;
    color: white;
    font-size: clamp(16px, 1.4vw, 23px);
    font-weight: 600;
    line-height: 1.35;
}

.bsf-ribbon::after {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    width: 34px;
    height: 100%;
    background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bsf-timber-grid {
    display: grid;
    grid-template-columns: 1.2fr .42fr 1fr;
    gap: 22px;
    margin-top: 24px;
}

.bsf-overview {
    padding-top: 3px;
    min-width: 0;
}

.bsf-product-title {
    margin: 0 0 7px;
    font-size: clamp(18px, 1.65vw, 26px);
    line-height: 1.2;
}

.bsf-overview-title {
    margin: 0 0 13px;
    font-size: clamp(13px, 1.1vw, 17px);
    line-height: 1.4;
}

.bsf-features {
    display: grid;
    gap: 9px;
    margin: 0;
    padding-left: 17px;
    font-size: clamp(14px, 1.2vw, 19px);
    line-height: 1.4;
}

.bsf-features li::marker {
    color: #ff671f;
    font-size: .85em;
}

.bsf-media {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #dde4e8;
}

.bsf-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bsf-detail-images {
    display: grid;
    grid-template-rows: 1fr;
    min-height: 0;
}

.bsf-detail-images .bsf-media {
    min-height: 0;
    height: 100%;
}

.bsf-timber-photo {
    min-height: 340px;
    height: clamp(340px, 32vw, 480px);
}

.bsf-lower-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.4fr;
    align-items: start;
    gap: 32px;
    margin-top: 32px;
}

.bsf-mkhd,
.bsf-frame {
    min-width: 0;
}

.bsf-mkhd .bsf-ribbon {
    width: max-content;
    max-width: calc(100% + 110px);
    z-index: 1;
}

.bsf-mkhd-photo {
    width: 90%;
    aspect-ratio: 1.03;
    margin-top: 22px;
}

.bsf-frame {
    padding-top: clamp(66px, 7vw, 106px);
}

.bsf-frame .bsf-ribbon {
    width: 100%;
}

.bsf-frame-images {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 12px;
    margin-top: 22px;
}

.bsf-frame-images .bsf-media {
    height: clamp(300px, 30vw, 480px);
}

.bsf-footer {
    width: fit-content;
    max-width: 100%;
    margin: 40px 0 0 auto;
    padding: 6px 15px;
    background: #102f50;
    color: white;
    font-family: Georgia, serif;
    font-size: 11px;
    line-height: 1.5;
    clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%);
}

.bsf-footer span {
    margin: 0 8px;
}

@media (max-width: 1000px) {
    .bsf-page {
        padding-inline: 28px;
    }

    .bsf-timber-grid {
        grid-template-columns: 1.2fr .55fr 1fr;
        gap: 14px;
    }

    .bsf-features {
        font-size: 14px;
        gap: 8px;
    }

    .bsf-product-title {
        font-size: 18px;
    }

    .bsf-lower-grid {
        gap: 22px;
    }

    .bsf-frame-images .bsf-media {
        height: 310px;
    }
}

@media (max-width: 700px) {
    .bsf-page {
        padding: 28px 18px 18px;
    }

    .bsf-timber-grid {
        grid-template-columns: .65fr 1.35fr;
        gap: 14px;
        margin-top: 20px;
    }

    .bsf-overview {
        grid-column: 1 / -1;
        margin-bottom: 6px;
    }

    .bsf-features {
        font-size: 15px;
    }

    .bsf-timber-photo {
        height: 330px;
        min-height: 0;
    }

    .bsf-lower-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 28px;
    }

    .bsf-mkhd .bsf-ribbon {
        width: fit-content;
        max-width: 100%;
    }

    .bsf-mkhd-photo {
        width: 100%;
        aspect-ratio: 1.15;
        margin-top: 16px;
    }

    .bsf-frame {
        padding-top: 0;
    }

    .bsf-frame-images {
        margin-top: 16px;
        gap: 10px;
    }

    .bsf-frame-images .bsf-media {
        height: clamp(240px, 65vw, 380px);
    }

    .bsf-footer {
        font-size: 10px;
        margin-top: 28px;
    }
}

@media (max-width: 360px) {
    .bsf-title {
        font-size: 26px;
    }

    .bsf-ribbon {
        font-size: 15px;
    }

    .bsf-frame-images {
        grid-template-columns: 1fr;
    }
}

/* Horizontal formworks: page-specific website layout. */
.bfb-page,
.bfb-page * {
  box-sizing: border-box;
}

.bfb-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(22px, 2.7vw, 42px) clamp(20px, 5vw, 78px) 28px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bfb-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bfb-header {
  margin-bottom: 14px;
}

.bfb-kicker {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ff671f;
}

.bfb-kicker span {
  padding: 5px 12px;
  background: #ff671f;
  color: white;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.2;
}

.bfb-kicker b {
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.bfb-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 6px 48px 6px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 600;
  line-height: 1.25;
}

.bfb-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 38px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bfb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 58px);
  margin-top: 20px;
}

.bfb-item {
  min-width: 0;
}

.bfb-copy {
  min-height: 88px;
}

.bfb-copy h2,
.bfb-copy p {
  margin: 0;
}

.bfb-copy h2 {
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.08;
}

.bfb-copy p {
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 1.05;
}

.bfb-item figure {
  height: clamp(180px, 20vw, 285px);
  margin: 0;
}

.bfb-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bfp-page,
.bfp-page * {
  box-sizing: border-box;
}

.bfp-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 30px) clamp(15px, 2.5vw, 40px) 22px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bfp-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bfp-section {
  max-width: 980px;
  margin: 0 auto 12px;
}

.bfp-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 4px 38px 4px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.7vw, 24px);
  line-height: 1.15;
}

.bfp-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 34px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bfp-plywood-heading {
  margin: 10px 0 4px;
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 700;
}

.bfp-plywood-layout {
  display: grid;
  grid-template-columns: .95fr 1.7fr;
  gap: 12px;
  align-items: center;
}

.bfp-plywood-copy {
  max-width: 315px;
  padding: 5px 8px;
  border: 1px solid #f1a16f;
  border-radius: 7px;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.12;
}

.bfp-plywood-copy ol {
  margin: 0;
  padding-left: 17px;
}

.bfp-plywood-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: center;
}

.bfp-plywood-images img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: contain;
}

.bfp-formliners {
  margin-top: 8px;
}

.bfp-formliners h3 {
  margin: 8px 0 8px;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.1;
}

.bfp-formliners figure {
  margin: 0;
  padding: 9px;
  border: 1px dashed #f1a16f;
  border-radius: 10px;
  background: #fff;
}

.bfp-formliners figure img {
  display: block;
  width: 100%;
  height: auto;
}

.bfa-page,
.bfa-page * {
  box-sizing: border-box;
}

.bfa-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 32px) clamp(12px, 2.4vw, 38px) 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bfa-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bfa-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bfa-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 5px 48px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.15;
}

.bfa-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bfa-gallery {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1.05fr 1.05fr;
  gap: 6px;
  align-items: stretch;
}

.bfa-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 6px;
  min-width: 0;
}

.bfa-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: white;
}

.bfa-stack .bfa-image {
  height: 225px;
}

.bfa-gallery > .bfa-image {
  height: 456px;
}

.bfa-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bfa-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 9px;
  background: #102f50;
  color: white;
  font-size: clamp(10px, .85vw, 13px);
  line-height: 1.1;
}

.bfg-page,
.bfg-page * {
  box-sizing: border-box;
}

.bfg-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 32px) clamp(12px, 2.4vw, 38px) 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bfg-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bfg-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bfg-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 5px 48px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.15;
}

.bfg-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bfg-subtitle {
  margin: 4px 0 18px;
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.1;
}

.bfg-showcase {
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #102f50;
}

.bfg-images {
  display: grid;
  grid-template-columns: .7fr 1fr;
  height: clamp(230px, 31vw, 390px);
}

.bfg-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bfg-showcase figcaption {
  position: relative;
  padding: 6px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(10px, .9vw, 13px);
  line-height: 1.1;
}

.bfg-showcase figcaption::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 5px;
  width: 2px;
  background: #ff671f;
}

.bft-page,
.bft-page * {
  box-sizing: border-box;
}

.bft-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 32px) clamp(12px, 2.4vw, 38px) 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bft-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bft-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bft-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 5px 48px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.15;
}

.bft-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bft-showcase {
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #102f50;
}

.bft-images {
  display: grid;
  grid-template-columns: 1.35fr .9fr 1.35fr;
  gap: 3px;
  height: clamp(230px, 31vw, 390px);
}

.bft-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bft-showcase figcaption {
  position: relative;
  padding: 6px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(10px, .9vw, 13px);
  line-height: 1.1;
}

.bft-showcase figcaption::before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 5px;
  width: 2px;
  background: #ff671f;
}

.bhs-page,
.bhs-page * {
  box-sizing: border-box;
}

.bhs-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 32px) clamp(12px, 2.4vw, 38px) 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bhs-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bhs-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bhs-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 5px 48px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.15;
}

.bhs-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bhs-grid {
  display: grid;
  grid-template-columns: 1.15fr .72fr 1.9fr 1.9fr;
  grid-template-rows: 1.15fr .95fr;
  gap: 7px;
  min-height: 500px;
}

.bhs-feature {
  grid-column: 1;
  grid-row: 1;
  padding: 10px 12px;
  border: 1px solid #f1a16f;
  border-radius: 10px;
  background: #f6eee8;
}

.bhs-feature h2 {
  margin: 0 0 8px;
  padding: 5px 7px;
  border-radius: 5px;
  background: #ff671f;
  color: white;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.1;
}

.bhs-feature ul {
  margin: 0;
  padding-left: 18px;
  font-size: clamp(13px, 1.15vw, 17px);
  line-height: 1.35;
}

.bhs-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bhs-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bhs-drawing-top {
  grid-column: 2;
  grid-row: 1;
}

.bhs-project-top {
  grid-column: 3 / 5;
  grid-row: 1;
}

.bhs-drawing-bottom {
  grid-column: 1 / 3;
  grid-row: 2;
}

.bhs-project-bottom-left {
  grid-column: 3;
  grid-row: 2;
}

.bhs-project-bottom-right {
  grid-column: 4;
  grid-row: 2;
}

.bhs-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(10px, .9vw, 13px);
  line-height: 1.1;
}

.bhs-image figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 13px;
  margin-right: 7px;
  vertical-align: -2px;
  background: #ff671f;
}

.bht-page,
.bht-page * {
  box-sizing: border-box;
}

.bht-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: clamp(18px, 2vw, 32px) clamp(12px, 2.4vw, 38px) 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bht-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bht-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bht-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 5px 48px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.65vw, 24px);
  line-height: 1.15;
}

.bht-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bht-top-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.5fr 1.6fr;
  gap: 8px;
  align-items: stretch;
}

.bht-card {
  padding: 10px 12px;
  border: 1px solid #f1a16f;
  border-radius: 10px;
  background: #f6eee8;
}

.bht-card ul {
  margin: 0;
  padding-left: 17px;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.35;
}

.bht-features h2 {
  width: fit-content;
  margin: -6px 0 7px;
  padding: 5px 8px;
  border-radius: 4px;
  background: #ff671f;
  color: white;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1;
}

.bht-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bht-drawing {
  height: 230px;
}

.bht-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bht-drawing img {
  object-fit: contain;
}

.bht-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.bht-project-grid .bht-image {
  height: 245px;
}

.bht-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(10px, .9vw, 13px);
  line-height: 1.1;
}

.bht-image figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 13px;
  margin-right: 7px;
  vertical-align: -2px;
  background: #ff671f;
}

.scaffold-page,
.scaffold-page * {
  box-sizing: border-box;
}

.scaffold-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 15px 18px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.scaffold-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.scaffold-sheet {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px dashed #ff671f;
  border-radius: 8px;
  background: #fff;
}

.scaffold-ribbon {
  margin: 0;
  padding: 8px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.8vw, 25px);
  line-height: 1.1;
}

.scaffold-headings {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 54px;
  padding: 8px 10px;
  background: #102f50;
  color: white;
  text-align: center;
  font-size: clamp(14px, 1.35vw, 19px);
  font-weight: 700;
  line-height: 1.05;
}

.scaffold-row {
  padding: 8px 12px 14px;
}

.scaffold-row h2 {
  width: fit-content;
  margin: 0 0 4px;
  padding: 4px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.1;
}

.scaffold-assets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 190px;
}

.scaffold-assets img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.scaffold-assets--all-round-scaffold img:last-child {
  grid-column: auto;
}

.scaffold-assets--all-round-scaffold {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.btc-page,
.btc-page * {
  box-sizing: border-box;
}

.btc-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.btc-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.btc-section {
  max-width: 1100px;
  margin: 0 auto;
}

.btc-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.1;
}

.btc-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.btc-gallery {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
}

.btc-gallery figure {
  height: clamp(250px, 34vw, 470px);
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: white;
}

.btc-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bwp-page,
.bwp-page * {
  box-sizing: border-box;
}

.bwp-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 15px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bwp-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bwp-sheet {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 12px 18px;
  border: 1px dashed #ff671f;
  border-radius: 8px;
  background: white;
}

.bwp-groups {
  display: grid;
  grid-template-columns: .85fr 1.45fr;
  gap: clamp(20px, 4vw, 72px);
  align-items: start;
}

.bwp-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 5px 38px 5px 7px;
  background: #102f50;
  color: white;
  font-size: clamp(15px, 1.45vw, 20px);
  line-height: 1.05;
}

.bwp-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 32px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, white 25% 39%, #ff671f 41% 73%, white 75%);
}

.bwp-plank-images {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 10px;
  align-items: center;
}

.bwp-plank-images img {
  display: block;
  width: 100%;
  height: 175px;
  object-fit: contain;
}

.bwp-jack-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 10px;
}

.bwp-jack-images img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.bas-page,
.bas-page * {
  box-sizing: border-box;
}

.bas-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bas-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bas-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bas-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.1;
}

.bas-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bas-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 24px);
}

.bas-gallery figure {
  position: relative;
  height: clamp(300px, 36vw, 470px);
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bas-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bas-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 9px;
  background: #102f50;
  color: white;
  font-size: clamp(10px, .9vw, 13px);
  line-height: 1.1;
}

.bas-gallery figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 13px;
  margin-right: 7px;
  vertical-align: -2px;
  background: #ff671f;
}

.bss-page,
.bss-page * {
  box-sizing: border-box;
}

.bss-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bss-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bss-section {
  max-width: 1220px;
  margin: 0 auto;
}

.bss-kicker {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #ff671f;
}

.bss-kicker span {
  padding: 5px 10px;
  background: #ff671f;
  color: white;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.1;
}

.bss-kicker b {
  padding-left: 3px;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.bss-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 12px 0 10px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.1;
}

.bss-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bss-description {
  max-width: 1080px;
  margin-bottom: 10px;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.35;
}

.bss-description p {
  margin: 0;
}

.bss-description ul {
  margin: 3px 0 0;
  padding-left: 23px;
}

.bss-gallery {
  display: grid;
  grid-template-columns: .85fr 1.35fr 1.35fr 1.3fr;
  gap: 7px;
  align-items: stretch;
}

.bss-gallery figure,
.bss-technical {
  height: clamp(190px, 20vw, 250px);
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: white;
}

.bss-gallery figure img,
.bss-technical img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bep-page,
.bep-page * {
  box-sizing: border-box;
}

.bep-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bep-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bep-section {
  max-width: 1220px;
  margin: 0 auto;
}

.bep-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.1;
}

.bep-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bep-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.bep-gallery figure,
.bep-technical {
  height: clamp(280px, 31vw, 410px);
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: white;
}

.bep-gallery figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bep-technical {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
}

.bep-technical div {
  min-width: 0;
  min-height: 0;
  background: white;
}

.bep-technical img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bsn-page,
.bsn-page * {
  box-sizing: border-box;
}

.bsn-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bsn-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bsn-section {
  max-width: 1220px;
  margin: 0 auto;
}

.bsn-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(22px, 2.35vw, 34px);
  line-height: 1.1;
}

.bsn-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 44px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bsn-showcase {
  height: clamp(280px, 37vw, 500px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: white;
}

.bsn-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blp-page,
.blp-page * {
  box-sizing: border-box;
}

.blp-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.blp-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.blp-section {
  max-width: 1100px;
  margin: 0 auto;
}

.blp-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 6px 48px 6px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(22px, 2.5vw, 35px);
  line-height: 1.1;
}

.blp-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 44px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.blp-gallery {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 14px;
}

.blp-gallery figure {
  height: clamp(280px, 34vw, 440px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: white;
}

.blp-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bcc-page,
.bcc-page * {
  box-sizing: border-box;
}

.bcc-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bcc-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bcc-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bcc-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(19px, 2vw, 29px);
  line-height: 1.1;
}

.bcc-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bcc-showcase {
  width: min(100%, 440px);
  height: clamp(250px, 30vw, 380px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: white;
}

.bcc-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brb-page,
.brb-page * {
  box-sizing: border-box;
}

.brb-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.brb-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.brb-section {
  max-width: 1100px;
  margin: 0 auto;
}

.brb-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(19px, 2vw, 29px);
  line-height: 1.1;
}

.brb-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.brb-showcase {
  width: min(100%, 300px);
  height: clamp(220px, 26vw, 320px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: white;
}

.brb-showcase img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bci-page,
.bci-page * {
  box-sizing: border-box;
}

.bci-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 20px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bci-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bci-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bci-kicker {
  display: flex;
  align-items: center;
  width: fit-content;
  color: #ff671f;
}

.bci-kicker span {
  padding: 5px 12px;
  background: #ff671f;
  color: white;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.1;
}

.bci-kicker b {
  padding-left: 3px;
  font-size: clamp(30px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.bci-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 12px 0 20px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.1;
}

.bci-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bci-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.55fr;
  grid-template-rows: 1fr 1fr;
  gap: 7px;
  height: clamp(360px, 47vw, 600px);
}

.bci-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: white;
}

.bci-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bci-pic1,
.bci-pic2,
.bci-pic3 {
  grid-row: 1;
}

.bci-pic4 {
  grid-column: 1;
  grid-row: 2;
}

.bci-pic5 {
  grid-column: 2 / 4;
  grid-row: 2;
}

.bci-pic6 {
  grid-column: 4;
  grid-row: 1 / 3;
}

.bci-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 9px;
  background: #102f50;
  color: white;
  font-size: clamp(9px, .8vw, 12px);
  line-height: 1.1;
}

.bci-image figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #ff671f;
}

.bcp-page,
.bcp-page * {
  box-sizing: border-box;
}

.bcp-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 0 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bcp-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bcp-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bcp-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 6px 48px 6px 14px;
  background: #102f50;
  color: white;
  font-size: clamp(14px, 1.3vw, 20px);
  line-height: 1.1;
}

.bcp-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 42px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bcp-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-height: 520px;
}

.bcp-image {
  position: relative;
  min-width: 0;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bcp-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bcp-pic1,
.bcp-pic2,
.bcp-pic3 {
  grid-row: 1;
}

.bcp-pic4,
.bcp-pic5,
.bcp-pic6 {
  grid-row: 2;
}

.bcp-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 7px 9px;
  background: rgba(16, 47, 80, 0.92);
  color: white;
  font-size: clamp(8px, .68vw, 11px);
  line-height: 1.2;
  font-weight: 700;
}

.bcp-image figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #ff671f;
}

.bpm-page,
.bpm-page * {
  box-sizing: border-box;
}

.bpm-page {
  min-height: 100vh;
  padding: 12px 0 24px;
  background: #eef1ef;
  color: #102f50;
  font-family: Arial, Helvetica, sans-serif;
}

.bpm-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 12px;
}

.bpm-ribbon {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 64px 10px 16px;
  background: #102f50;
  color: #fff;
  font-size: clamp(20px, 1.85vw, 30px);
  font-weight: 700;
  line-height: 1.15;
}

.bpm-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 52px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 20%, #eef1ef 20% 38%, #ff671f 38% 76%, #eef1ef 76%);
}

.bpm-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.bpm-card {
  position: relative;
  min-height: 300px;
  margin: 0;
  overflow: hidden;
  background: #f6f7f5;
  border-radius: 10px 10px 0 0;
}

.bpm-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rwm-page,
.rwm-page * {
  box-sizing: border-box;
}

.rwm-page {
  min-height: 100vh;
  padding: 10px 0 26px;
  background: #eff0ef;
  color: #102f50;
  font-family: Arial, Helvetica, sans-serif;
}

.rwm-section {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 12px;
}

.rwm-ribbon {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 10px 62px 10px 18px;
  background: #102f50;
  color: #fff;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.rwm-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 54px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 18%, #eef1ef 18% 38%, #ff671f 38% 76%, #eef1ef 76%);
}

.rwm-gallery {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.35fr;
  gap: 10px;
  align-items: stretch;
}

.rwm-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: #f7f7f5;
  min-height: 320px;
}

.rwm-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwd-page,
.bwd-page * {
  box-sizing: border-box;
}

.bwd-page {
  min-height: 100vh;
  padding: 10px 0 28px;
  background: #eff0ef;
  color: #102f50;
  font-family: Arial, Helvetica, sans-serif;
}

.bwd-section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 12px;
}

.bwd-ribbon {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 12px 60px 12px 18px;
  background: #102f50;
  color: #fff;
  font-size: clamp(20px, 1.8vw, 29px);
  font-weight: 700;
  line-height: 1.12;
}

.bwd-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 52px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 18%, #eef1ef 18% 38%, #ff671f 38% 76%, #eef1ef 76%);
}

.bwd-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bwd-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 295px;
  border-radius: 10px 10px 0 0;
  background: #f7f7f5;
}

.bwd-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bwd-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 9px 10px;
  background: rgba(16, 47, 80, 0.9);
  color: #fff;
  font-size: clamp(9px, .72vw, 12px);
  font-weight: 700;
  line-height: 1.2;
}

.bwd-card figcaption::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 12px;
  margin-right: 8px;
  vertical-align: -2px;
  background: #ff671f;
}

.pqc-page,
.pqc-page * {
  box-sizing: border-box;
}

.pqc-page {
  min-height: 100vh;
  padding: 12px 0 26px;
  background: #eff0ef;
  color: #102f50;
  font-family: Arial, Helvetica, sans-serif;
}

.pqc-section {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 12px;
}

.pqc-ribbon {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 14px 82px 14px 18px;
  background: #102f50;
  color: #fff;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}

.pqc-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 58px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 18%, #eef1ef 18% 38%, #ff671f 38% 76%, #eef1ef 76%);
}

.pqc-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pqc-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-height: 420px;
  background: #f7f7f5;
  border-radius: 12px 12px 0 0;
}

.pqc-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pqc-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
  background: rgba(16, 47, 80, 0.92);
  color: #fff;
  font-size: clamp(10px, .8vw, 14px);
  font-weight: 700;
  line-height: 1.2;
}

.pqc-card figcaption::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  background: #ff671f;
}

.bpp-page,
.bpp-page * {
  box-sizing: border-box;
}

.bpp-page {
  min-height: 100vh;
  padding: 18px 0 30px;
  background: #ebefee;
  color: #0f2d4d;
  font-family: Arial, Helvetica, sans-serif;
}

.bpp-section {
  max-width: 1180px;
  margin: 0 auto 18px;
  padding: 0 10px;
}

.bpp-section--secondary {
  margin-top: 22px;
}

.bpp-ribbon {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 12px 62px 12px 18px;
  background: #0d2d4d;
  color: #fff;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
}

.bpp-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 54px;
  height: 100%;
  background: linear-gradient(118deg, transparent 0 18%, #ebefee 18% 35%, #f46d1d 35% 76%, #ebefee 76%);
}

.bpp-gallery {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(520px, 1.65fr);
  grid-template-rows: minmax(180px, 1fr) minmax(180px, 1fr);
  gap: 18px;
  min-height: 560px;
}

.bpp-gallery--pecc {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 18px;
  min-height: 560px;
}

.bpp-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 18px 18px 0 0;
  background: #d9dcda;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}

.bpp-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bpp-image--left-top {
  grid-column: 1;
  grid-row: 1;
}

.bpp-image--left-bottom {
  grid-column: 1;
  grid-row: 2;
}

.bpp-image--right {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.bpp-image--right-top {
  grid-column: 2;
  grid-row: 1;
}

.bpp-image--center-bottom {
  grid-column: 2;
  grid-row: 2;
}

.bpp-image--right-bottom {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.bpp-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 14px 10px 18px;
  background: rgba(13, 45, 77, 0.9);
  color: #fff;
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 600;
  line-height: 1.2;
}

.bpp-image figcaption::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  background: #f46d1d;
}

.bct-page,
.bct-page * {
  box-sizing: border-box;
}

.bct-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bct-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bct-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bct-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.1;
}

.bct-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bct-gallery {
  display: grid;
  grid-template-columns: 1fr 1.05fr 1.4fr;
  gap: 7px;
  height: clamp(400px, 42vw, 520px);
}

.bct-stack,
.bct-right {
  display: grid;
  gap: 7px;
  min-height: 0;
}

.bct-stack {
  grid-template-rows: 1fr 1fr;
}

.bct-right {
  grid-template-rows: 1fr 1fr;
}

.bct-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bct-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bct-stack .bct-image img {
  object-fit: contain;
}

.bct-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 9px;
  background: #102f50;
  color: white;
  font-size: clamp(9px, .8vw, 12px);
  line-height: 1.1;
}

.bct-image figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #ff671f;
}

.bgd-page,
.bgd-page * {
  box-sizing: border-box;
}

.bgd-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 20px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bgd-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bgd-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bgd-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.7vw, 25px);
  line-height: 1.1;
}

.bgd-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bgd-gallery {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr;
  grid-template-rows: 1.1fr .65fr;
  gap: 7px;
  height: clamp(370px, 43vw, 520px);
}

.bgd-image {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bgd-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bgd-pic1 {
  grid-column: 1 / 3;
  grid-row: 1;
}

.bgd-pic2 {
  grid-column: 3 / 6;
  grid-row: 1;
}

.bgd-pic3 {
  grid-column: 1 / 3;
  grid-row: 2;
}

.bgd-pic4 {
  grid-column: 3 / 4;
  grid-row: 2;
}

.bgd-pic5 {
  grid-column: 4 / 6;
  grid-row: 2;
}

.bgd-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 9px;
  background: #102f50;
  color: white;
  font-size: clamp(9px, .8vw, 12px);
  line-height: 1.1;
}

.bgd-image figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #ff671f;
}

.btg-page,
.btg-page * {
  box-sizing: border-box;
}

.btg-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 20px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.btg-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.btg-section {
  max-width: 1100px;
  margin: 0 auto;
}

.btg-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.7vw, 25px);
  line-height: 1.1;
}

.btg-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.btg-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.btg-gallery figure {
  position: relative;
  height: clamp(300px, 38vw, 470px);
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.btg-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btg-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 9px;
  background: #102f50;
  color: white;
  font-size: clamp(9px, .8vw, 12px);
  line-height: 1.1;
}

.btg-gallery figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #ff671f;
}

.bcv-page,
.bcv-page * {
  box-sizing: border-box;
}

.bcv-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 10px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bcv-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bcv-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bcv-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 6px 48px 6px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(18px, 1.8vw, 26px);
  line-height: 1.1;
}

.bcv-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bcv-images {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 16px;
}

.bcv-images figure {
  height: clamp(250px, 30vw, 390px);
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bcv-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bcv-copy {
  margin-top: 8px;
  color: #143354;
}

.bcv-copy h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.05;
}

.bcv-copy p {
  margin: 4px 0 3px;
  font-size: clamp(15px, 1.35vw, 20px);
  line-height: 1.35;
}

.bcv-copy ul {
  margin: 0;
  padding-left: 20px;
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.3;
}

.bpf-page,
.bpf-page * {
  box-sizing: border-box;
}

.bpf-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 12px 14px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bpf-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bpf-section {
  max-width: 1020px;
  margin: 0 auto;
}

.bpf-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 4px 42px 4px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(15px, 1.45vw, 21px);
  line-height: 1.1;
}

.bpf-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bpf-hero {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 14px;
}

.bpf-hero figure,
.bpf-projects figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: white;
}

.bpf-hero figure {
  height: clamp(140px, 15vw, 185px);
}

.bpf-hero img,
.bpf-projects img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bpf-projects img {
  object-fit: contain;
}

.bpf-technical {
  display: grid;
  grid-template-rows: 1fr .72fr;
}

.bpf-technical > img {
  min-height: 0;
  object-fit: contain;
}

.bpf-models {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
}

.bpf-models img {
  min-width: 0;
  min-height: 0;
  object-fit: contain;
}

.bpf-hero figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6px 9px;
  background: #102f50;
  color: white;
  font-size: 11px;
}

.bpf-intro {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 10px 0 5px;
}

.bpf-precision {
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: .95;
}

.bpf-intro p {
  margin: 0;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.15;
}

.bpf-scope-title {
  width: fit-content;
  margin: 4px 0 7px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #102f50;
  color: white;
  font-size: 11px;
  font-weight: 700;
}

.bpf-scope-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px 24px;
  margin: 0 0 14px;
  padding-left: 20px;
  color: #102f50;
  font-size: clamp(10px, .95vw, 13px);
  font-weight: 700;
}

.bpf-projects {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.bpf-projects figure {
  height: clamp(150px, 17vw, 205px);
}

.bpf-projects .bpf-project-wide {
  grid-column: 1 / -1;
  height: clamp(120px, 14vw, 170px);
}

.bpf-continuation {
  margin-top: 20px;
  color: #143354;
}

.bpf-match-intro > h2 {
  margin: 0 0 8px;
  font-size: clamp(16px, 1.6vw, 23px);
}

.bpf-match-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bpf-match-columns h3,
.bpf-advantage-title {
  margin: 0 0 7px;
  padding: 4px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.1;
}

.bpf-match-columns p,
.bpf-advantage-copy {
  margin: 0;
  font-size: clamp(10px, .85vw, 13px);
  line-height: 1.25;
}

.bpf-advantage-title {
  width: fit-content;
  margin-top: 10px;
}

.bpf-process-title {
  margin: 14px 0 10px;
  font-size: clamp(21px, 2.2vw, 31px);
  font-weight: 400;
  line-height: 1.05;
}

.bpf-process-grid,
.bpf-continuation-projects {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.bpf-process-grid figure,
.bpf-continuation-projects figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: white;
}

.bpf-process-grid figure {
  height: 155px;
}

.bpf-process-grid img,
.bpf-continuation-projects img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bpf-process-grid figure:first-child {
  grid-column: 1 / 3;
}

.bpf-process-grid figcaption {
  position: absolute;
  right: 15%;
  bottom: -1px;
  left: 15%;
  padding: 6px 4px;
  background: #102f50;
  color: white;
  text-align: center;
  font-size: clamp(10px, .95vw, 14px);
}

.bpf-continuation-projects {
  margin-top: 10px;
}

.bpf-continuation-projects figure {
  height: 145px;
}

.bpf-continuation-projects figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 8px;
  background: #102f50;
  color: white;
  font-size: 11px;
}

.bpf-continuation-footer {
  margin: 7px 0 0;
  font-size: clamp(10px, .9vw, 13px);
  line-height: 1.25;
}

.prg-page,
.prg-page * {
  box-sizing: border-box;
}

.prg-page {
  min-height: 100vh;
  padding: 18px 0 30px;
  background: #eef1ef;
  color: #0e2e4d;
  font-family: Arial, Helvetica, sans-serif;
}

.prg-section {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 14px;
}

.prg-ribbon {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 12px 62px 12px 18px;
  background: #0d2d4d;
  color: #fff;
  font-size: clamp(24px, 2.15vw, 38px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.prg-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 54px;
  height: 100%;
  background: linear-gradient(118deg, transparent 0 18%, #eef1ef 18% 35%, #f46d1d 35% 76%, #eef1ef 76%);
}

.prg-top-grid {
  display: grid;
  grid-template-columns: 1.08fr 1.48fr 1.22fr;
  gap: 16px;
  margin-bottom: 20px;
}

.prg-card,
.prg-project-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f5f7f2;
  border-radius: 14px 14px 0 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
}

.prg-card {
  height: 330px;
}

.prg-card img,
.prg-project-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7f7f5;
}

.prg-card figcaption,
.prg-project-card figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 14px 10px 16px;
  background: rgba(13, 45, 77, 0.9);
  color: #fff;
  font-size: clamp(11px, .85vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.prg-card figcaption::before,
.prg-project-card figcaption::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 14px;
  margin-right: 8px;
  vertical-align: -2px;
  background: #f46d1d;
}

.prg-message-row {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 16px;
  align-items: center;
  margin: 10px 0 22px;
}

.prg-message-title,
.prg-message-copy {
  color: #143a5b;
  font-weight: 700;
  line-height: 1.2;
}

.prg-message-title {
  font-size: clamp(24px, 2.3vw, 42px);
}

.prg-message-copy {
  font-size: clamp(17px, 1.5vw, 30px);
}

.prg-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 18px 16px;
}

.prg-project-card {
  height: 260px;
}

.prg-project-card img {
  object-fit: cover;
}

.bug-page,
.bug-page * {
  box-sizing: border-box;
}

.bug-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 4px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bug-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bug-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bug-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 5px 42px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.7vw, 25px);
  line-height: 1.1;
}

.bug-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bug-description {
  margin: 0 0 12px;
  font-size: clamp(11px, 1vw, 15px);
  line-height: 1.25;
}

.bug-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1.2fr .72fr;
  gap: 7px;
  height: clamp(390px, 43vw, 520px);
}

.bug-gallery figure {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  background: white;
}

.bug-gallery figure:nth-child(1),
.bug-gallery figure:nth-child(2) {
  grid-column: span 1;
  grid-row: 1;
}

.bug-gallery figure:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.bug-gallery figure:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.bug-gallery figure:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.bug-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bug-gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 8px;
  background: #102f50;
  color: white;
  font-size: clamp(9px, .8vw, 12px);
  line-height: 1.1;
}

.bug-gallery figcaption::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 12px;
  margin-right: 6px;
  vertical-align: -2px;
  background: #ff671f;
}

.bpg-page,
.bpg-page * {
  box-sizing: border-box;
}

.bpg-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  padding: 8px 12px 24px;
  overflow: hidden;
  background: #f0f2f1;
  color: #143354;
  font-family: Arial, Helvetica, sans-serif;
}

.bpg-page::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
  background-size: 380px 440px;
}

.bpg-section {
  max-width: 1100px;
  margin: 0 auto;
}

.bpg-inline-section {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid #d7dcdf;
}

.bpg-ribbon {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 5px 44px 5px 10px;
  background: #102f50;
  color: white;
  font-size: clamp(17px, 1.7vw, 25px);
  line-height: 1.1;
}

.bpg-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 100%;
  background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bpg-subtitle {
  margin: 0 0 12px;
  font-size: clamp(19px, 2vw, 29px);
  line-height: 1.1;
}

.bpg-gallery {
  display: grid;
  grid-template-columns: 1.25fr .72fr;
  gap: 8px;
  height: clamp(380px, 44vw, 520px);
}

.bpg-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  min-height: 0;
}

.bpg-gallery figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: white;
}

.bpg-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bpg-tall img {
  object-fit: cover;
}

@media (max-width: 700px) {
  .bpg-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bpg-stack {
    height: 460px;
  }

  .bpg-tall {
    height: 360px;
  }
}

@media (max-width: 700px) {
  .bug-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .bug-gallery figure:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    height: 240px;
  }
}

@media (max-width: 700px) {
  .bpf-hero,
  .bpf-projects {
    grid-template-columns: 1fr;
  }

  .bpf-hero figure,
  .bpf-projects figure {
    height: 260px;
  }

  .bpf-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 700px) {
  .bcv-images {
    grid-template-columns: 1fr;
  }

  .bcv-images figure {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .btg-gallery {
    grid-template-columns: 1fr;
  }

  .btg-gallery figure {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .bgd-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .bgd-pic1,
  .bgd-pic2,
  .bgd-pic3,
  .bgd-pic4,
  .bgd-pic5 {
    grid-column: auto;
    grid-row: auto;
    height: 230px;
  }

  .bgd-pic1,
  .bgd-pic2,
  .bgd-pic5 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .bct-gallery {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bct-stack,
  .bct-main,
  .bct-right {
    height: 250px;
  }
}

@media (max-width: 700px) {
  .bcp-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .bcp-pic1,
  .bcp-pic2,
  .bcp-pic3,
  .bcp-pic4,
  .bcp-pic5,
  .bcp-pic6,
  .bcp-pic7 {
    grid-column: auto;
    grid-row: auto;
    height: 250px;
  }

  .bcp-pic6 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .bci-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }

  .bci-pic1,
  .bci-pic2,
  .bci-pic3,
  .bci-pic4,
  .bci-pic5,
  .bci-pic6 {
    grid-column: auto;
    grid-row: auto;
    height: 250px;
  }

  .bci-pic5,
  .bci-pic6 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .brb-showcase {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 700px) {
  .bcc-showcase {
    width: 100%;
    height: 300px;
  }
}

@media (max-width: 700px) {
  .blp-gallery {
    grid-template-columns: 1fr;
  }

  .blp-gallery figure {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .bsn-showcase {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .bep-gallery {
    grid-template-columns: 1fr;
  }

  .bep-gallery figure,
  .bep-technical {
    height: 260px;
  }
}

.bss-technical {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2px;
}

.bss-technical img {
  object-fit: contain;
}

@media (max-width: 700px) {
  .bss-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .bss-gallery figure,
  .bss-technical {
    height: 220px;
  }

  .bss-technical {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .bas-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .bas-gallery figure {
    height: 300px;
  }
}

@media (max-width: 700px) {
  .bwp-groups {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bwp-plank-images img,
  .bwp-jack-images img {
    height: 150px;
  }
}

@media (max-width: 700px) {
  .btc-gallery {
    grid-template-columns: 1fr;
  }

  .btc-gallery figure {
    height: 280px;
  }
}

@media (max-width: 700px) {
  .scaffold-headings {
    font-size: 12px;
  }

  .scaffold-assets {
    grid-template-columns: repeat(2, 1fr);
  }

  .scaffold-assets img {
    height: 150px;
  }

  .scaffold-assets--all-round-scaffold img:last-child {
    grid-column: auto;
  }

  .scaffold-assets--all-round-scaffold {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .bht-top-grid,
  .bht-project-grid {
    grid-template-columns: 1fr;
  }

  .bht-drawing,
  .bht-project-grid .bht-image {
    height: 260px;
  }
}

@media (max-width: 700px) {
  .bhs-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .bhs-feature,
  .bhs-drawing-top,
  .bhs-project-top,
  .bhs-drawing-bottom,
  .bhs-project-bottom-left,
  .bhs-project-bottom-right {
    grid-column: auto;
    grid-row: auto;
    height: 250px;
  }

  .bhs-feature {
    grid-column: 1 / -1;
    height: auto;
  }

  .bhs-project-top,
  .bhs-drawing-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .bft-images {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bft-images img {
    height: 220px;
  }
}

@media (max-width: 700px) {
  .bfg-images {
    grid-template-columns: 1fr;
    height: auto;
  }

  .bfg-images img {
    height: 220px;
  }
}

@media (max-width: 700px) {
  .bfa-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .bfa-stack {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }

  .bfa-stack .bfa-image,
  .bfa-gallery > .bfa-image {
    height: 260px;
  }
}

@media (max-width: 700px) {
  .bfp-plywood-layout {
    grid-template-columns: 1fr;
  }

  .bfp-plywood-copy {
    max-width: none;
  }

  .bfp-plywood-images img {
    height: 130px;
  }
}

@media (max-width: 700px) {
  .bfb-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bfb-copy {
    min-height: 0;
    margin-bottom: 8px;
  }

  .bfb-item figure {
    height: 240px;
  }
}

.bhf-page,
.bhf-page * {
    box-sizing: border-box;
}

.bhf-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100vh;
    padding: clamp(30px, 4vw, 72px) clamp(20px, 7vw, 112px) 24px;
    background: #f0f2f1;
    color: #143354;
    font-family: Arial, Helvetica, sans-serif;
}

.bhf-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
    background-size: 380px 440px;
}

.bhf-header {
    margin-bottom: 24px;
}

.bhf-kicker {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ff671f;
}

.bhf-kicker span {
    padding: 5px 12px;
    background: #ff671f;
    color: white;
    font-size: clamp(13px, 1.3vw, 20px);
    line-height: 1.2;
}

.bhf-kicker b {
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 400;
    line-height: 1;
}

.bhf-ribbon {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 9px 45px 9px 14px;
    background: #102f50;
    color: white;
    font-size: clamp(17px, 1.6vw, 25px);
    font-weight: 600;
    line-height: 1.35;
}

.bhf-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 35px;
    height: 100%;
    background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bhf-description {
    max-width: 1120px;
    margin: 15px 4px 22px;
    font-size: clamp(15px, 1.3vw, 20px);
    line-height: 1.5;
}

.bhf-metriform-gallery {
    display: grid;
    grid-template-columns: 1.1fr .68fr 1fr 1fr;
    gap: clamp(10px, 1.2vw, 20px);
}

.bhf-image {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #e0e6e9;
}

.bhf-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bhf-metriform-gallery .bhf-image {
    height: clamp(270px, 30vw, 460px);
}

.bhf-image--sequence img {
    object-position: 40% center;
}

.bhf-image--site img {
    object-position: 65% center;
}

.bhf-section--swift {
    margin-top: 30px;
}

.bhf-swift-gallery {
    display: grid;
    grid-template-columns: 1.95fr .85fr 1fr;
    gap: clamp(10px, 1.2vw, 20px);
    margin-top: 28px;
}

.bhf-swift-gallery .bhf-image {
    height: clamp(280px, 30vw, 460px);
}

.bhf-alu-gallery {
  display: grid;
  grid-template-columns: .65fr 1.35fr 1fr;
  gap: clamp(10px, 1.2vw, 20px);
  margin-top: 28px;
}

.bhf-alu-stack {
  display: grid;
  gap: clamp(10px, 1.2vw, 20px);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.bhf-alu-gallery .bhf-image {
  min-height: 0;
}

.bhf-alu-gallery > .bhf-image img,
.bhf-alu-stack .bhf-image img {
  object-fit: contain;
}

.bhf-convo-gallery {
  display: grid;
  grid-template-columns: 1.15fr .65fr 1.85fr;
  gap: clamp(10px, 1.2vw, 20px);
  margin-top: 28px;
}

.bhf-convo-gallery .bhf-image {
  height: clamp(280px, 30vw, 460px);
}

.bhf-convo-gallery .bhf-image img {
  object-fit: contain;
}

.bhf-table-gallery {
  display: grid;
  grid-template-columns: 1.45fr .8fr 1.45fr;
  gap: clamp(10px, 1.2vw, 20px);
  margin-top: 28px;
}

.bhf-table-gallery .bhf-image {
  height: clamp(270px, 30vw, 460px);
}

.bhf-table-gallery .bhf-image img {
  object-fit: contain;
}

.bhf-flexi-gallery {
  display: grid;
  grid-template-columns: 1.9fr 1.1fr;
  gap: clamp(10px, 1.2vw, 20px);
  margin-top: 28px;
}

.bhf-flexi-left,
.bhf-flexi-right {
  display: grid;
  gap: clamp(10px, 1.2vw, 20px);
  min-width: 0;
}

.bhf-flexi-top {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: clamp(10px, 1.2vw, 20px);
}

.bhf-flexi-gallery .bhf-image {
  min-height: 0;
}

.bhf-flexi-top .bhf-image {
  height: clamp(170px, 18vw, 280px);
}

.bhf-flexi-section {
  height: clamp(220px, 26vw, 390px);
}

.bhf-flexi-right {
  grid-template-columns: 1fr 1fr;
  align-content: start;
}

.bhf-flexi-right .bhf-image {
  height: clamp(150px, 16vw, 245px);
}

.bhf-flexi-project {
  grid-column: 1 / -1;
  height: clamp(220px, 25vw, 375px) !important;
}

.bhf-flexi-wide {
  grid-column: 1 / -1;
}

.bhf-flexi-bottom {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: clamp(10px, 1.2vw, 20px);
}

.bhf-flexi-bottom-title {
  grid-column: 1 / -1;
  margin: 8px 0 -8px;
  color: #143354;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.15;
}

.bhf-flexi-bottom .bhf-image {
  height: clamp(180px, 20vw, 300px);
}

.bhf-adj-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr .78fr;
  gap: clamp(10px, 1.2vw, 20px);
  margin-top: 12px;
}

.bhf-adj-gallery .bhf-image {
  height: clamp(250px, 30vw, 460px);
}

.bhf-adj-gallery .bhf-image img {
  object-fit: contain;
}

.bhf-telescopic-gallery {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: clamp(10px, 1.2vw, 20px);
  margin-top: 18px;
}

.bhf-telescopic-gallery .bhf-image {
  height: clamp(230px, 30vw, 460px);
}

.bhf-telescopic-gallery .bhf-image img {
  object-fit: contain;
}

.bhf-flexi-gallery img {
  object-fit: cover;
}

.bhf-flexi-section img {
  object-fit: contain;
}

.bhf-flexi-project {
  position: relative;
}

.bhf-flexi-project figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  background: #102f50;
  color: white;
  font-size: clamp(11px, 1vw, 14px);
}

.bhf-image--components img {
    object-position: 65% center;
}

.bhf-footer {
    width: fit-content;
    max-width: 100%;
    margin: 48px 0 0 auto;
    padding: 6px 15px;
    background: #102f50;
    color: white;
    font-family: Georgia, serif;
    font-size: 11px;
    line-height: 1.5;
    clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%);
}

.bhf-footer span {
    margin: 0 8px;
}

@media (max-width: 1024px) {
    .bhf-page {
        padding-inline: 28px;
    }

    .bhf-metriform-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .bhf-metriform-gallery .bhf-image {
        height: 310px;
    }

    .bhf-swift-gallery {
        grid-template-columns: 1.6fr 1fr 1fr;
    }

    .bhf-alu-gallery {
      grid-template-columns: .8fr 1.2fr 1fr;
    }

    .bhf-convo-gallery {
      grid-template-columns: 1.1fr .75fr 1.4fr;
    }

    .bhf-table-gallery {
      grid-template-columns: 1.35fr .8fr 1.35fr;
    }

    .bhf-flexi-gallery {
      grid-template-columns: 1.65fr 1fr;
    }

    .bhf-adj-gallery {
      grid-template-columns: 1fr 1fr .8fr;
    }

    .bhf-swift-gallery .bhf-image {
        height: 280px;
    }

    .bpf-match-columns,
    .bpf-process-grid,
    .bpf-continuation-projects {
      grid-template-columns: 1fr;
    }

    .bpf-process-grid figure:first-child {
      grid-column: auto;
    }

    .bpf-process-grid figure,
    .bpf-continuation-projects figure {
      height: 220px;
    }
}

@media (max-width: 600px) {
    .bhf-page {
        padding: 28px 18px 18px;
    }

    .bhf-header {
        margin-bottom: 20px;
    }

    .bhf-ribbon {
        width: 100%;
        font-size: 17px;
        padding-left: 12px;
    }

    .bhf-description {
        margin: 14px 0 18px;
        font-size: 15px;
    }

    .bhf-metriform-gallery {
        gap: 12px;
    }

    .bhf-metriform-gallery .bhf-image {
        height: clamp(200px, 55vw, 300px);
    }

    .bhf-section--swift {
        margin-top: 26px;
    }

    .bhf-swift-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 20px;
    }

    .bhf-swift-gallery .bhf-image--panel {
        grid-column: 1 / -1;
        height: auto;
        aspect-ratio: 1.5;
    }

    .bhf-swift-gallery .bhf-image {
        height: clamp(220px, 55vw, 300px);
    }

    .bhf-alu-gallery {
      grid-template-columns: 1fr 1fr;
    }

    .bhf-alu-stack {
      grid-column: 1;
      grid-row: span 2;
    }

    .bhf-alu-gallery > .bhf-image {
      min-height: 220px;
    }

    .bhf-convo-gallery {
      grid-template-columns: 1fr 1fr;
    }

    .bhf-convo-gallery .bhf-image {
      height: clamp(220px, 55vw, 300px);
    }

    .bhf-convo-gallery .bhf-image:last-child {
      grid-column: 1 / -1;
    }

    .bhf-flexi-gallery {
      grid-template-columns: 1fr;
    }

    .bhf-flexi-top {
      grid-template-columns: 1fr 1fr;
    }

    .bhf-flexi-right {
      grid-template-columns: 1fr 1fr;
    }

    .bhf-telescopic-gallery {
      grid-template-columns: 1fr;
    }

    .bhf-adj-gallery {
      grid-template-columns: 1fr 1fr;
    }

    .bhf-adj-gallery .bhf-image:last-child {
      grid-column: 1 / -1;
    }

    .bhf-footer {
        margin-top: 32px;
        font-size: 10px;
    }
}

@media (max-width: 360px) {

    .bhf-metriform-gallery,
    .bhf-swift-gallery,
    .bhf-alu-gallery,
    .bhf-convo-gallery {
        grid-template-columns: 1fr;
    }

    .bhf-convo-gallery .bhf-image:last-child {
      grid-column: auto;
    }

    .bhf-alu-stack {
      grid-column: auto;
      grid-row: auto;
    }

    .bhf-metriform-gallery .bhf-image,
    .bhf-swift-gallery .bhf-image {
        height: 280px;
    }

    .bhf-kicker span {
        padding-inline: 8px;
        font-size: 12px;
    }
}

/* Alu-Deck and CONVO: scoped full-width page styles. */
.bad-page,
.bad-page * {
    box-sizing: border-box;
}

.bad-page {
    position: relative;
    isolation: isolate;
    width: 100%;
    min-height: 100vh;
    padding: clamp(30px, 4vw, 72px) clamp(20px, 7.4vw, 118px) 24px;
    background: #f0f2f1;
    color: #143354;
    font-family: Arial, Helvetica, sans-serif;
}

.bad-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: conic-gradient(from 30deg, #dfe2df70 60deg, #f9faf980 60deg 120deg, #e7e9e680 120deg 180deg, #fafafa60 180deg 240deg, #d4d8d470 240deg 300deg, #eceeeb80 300deg);
    background-size: 380px 440px;
}

.bad-header {
    margin-bottom: 24px;
}

.bad-kicker {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #ff671f;
}

.bad-kicker span {
    padding: 5px 12px;
    background: #ff671f;
    color: white;
    font-size: clamp(13px, 1.3vw, 20px);
    line-height: 1.2;
}

.bad-kicker b {
    font-size: clamp(28px, 2.5vw, 38px);
    font-weight: 400;
    line-height: 1;
}

.bad-ribbon {
    position: relative;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    padding: 9px 45px 9px 14px;
    background: #102f50;
    color: white;
    font-size: clamp(17px, 1.6vw, 25px);
    font-weight: 600;
    line-height: 1.35;
}

.bad-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 35px;
    height: 100%;
    background: linear-gradient(110deg, transparent 0 23%, #f0f2f1 25% 39%, #ff671f 41% 73%, #f0f2f1 75%);
}

.bad-description {
    max-width: 1140px;
    margin: 15px 2px 28px;
    font-size: clamp(15px, 1.3vw, 20px);
    line-height: 1.5;
}

.bad-deck-gallery {
    display: grid;
    grid-template-columns: .58fr 1.48fr 1.5fr;
    gap: clamp(10px, 1.2vw, 20px);
}

.bad-detail-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    min-height: 0;
}

.bad-media {
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 9px;
    background: #e0e6e9;
}

.bad-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bad-deck-gallery>.bad-media {
    height: clamp(290px, 29vw, 450px);
}

.bad-components img {
    object-position: 40% center;
}

.bad-section--convo {
    margin-top: clamp(32px, 5vw, 72px);
}

.bad-description--convo {
    margin-bottom: 28px;
}

.bad-convo-gallery {
    display: grid;
    grid-template-columns: 1.08fr .61fr 1.8fr;
    gap: clamp(10px, 1.2vw, 20px);
}

.bad-convo-gallery .bad-media {
    height: clamp(260px, 25vw, 400px);
}

.bad-convo-panel img {
    object-position: 60% center;
}

.bad-footer {
    width: fit-content;
    max-width: 100%;
    margin: 48px 0 0 auto;
    padding: 6px 15px;
    background: #102f50;
    color: white;
    font-family: Georgia, serif;
    font-size: 11px;
    line-height: 1.5;
    clip-path: polygon(5px 0, 100% 0, 100% 100%, 0 100%);
}

.bad-footer span {
    margin: 0 8px;
}

@media (max-width: 1024px) {
    .bad-page {
        padding-inline: 28px;
    }

    .bad-deck-gallery {
        grid-template-columns: .7fr 1.3fr 1.4fr;
    }

    .bad-deck-gallery>.bad-media {
        height: 300px;
    }

    .bad-convo-gallery .bad-media {
        height: 280px;
    }
}

@media (max-width: 600px) {
    .bad-page {
        padding: 28px 18px 18px;
    }

    .bad-header {
        margin-bottom: 20px;
    }

    .bad-ribbon {
        font-size: 17px;
        padding-left: 12px;
    }

    .bad-description {
        margin: 14px 0 20px;
        font-size: 15px;
    }

    .bad-desktop-break {
        display: none;
    }

    .bad-deck-gallery {
        grid-template-columns: .75fr 1.5fr;
        gap: 12px;
    }

    .bad-deck-gallery>.bad-media {
        height: 290px;
    }

    .bad-deck-gallery .bad-site {
        grid-column: 1 / -1;
        height: auto;
        aspect-ratio: 1.45;
    }

    .bad-section--convo {
        margin-top: 30px;
    }

    .bad-convo-gallery {
        grid-template-columns: 1.4fr 1fr;
        gap: 12px;
    }

    .bad-convo-gallery .bad-media {
        height: 270px;
    }

    .bad-convo-gallery .bad-convo-site {
        grid-column: 1 / -1;
        height: auto;
        aspect-ratio: 1.6;
    }

    .bad-footer {
        margin-top: 32px;
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .bad-kicker span {
        padding-inline: 8px;
        font-size: 12px;
    }

    .bad-deck-gallery>.bad-media {
        height: 240px;
    }

    .bad-convo-gallery .bad-media {
        height: 230px;
    }

    .bad-deck-gallery .bad-site,
    .bad-convo-gallery .bad-convo-site {
        height: auto;
    }
}
.social i {
  font-size: 16px;
}
.header-logo img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.logo-text {
  color: var(--primary-color);
  font-size: 2rem;
  margin-top: 5px;
}
nav ul li {
  list-style: none;
  text-decoration: none;
}
a:hover {
  color: var(--primary-color)!important;
}
.navlinks a {
  font-weight: 500;
  font-size: 17px;
  color: var(--txt-primary-color);
}

.navbar-toggler {
  color: var(--txt-primary-color);
  border-color: var(--primary-color);
  font-size: 1.25rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(16, 43, 78, 0.25);
}
.navlinks a {
  position: relative;
  transition: color 0.3s ease;
}

.navlinks a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  display: block;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

.navlinks a:hover::after {
  width: 100%;
}

.who-we-are-nav-item {
  position: relative;
}

.who-we-are-nav-item > .nav-link::after {
  display: none;
}

.who-we-are-nav-arrow {
  font-size: 0.82em;
  margin-left: 0.3rem;
  transition: transform 0.25s ease;
}

.who-we-are-nav-item > .nav-link[aria-expanded="true"] .who-we-are-nav-arrow {
  transform: rotate(180deg);
}

.who-we-are-menu {
  border: 0;
  border-top: 3px solid var(--primary-color);
  border-radius: 0;
  box-shadow: 0 14px 30px rgb(16 43 78 / 16%);
  min-width: 230px;
  padding: 0.45rem 0;
}

.who-we-are-menu .dropdown-item {
  color: var(--txt-primary-color);
  font-size: 0.95rem;
  padding: 0.65rem 1rem;
}

.who-we-are-menu .dropdown-item:hover,
.who-we-are-menu .dropdown-item:focus {
  background: #fffaf6;
  color: var(--primary-color);
}

.hero-section {
  width: 100%;
  overflow: hidden;
}

.hero-swiper,
.hero-swiper .swiper-slide {
  width: 100%;
  height: var(--hero-height, 100svh);
}

.hero-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.hero-swiper .swiper-slide {
  position: relative;
}

.hero-swiper .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgb(0 0 0 / 56%);
  pointer-events: none;
}

.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next {
  color: var(--txt-white-color);
}

.hero-swiper .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.banner-text{
  position: absolute;
  top: 50%;
  left: clamp(1rem, 8vw, 20%);
  right: clamp(1rem, 8vw, 12%);
  transform: translateY(-50%);
  z-index: 2;
  color: var(--txt-white-color);
}
.banner-text h2{
    max-width: 900px;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 70px);
    line-height: 1.1;
}
.top-title{
    max-width: 720px;
    margin-bottom: 0;
    font-size: clamp(1rem, 1.5vw, 20px);
    line-height: 1.5;
}
.banner-text .top-title {
  animation-delay: 0.2s;
}

.slider-cta {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  background-color: var(--primary-color);
  color: var(--txt-white-color);
  font-size: clamp(0.85rem, 1.2vw, 1rem);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease,
    transform 0.3s ease;
}

.slider-cta:hover {
  background-color: transparent;
  color: var(--txt-white-color);
  transform: translateY(-2px);
}
.fa.fa-bars{
    color: var(--primary-color);
    /* border-color: var(--primary-color); */
}
.about-heading{
    color: var(--primary-color);
}

.about-section {
  background: #f7f7f7;
  padding: clamp(4rem, 8vw, 7rem) 0;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.about-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-image-wrap {
  overflow: hidden;
}

.about-image-wrap[data-scroll-parallax] .about-image {
  transform: scale(1.04);
  transition: transform 0.8s ease;
}

  .numbers-section {
    padding-bottom: 2rem;
  }

  .numbers-image-wrap,
  .numbers-image {
    min-height: 240px;
  }

  .numbers-image-label {
    right: 0;
  }

.about-section.is-visible .about-image-wrap[data-scroll-parallax] .about-image {
  transform: scale(1.08);
}

@media (min-width: 992px) {
  .about-layout {
    --bs-gutter-x: 5rem;
  }
}

.about-kicker {
  color: var(--primary-color);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.about-title {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.08;
  margin-bottom: 1.25rem;
  max-width: 650px;
}

.about-lead {
  color: var(--txt-primary-color);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
  max-width: 650px;
}

.about-copy {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.8;
  max-width: 680px;
}

.about-values {
  margin-top: 2rem;
  max-width: 680px;
}

.about-values div {
  border-left: 3px solid var(--primary-color);
  padding-left: 0.85rem;
}

.about-values strong,
.about-values span {
  display: block;
}

.about-values strong {
  color: var(--txt-primary-color);
  font-size: 1rem;
}

.about-values span {
  color: #68717d;
  font-size: 0.82rem;
  line-height: 1.4;
  margin-top: 0.35rem;
}

.about-cta {
  align-items: center;
  background: var(--primary-color);
  color: var(--txt-white-color);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.85rem;
  margin-top: 2rem;
  padding: 0.85rem 1.25rem;
  transition: background-color 0.3s ease, gap 0.3s ease;
}

.about-cta:hover {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  gap: 1.1rem;
}

.about-image-wrap {
  min-height: 500px;
  position: relative;
}

.product-overview-page {
  background: #f7f8f9;
  color: var(--txt-primary-color);
}

.product-overview-hero {
  min-height: 640px;
  padding-bottom: 112px;
  position: relative;
}

.product-overview-hero__image {
  background-image: linear-gradient(180deg, rgb(16 43 78 / 8%), rgb(16 43 78 / 18%)), url("../assets/images/hero/banner-1.png");
  background-position: center;
  background-size: cover;
  height: clamp(390px, 48vw, 500px);
  width: 100%;
}

.product-overview-hero__content {
  background: #fff;
  box-shadow: 0 18px 45px rgb(16 43 78 / 10%);
  margin: -132px auto 0;
  max-width: 865px;
  overflow: hidden;
  padding: 31px 44px 36px;
  position: relative;
  width: calc(100% - 32px);
  z-index: 2;
}

.product-overview-hero__content::before {
  background: var(--primary-color);
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 112px;
}

.product-overview-hero__marker {
  align-items: center;
  color: #9ba6b4;
  display: flex;
  font-size: 0.67rem;
  gap: 8px;
  position: absolute;
  right: 44px;
  top: 36px;
}

.product-overview-hero__marker i {
  background: var(--primary-color);
  display: block;
  height: 1px;
  width: 29px;
}

.product-overview-breadcrumbs {
  align-items: center;
  color: #748096;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 12px;
  margin-bottom: 25px;
}

.product-overview-breadcrumbs a {
  color: #748096;
}

.product-overview-breadcrumbs a:hover {
  color: var(--primary-color);
}

.product-overview-eyebrow {
  color: var(--primary-color);
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-overview-hero h1 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.1;
  margin-bottom: 7px;
}

.product-overview-tagline {
  color: #455a75;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.4;
  margin-bottom: 31px;
}

.product-overview-description {
  color: #68717d;
  font-size: 0.96rem;
  line-height: 1.8;
  margin-bottom: 19px;
  max-width: 760px;
}

.product-overview-link {
  align-items: center;
  color: var(--primary-color);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 11px;
  transition: gap 0.25s ease;
}

.product-overview-link:hover {
  color: var(--txt-primary-color);
  gap: 16px;
}

.product-overview-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: absolute;
  right: clamp(16px, 4vw, 46px);
  top: clamp(250px, 27vw, 330px);
  z-index: 3;
}

.product-overview-action {
  align-items: center;
  background: #fff;
  border: 1px solid rgb(16 43 78 / 12%);
  border-radius: 50%;
  color: var(--txt-primary-color);
  display: inline-flex;
  height: 43px;
  justify-content: center;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  width: 43px;
}

.product-overview-action:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-2px);
}

.product-overview-action:focus-visible,
.product-overview-link:focus-visible,
.product-overview-breadcrumbs a:focus-visible {
  outline: 3px solid rgb(247 120 32 / 35%);
  outline-offset: 4px;
}

.product-overview-next-section {
  background: #fff;
  padding: 80px 24px 100px;
  text-align: center;
}

.product-overview-next-section h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.15;
}

.product-catalogue {
  background: #f7f8f9;
  padding: clamp(70px, 9vw, 125px) max(22px, 5vw) clamp(80px, 10vw, 145px);
}

.product-catalogue__intro {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin: 0 auto 48px;
  max-width: 1180px;
}

.product-catalogue__intro h2 {
  color: var(--txt-primary-color);
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
}

.product-catalogue__intro h2 em {
  color: var(--primary-color);
  font-style: normal;
}

.product-catalogue__summary {
  color: #68717d;
  line-height: 1.75;
  margin: 0 0 4px;
  max-width: 360px;
}

.product-catalogue__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.product-tile {
  background: #fff;
  box-shadow: 0 12px 35px rgb(16 43 78 / 6%);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  position: relative;
  transform: translateY(0);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.product-tile:hover {
  box-shadow: 0 22px 48px rgb(16 43 78 / 15%);
  transform: translateY(-9px);
}

.product-tile--featured {
  grid-column: span 2;
  grid-row: span 2;
}

.product-tile__visual {
  background: var(--txt-primary-color);
  height: 220px;
  overflow: hidden;
  position: relative;
}

.product-tile--featured .product-tile__visual {
  height: 330px;
}

.product-tile__visual::after {
  background: linear-gradient(180deg, rgb(16 43 78 / 3%), rgb(16 43 78 / 50%));
  content: "";
  inset: 0;
  position: absolute;
}

.product-tile__visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
  width: 100%;
}

.product-tile:hover .product-tile__visual img {
  transform: scale(1.08);
}

.product-tile__number {
  bottom: 16px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  left: 18px;
  letter-spacing: 0.14em;
  position: absolute;
  z-index: 1;
}

.product-tile__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 23px 24px;
}

.product-tile__icon {
  align-items: center;
  background: rgb(247 120 32 / 12%);
  border-radius: 50%;
  color: var(--primary-color);
  display: flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 14px;
  width: 38px;
}

.product-tile h3 {
  color: var(--txt-primary-color);
  font-size: clamp(1.15rem, 1.6vw, 1.5rem);
  margin-bottom: 9px;
}

.product-tile p {
  color: #68717d;
  font-size: 0.86rem;
  line-height: 1.6;
  margin-bottom: 17px;
}

.product-tile__link {
  align-items: center;
  color: var(--primary-color);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 9px;
  margin-top: auto;
  text-transform: uppercase;
  transition: color 0.25s ease, gap 0.25s ease;
}

.product-tile__link:hover {
  color: var(--txt-primary-color);
  gap: 14px;
}

.product-tile__link i {
  font-size: 0.72rem;
}

@media (max-width: 900px) {
  .product-catalogue__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-tile--featured {
    grid-column: span 2;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .product-catalogue__intro {
    align-items: start;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 34px;
  }

  .product-catalogue__summary {
    max-width: 500px;
  }

  .product-catalogue__grid {
    gap: 14px;
    grid-template-columns: 1fr;
  }

  .product-tile--featured {
    grid-column: auto;
  }

  .product-tile,
  .product-tile--featured {
    min-height: 0;
  }

  .product-tile__visual,
  .product-tile--featured .product-tile__visual {
    height: 230px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-tile,
  .product-tile__visual img,
  .product-tile__link {
    transition: none;
  }
}

@media (max-width: 767px) {
  .product-overview-hero {
    min-height: auto;
    padding-bottom: 56px;
  }

  .product-overview-hero__image {
    background-position: 38% center;
    height: 330px;
  }

  .product-overview-hero__content {
    margin-top: -54px;
    padding: 25px 22px 28px;
    width: calc(100% - 28px);
  }

  .product-overview-hero__marker {
    right: 22px;
    top: 29px;
  }

  .product-overview-breadcrumbs {
    gap: 8px;
    margin-bottom: 21px;
  }

  .product-overview-hero h1 {
    font-size: 2rem;
  }

  .product-overview-tagline {
    margin-bottom: 23px;
  }

  .product-overview-description {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .product-overview-hero__actions {
    flex-direction: row;
    right: 22px;
    top: 274px;
  }

  .product-overview-hero__content::before {
    height: 4px;
    width: 82px;
  }
}

.about-image {
  display: block;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  width: 100%;
}

.about-image-note {
  background: var(--txt-primary-color);
  bottom: 1.5rem;
  color: var(--txt-white-color);
  display: flex;
  flex-direction: column;
  left: -1rem;
  padding: 1rem 1.25rem;
  position: absolute;
}

.about-image-note strong {
  color: var(--primary-color);
  font-size: 1rem;
}

.about-image-note span {
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

.about-page {
  background: #f7f7f7;
}

.about-page-hero {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  min-height: 620px;
  overflow: hidden;
  position: relative;
}

.about-page-hero__image {
  background: linear-gradient(90deg, rgba(16, 43, 78, 0.98) 15%, rgba(16, 43, 78, 0.55) 55%, rgba(16, 43, 78, 0.18)), url("../assets/images/project-2.jpg") center / cover;
  inset: 0;
  opacity: 0.92;
  position: absolute;
}

.about-page-hero__content {
  padding-bottom: clamp(5rem, 12vw, 9rem);
  padding-top: clamp(5rem, 12vw, 9rem);
  position: relative;
  z-index: 1;
}

.about-page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 1.03;
  margin: 0.6rem 0 1.4rem;
  max-width: 820px;
}

.about-page-hero p {
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1.65;
  margin: 0;
  max-width: 650px;
}

.about-story-section,
.about-principles-section,
.about-promise-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.about-story-grid {
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-story-grid h2,
.about-section-heading h2,
.about-manufacturing-content h2,
.about-chairman-panel h2 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1.08;
  margin: 0.45rem 0 1.25rem;
}

.about-story-copy p,
.about-section-heading p,
.about-manufacturing-content > p,
.about-chairman-panel p {
  color: #5f6670;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.about-timeline {
  border-top: 1px solid #d6dce2;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 4rem;
}

.about-timeline article {
  border-right: 1px solid #d6dce2;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1.25rem 1rem 0 0;
}

.about-timeline article + article {
  padding-left: 1rem;
}

.about-timeline article:last-child {
  border-right: 0;
}

.about-timeline strong {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.about-timeline span {
  color: #5f6670;
  font-size: 0.82rem;
  line-height: 1.5;
}

.about-chairman-section {
  background: #fff;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.about-chairman-panel {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1.45fr);
  padding: clamp(2rem, 5vw, 4.5rem);
}

.about-chairman-label {
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 2rem;
}

.about-chairman-label span {
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-chairman-label strong {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  margin-top: 1rem;
}

.about-chairman-panel h2 {
  color: var(--txt-white-color);
  margin-top: 0;
}

.about-chairman-panel p {
  color: #dce5ef;
  max-width: 720px;
}

.about-principles-section {
  background: #f7f7f7;
}

.about-section-heading {
  max-width: 760px;
}

.about-principles-grid,
.about-promise-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2.5rem;
}

.about-principles-grid article,
.about-promise-grid article {
  background: #fff;
  min-height: 190px;
  padding: 1.6rem;
}

.about-principles-grid i,
.about-promise-grid i {
  color: var(--primary-color);
  font-size: 1.35rem;
}

.about-principles-grid h3,
.about-promise-grid h3 {
  color: var(--txt-primary-color);
  font-size: 1rem;
  margin: 1rem 0 0.55rem;
}

.about-principles-grid p,
.about-promise-grid p {
  color: #5f6670;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

.about-manufacturing-section {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  padding: clamp(3rem, 8vw, 7rem) 0;
}

.about-manufacturing-grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.about-manufacturing-image img {
  display: block;
  height: 520px;
  object-fit: cover;
  width: 100%;
}

.about-manufacturing-content h2 {
  color: var(--txt-white-color);
}

.about-manufacturing-content > p {
  color: #dce5ef;
}

.about-capability-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  padding-top: 1.4rem;
}

.about-capability-list span {
  color: #dce5ef;
  font-size: 0.85rem;
}

.about-capability-list strong {
  color: var(--primary-color);
  display: block;
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
}

.about-promise-section {
  background: #fff;
}

.about-promise-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.systems-section {
  background: #fff;
}

.systems-heading {
  max-width: 720px;
  padding-bottom: 1rem;
}

.systems-heading h2 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.systems-heading p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 600px;
}

.system-card {
  background: var(--txt-primary-color);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.system-image {
  display: block;
  height: 360px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 100%;
}

.system-card::after {
  background: linear-gradient(180deg, transparent 25%, rgba(16, 43, 78, 0.94) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.system-content {
  bottom: 0;
  color: var(--txt-white-color);
  left: 0;
  padding: 1.5rem;
  position: absolute;
  right: 0;
  z-index: 1;
}

.system-content h3 {
  color: var(--txt-white-color);
  font-size: clamp(1rem, 1.8vw, 1.4rem);
  margin-bottom: 0.55rem;
}

.system-content p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
  margin: 0;
  max-width: 440px;
}

.system-card:hover .system-image {
  opacity: 1;
  transform: scale(1.06);
}

.services-section {
  background: #f7f7f7;
  padding: 1rem 0 4rem;
}

.services-heading {
  margin-bottom: 1.5rem;
  max-width: 720px;
}

.services-heading h2 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.services-heading p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 620px;
}

.service-card {
  background: var(--txt-white-color);
  border-top: 3px solid transparent;
  height: 100%;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: border-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

.service-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 12px 30px rgba(16, 43, 78, 0.12);
  transform: translateY(-4px);
}

.service-icon {
  align-items: center;
  background: #fff4ec;
  display: flex;
  height: 76px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 76px;
}

.service-icon img {
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.service-card h3 {
  color: var(--txt-primary-color);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin-bottom: 0.7rem;
}

.service-card p {
  color: #68717d;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.service-card a {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 700;
}

.service-card a span {
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 0.3s ease;
}

.service-card a:hover span {
  transform: translateX(0.25rem);
}

.numbers-section {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
}

.numbers-section h2 {
  color: var(--txt-white-color);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
}

.numbers-section p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.8;
  max-width: 620px;
}

.numbers-image-wrap {
  background: #fff;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.numbers-image {
  display: block;
  height: 100%;
  min-height: 360px;
  object-fit: contain;
  padding: clamp(1rem, 3vw, 2.5rem);
  transition: transform 0.5s ease;
  width: 100%;
}

.numbers-image-wrap:hover .numbers-image {
  transform: scale(1.04);
}

.numbers-image-label {
  background: var(--primary-color);
  bottom: 0;
  color: var(--txt-white-color);
  font-size: clamp(0.8rem, 1.2vw, 1rem);
  font-weight: 700;
  left: 0;
  padding: 0.8rem 1rem;
  position: absolute;
}

.projects-section {
  background: #f7f7f7;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.projects-title {
  padding: 3rem 1rem 1rem;
  text-align: center;
}

.projects-title h2 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin: 0;
}

.floatingImgs {
  align-items: flex-start;
  column-gap: 15px;
  display: flex;
  overflow-x: auto;
  padding: 1rem 1rem 2rem;
  scrollbar-width: thin;
  will-change: transform;
}

.project-tile {
  background: var(--txt-primary-color);
  flex: 0 0 240px;
  overflow: hidden;
  position: relative;
}

.project-tile::after {
  background: linear-gradient(88deg, rgba(15, 13, 57, 0.55), rgba(15, 13, 57, 0));
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  position: absolute;
}

.project-tile img {
  display: block;
  height: 320px;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.project-tile:hover img {
  transform: scale(1.06);
}

.projects-cta {
  background: var(--primary-color);
  color: var(--txt-white-color);
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.8rem 1.2rem;
}

.projects-cta span {
  display: inline-block;
  margin-left: 0.4rem;
  transition: transform 0.3s ease;
}

.projects-cta:hover {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
}

.projects-cta:hover span {
  transform: translateX(0.25rem);
}

.projects-page {
  background: #f7f7f7;
}

.projects-page-hero {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.projects-page-hero .about-kicker {
  color: var(--primary-color);
}

.projects-page-hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 1.05;
  margin: 0.75rem 0 1.25rem;
  max-width: 850px;
}

.projects-page-hero p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  margin: 0;
  max-width: 650px;
}

.projects-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2.25rem;
}

.projects-filter-link {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--txt-white-color);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.projects-filter-link:hover,
.projects-filter-link:focus-visible,
.projects-filter-link.is-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--txt-primary-color);
}

.project-gallery-section {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.project-gallery-section + .project-gallery-section {
  padding-top: 0;
}

.project-gallery-heading {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.project-gallery-heading h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1.1;
  margin: 0.5rem 0 0;
}

.project-gallery-heading p {
  color: #536174;
  line-height: 1.6;
  margin: 0;
  max-width: 420px;
}

.project-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.project-gallery-card {
  background: var(--txt-primary-color);
  cursor: default;
  min-height: 290px;
  overflow: hidden;
  position: relative;
}

.project-gallery-card::after {
  background: linear-gradient(180deg, rgba(16, 43, 78, 0.02) 25%, rgba(16, 43, 78, 0.94) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition: background 0.35s ease;
}

.project-gallery-card img {
  display: block;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.project-gallery-card:hover img {
  transform: scale(1.08);
}

.project-gallery-card-info {
  bottom: 1rem;
  color: var(--txt-white-color);
  left: 1rem;
  position: absolute;
  right: 1rem;
  transform: translateY(0.4rem);
  transition: transform 0.35s ease;
  z-index: 1;
}

.project-gallery-card-info small,
.project-gallery-card-info strong,
.project-gallery-card-info > span {
  display: block;
}

.project-gallery-card-info small {
  color: var(--primary-color);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.project-gallery-card-info strong {
  font-size: 1.1rem;
  line-height: 1.2;
}

.project-gallery-card-info > span {
  font-size: 0.76rem;
  margin-top: 0.65rem;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(0.5rem);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-gallery-card:hover::after,
.project-gallery-card:focus-visible::after {
  background: linear-gradient(180deg, rgba(16, 43, 78, 0.04) 10%, rgba(16, 43, 78, 0.98) 100%);
}

.project-gallery-card:hover .project-gallery-card-info,
.project-gallery-card:focus-visible .project-gallery-card-info {
  transform: translateY(0);
}

.project-gallery-card:hover .project-gallery-card-info > span,
.project-gallery-card:focus-visible .project-gallery-card-info > span {
  opacity: 1;
  transform: translateY(0);
}

.project-gallery-card-info i {
  color: var(--primary-color);
  margin-left: 0.35rem;
}

.segments-section {
  background: #fff;
}

.segments-heading {
  margin-bottom: 2rem;
  max-width: 720px;
}

.segments-heading h2 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.segments-heading p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 620px;
}

.segments-slider-wrap {
  display: block;
}

.segments-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  overflow: visible;
  padding: 0.5rem 0 0;
}

.segment-card {
  background: #f7f7f7;
  border-top: 3px solid transparent;
  min-height: 230px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease,
    transform 0.3s ease;
}

.segment-card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 12px 28px rgba(16, 43, 78, 0.12);
  transform: translateY(-4px);
}

.segment-card a {
  align-items: center;
  color: var(--txt-primary-color);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}

.segment-card img {
  height: 92px;
  margin-bottom: 1rem;
  object-fit: contain;
  width: 110px;
}

.segment-card h3 {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin: 0;
}

.segments-arrow {
  display: none;
}

.segments-arrow:hover {
  background: var(--primary-color);
}

.clients-section {
  background: #f7f7f7;
  padding-bottom: 3rem;
}

.clients-section .sec-title {
  color: var(--txt-primary-color);
  font-size: clamp(1.65rem, 2.6vw, 2.5rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.logos-slider {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.logos-slider .slide {
  align-items: center;
  background: var(--txt-white-color);
  display: flex;
  justify-content: center;
  min-height: 180px;
}

.logos-slider img {
  display: block;
  max-height: 120px;
  max-width: 85%;
  object-fit: contain;
  width: auto;
}

.contact-home-section {
  background: #fff;
  overflow: hidden;
}

.contact-home-teaser {
  align-items: center;
  background: #f7f7f7;
  border-top: 4px solid var(--primary-color);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.contact-home-teaser h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  margin: 0.65rem 0 0.85rem;
  max-width: 720px;
}

.contact-home-teaser p {
  color: #5f6670;
  margin: 0;
  max-width: 650px;
}

.contact-page {
  background: #fff;
}

.contact-page-media {
  align-items: flex-start;
  /* aspect-ratio: 1672 / 1650; */
  background: #0f3157;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.contact-page-media img {
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.contact-page-content {
  background: #f7f7f7;
  height: 100%;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.contact-page-content h1 {
  color: var(--txt-primary-color);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.08;
  margin: 0.7rem 0 1rem;
}

.contact-page-content > p {
  color: #5f6670;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 700px;
}

.contact-page-content .contact-home-form {
  margin-top: 1.5rem;
}

.contact-home-media {
  background: #e8edf1;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.contact-home-media img {
  height: 100%;
  display: block;
  min-height: 560px;
  object-fit: cover;
  opacity: 0.92;
  width: 100%;
}

.contact-home-media::after {
  background: linear-gradient(180deg, rgba(16, 43, 78, 0), rgba(16, 43, 78, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.contact-home-note {
  background: var(--txt-primary-color);
  bottom: 1.25rem;
  color: var(--txt-white-color);
  left: 1.25rem;
  max-width: calc(100% - 2.5rem);
  padding: 1rem 1.2rem;
  position: absolute;
  z-index: 1;
}

.contact-home-note strong,
.contact-home-note span {
  display: block;
}

.contact-home-note strong {
  color: var(--primary-color);
  font-size: 1rem;
}

.contact-home-note span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.contact-home-content {
  background: #f7f7f7;
  height: 100%;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.contact-home-content h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 760px;
}

.contact-home-content > p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 680px;
}

.contact-home-details {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1.5rem;
}

.contact-home-item {
  align-items: flex-start;
  background: var(--txt-white-color);
  border-left: 3px solid var(--primary-color);
  color: var(--txt-primary-color);
  display: flex;
  gap: 0.8rem;
  min-height: 94px;
  padding: 1rem;
}

.contact-home-address {
  grid-column: 1 / -1;
}

.contact-home-item i {
  align-items: center;
  background: #fff4ec;
  color: var(--primary-color);
  display: flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.contact-home-item strong {
  color: var(--txt-primary-color);
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.contact-home-item span {
  color: #5f6670;
  font-size: 0.9rem;
  line-height: 1.55;
}

.contact-home-form {
  background: var(--txt-white-color);
  border-top: 3px solid var(--primary-color);
  padding: clamp(1.25rem, 3vw, 1.75rem);
}

.contact-home-form label {
  color: var(--txt-primary-color);
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.contact-home-form input,
.contact-home-form select,
.contact-home-form textarea {
  background: #f7f7f7;
  border: 1px solid rgba(16, 43, 78, 0.14);
  color: var(--txt-primary-color);
  display: block;
  font-family: inherit;
  font-size: 0.92rem;
  min-height: 48px;
  padding: 0.75rem 0.85rem;
  width: 100%;
}

.contact-home-form textarea {
  min-height: 118px;
  resize: vertical;
}

.contact-home-form input:focus,
.contact-home-form select:focus,
.contact-home-form textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.15rem rgba(247, 120, 32, 0.14);
  outline: 0;
}

.contact-home-submit {
  align-items: center;
  background: var(--primary-color);
  border: 0;
  color: var(--txt-white-color);
  display: inline-flex;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.7rem;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.25rem;
  transition: background-color 0.3s ease, gap 0.3s ease;
}

.contact-home-submit:hover {
  background: var(--txt-primary-color);
  gap: 1rem;
}

.contact-home-link {
  color: var(--primary-color);
  font-size: 0.9rem;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .contact-page-media {
    aspect-ratio: 836 / 825;
    background-image: url("../assets/contact us.png");
    height: auto;
  }

  .contact-home-teaser {
    align-items: flex-start;
    flex-direction: column;
  }
}

.site-footer {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
}

.footer-brand {
  align-items: center;
  color: var(--txt-white-color);
  display: inline-flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.footer-brand img {
  background: var(--txt-white-color);
  height: 58px;
  object-fit: contain;
  padding: 0.35rem;
  width: 58px;
}

.footer-brand span {
  color: var(--txt-white-color);
  font-size: 1.35rem;
  font-weight: 700;
}

.footer-summary {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
  max-width: 370px;
}

.site-footer h3 {
  color: var(--txt-white-color);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-links,
.footer-contact {
  display: grid;
  gap: 0.65rem;
}

.footer-links a,
.footer-contact a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--primary-color) !important;
  transform: translateX(0.2rem);
}

.footer-contact i {
  color: var(--primary-color);
  margin-right: 0.35rem;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--txt-white-color);
  display: flex;
  height: 40px;
  justify-content: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  width: 40px;
}

.footer-social a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--txt-white-color) !important;
}

.footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  margin: 0;
}

.footer-bottom a {
  color: var(--primary-color);
  font-weight: 700;
}

.product-page {
  background: #fff;
  color: var(--txt-primary-color);
  overflow: hidden;
}

.swift-product-page {
  background: #eef0f0;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.swift-product-sheet {
  background: #f7f8f8;
  background-image: linear-gradient(145deg, transparent 0 72%, rgba(16, 43, 78, 0.035) 72% 80%, transparent 80%), linear-gradient(35deg, transparent 0 82%, rgba(16, 43, 78, 0.035) 82% 91%, transparent 91%);
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(1.25rem, 3vw, 2.2rem) clamp(1rem, 4vw, 2.5rem) 1.6rem;
}

.swift-product-heading,
.swift-feature-list h2,
.swift-feature-list h3,
.swift-feature-list p {
  color: #102b4e;
}

.swift-product-label {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.swift-product-label span {
  background: #f77820;
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1.15rem);
  line-height: 1;
  padding: 0.22rem 0.42rem 0.18rem;
}

.swift-product-label strong {
  color: #f77820;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.swift-product-heading h1 {
  color: #102b4e;
  font-size: clamp(1.45rem, 3.7vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.swift-product-heading h1 span {
  font-weight: 700;
}

.swift-product-intro {
  color: #102b4e;
  font-size: clamp(0.8rem, 1.55vw, 1.3rem);
  line-height: 1.28;
  margin: 0.8rem 0 1.55rem;
}

.swift-product-main {
  display: grid;
  gap: clamp(0.45rem, 1.2vw, 1rem);
  grid-template-columns: minmax(220px, 1.05fr) minmax(260px, 1.1fr) minmax(180px, 0.9fr);
}

.swift-feature-list h2 {
  font-size: clamp(1rem, 1.8vw, 1.55rem);
  line-height: 1.12;
  margin: 0 0 0.8rem;
}

.swift-feature-list article {
  align-items: flex-start;
  display: flex;
  gap: 0.45rem;
  margin-bottom: 0.62rem;
}

.swift-feature-list article > i {
  align-items: center;
  background: #f77820;
  border-radius: 50%;
  color: #102b4e;
  display: flex;
  flex: 0 0 clamp(1.45rem, 2.6vw, 2rem);
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  height: clamp(1.45rem, 2.6vw, 2rem);
  justify-content: center;
  margin-top: 0.05rem;
  width: clamp(1.45rem, 2.6vw, 2rem);
}

.swift-feature-list h3 {
  font-size: clamp(0.64rem, 1vw, 0.92rem);
  line-height: 1.18;
  margin: 0;
}

.swift-feature-list p {
  font-size: clamp(0.48rem, 0.72vw, 0.67rem);
  line-height: 1.28;
  margin: 0.2rem 0 0;
}

.swift-technical-image,
.swift-tall-image {
  background: #fff;
  overflow: hidden;
}

.swift-technical-image img,
.swift-tall-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.swift-technical-image img {
  object-fit: contain;
}

.swift-project-strip {
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(1rem, 2vw, 1.6rem);
}

.swift-project-strip figure {
  background: #102b4e;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.swift-project-strip img {
  aspect-ratio: 1.55 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.swift-project-strip figcaption {
  border-left: 0.2rem solid #f77820;
  bottom: 0;
  color: #fff;
  font-size: clamp(0.48rem, 0.8vw, 0.7rem);
  left: 0.5rem;
  line-height: 1;
  padding-left: 0.35rem;
  position: absolute;
}

.aluminium-product-page {
  background: #eef0f0;
  color: #102b4e;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.aluminium-product-sheet {
  background: #f7f8f8;
  background-image: linear-gradient(145deg, transparent 0 72%, rgba(16, 43, 78, 0.035) 72% 80%, transparent 80%), linear-gradient(35deg, transparent 0 82%, rgba(16, 43, 78, 0.035) 82% 91%, transparent 91%);
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(1.25rem, 3vw, 2.2rem) clamp(1rem, 4vw, 2.5rem) 1.6rem;
}

.aluminium-product-heading h1 {
  color: #102b4e;
  font-size: clamp(1.45rem, 3.7vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.aluminium-product-heading h1 span {
  font-weight: 700;
}

.aluminium-product-label {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.aluminium-product-label span {
  background: #f77820;
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1.15rem);
  line-height: 1;
  padding: 0.22rem 0.42rem 0.18rem;
}

.aluminium-product-label strong {
  color: #f77820;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.aluminium-product-heading p {
  color: #102b4e;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  line-height: 1.18;
  margin: 0.15rem 0 1rem;
}

.aluminium-hero-grid,
.aluminium-reference-grid {
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
}

.aluminium-hero-side,
.aluminium-reference-side {
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.aluminium-hero-grid figure,
.aluminium-reference-grid figure {
  background: #fff;
  border-radius: 0.55rem;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.aluminium-hero-grid img,
.aluminium-reference-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.aluminium-hero-image img,
.aluminium-reference-side img {
  object-fit: contain;
}

.aluminium-hero-image img {
  aspect-ratio: 1.28 / 1;
}

.aluminium-hero-side img {
  aspect-ratio: 1.9 / 1;
}

.aluminium-hero-grid figcaption {
  background: #102b4e;
  bottom: 0;
  color: #fff;
  font-size: clamp(0.45rem, 0.75vw, 0.68rem);
  left: 0;
  line-height: 1.1;
  padding: 0.25rem 0.4rem;
  position: absolute;
  right: 0;
}

.aluminium-reference-grid {
  margin-top: clamp(0.65rem, 1.5vw, 1rem);
}

.aluminium-components img {
  aspect-ratio: 1.55 / 1;
}

.aluminium-reference-side img {
  aspect-ratio: 2.4 / 1;
}

@media (max-width: 575.98px) {
  .aluminium-hero-grid,
  .aluminium-reference-grid {
    grid-template-columns: 1fr;
  }

  .aluminium-hero-side,
  .aluminium-reference-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }
}

.steel-slotted-product-page {
  background: #eef0f0;
  color: #102b4e;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.steel-slotted-product-sheet {
  background: #f7f8f8;
  background-image: linear-gradient(145deg, transparent 0 72%, rgba(16, 43, 78, 0.035) 72% 80%, transparent 80%), linear-gradient(35deg, transparent 0 82%, rgba(16, 43, 78, 0.035) 82% 91%, transparent 91%);
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(1.25rem, 3vw, 2.2rem) clamp(1rem, 4vw, 2.5rem) 1.6rem;
}

.steel-slotted-product-heading h1 {
  color: #102b4e;
  font-size: clamp(1.45rem, 3.7vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.steel-slotted-product-heading h1 span {
  font-weight: 700;
}

.steel-slotted-product-label {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.steel-slotted-product-label span {
  background: #f77820;
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1.15rem);
  line-height: 1;
  padding: 0.22rem 0.42rem 0.18rem;
}

.steel-slotted-product-label strong {
  color: #f77820;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.steel-slotted-product-heading p {
  color: #102b4e;
  font-size: clamp(0.72rem, 1vw, 0.92rem);
  line-height: 1.18;
  margin: 0.7rem 0 0;
}

.steel-slotted-product-heading .steel-slotted-subtitle {
  font-size: clamp(0.82rem, 1.55vw, 1.3rem);
  margin-top: 0.15rem;
}

.steel-slotted-image-grid {
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: clamp(1rem, 2vw, 1.4rem);
}

.steel-slotted-image-grid figure {
  background: #fff;
  border-radius: 0.55rem;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.steel-slotted-image-grid figure:nth-child(-n + 3) {
  grid-column: span 2;
}

.steel-slotted-image-grid figure:nth-child(n + 4) {
  grid-column: span 3;
}

.steel-slotted-image-grid img {
  aspect-ratio: 1.45 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.steel-slotted-image-grid figure:nth-child(-n + 2) img {
  object-fit: contain;
}

.steel-slotted-image-grid figcaption {
  background: #102b4e;
  border-left: 0.2rem solid #f77820;
  bottom: 0;
  color: #fff;
  font-size: clamp(0.45rem, 0.75vw, 0.68rem);
  left: 0;
  line-height: 1.1;
  padding: 0.28rem 0.4rem;
  position: absolute;
  right: 0;
}

@media (max-width: 575.98px) {
  .steel-slotted-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steel-slotted-image-grid figure:nth-child(n) {
    grid-column: span 1;
  }

  .steel-slotted-image-grid figure:nth-child(n + 4) {
    grid-column: span 2;
  }
}

.polymer-product-page {
  background: #e7e9ea;
  color: #102b4e;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(0.9rem, 2vw, 1.5rem) 0;
}

.polymer-product-sheet {
  background:
    linear-gradient(135deg, rgba(16, 43, 78, 0.035) 0 18%, transparent 18% 100%),
    linear-gradient(45deg, transparent 0 68%, rgba(16, 43, 78, 0.035) 68% 76%, transparent 76% 100%),
    linear-gradient(145deg, transparent 0 76%, rgba(16, 43, 78, 0.045) 76% 84%, transparent 84% 100%),
    #f1f2f2;
  box-shadow: 0 18px 45px rgba(16, 43, 78, 0.08);
  margin: 0 auto;
  max-width: 1180px;
  overflow: hidden;
  padding: clamp(1rem, 2vw, 1.8rem) clamp(1rem, 2.4vw, 2.1rem) 1rem;
  position: relative;
}

.polymer-product-sheet::before,
.polymer-product-sheet::after {
  background: rgba(16, 43, 78, 0.055);
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.polymer-product-sheet::before {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  height: 34%;
  left: 44%;
  top: 0;
  width: 32%;
}

.polymer-product-sheet::after {
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  height: 28%;
  right: 0;
  width: 28%;
}

.polymer-product-heading,
.polymer-hero-grid,
.polymer-gallery {
  position: relative;
  z-index: 1;
}

.polymer-product-heading {
  margin-bottom: 0.7rem;
}

.polymer-product-label {
  align-items: center;
  display: flex;
  gap: 0.7rem;
  line-height: 1;
}

.polymer-product-label span {
  background: #f77820;
  color: #fff;
  display: inline-block;
  font-size: clamp(0.75rem, 1.3vw, 1.15rem);
  font-weight: 400;
  line-height: 1;
  padding: 0.25rem 0.48rem 0.18rem;
  text-transform: uppercase;
}

.polymer-product-label strong {
  color: #f77820;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 700;
  line-height: 0.88;
}

.polymer-product-heading h1 {
  color: #102b4e;
  font-size: clamp(1.45rem, 3.7vw, 3rem);
  font-weight: 500;
  line-height: 1.03;
  margin: 0.26rem 0 0;
}

.polymer-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(0.7rem, 1.4vw, 1.2rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
}

.polymer-feature-panel h2 {
  color: #102b4e;
  font-size: clamp(0.95rem, 1.55vw, 1.35rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
}

.polymer-intro-subtitle {
  color: #102b4e;
  font-size: clamp(0.76rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 1.22;
  margin: 0.12rem 0 0.9rem;
}

.polymer-feature-grid {
  display: grid;
  gap: 0.44rem 0.78rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 545px;
}

.polymer-feature-item {
  align-items: flex-start;
  display: grid;
  gap: 0.48rem;
  grid-template-columns: 35px minmax(0, 1fr);
  min-height: 48px;
}

.polymer-feature-icon {
  align-items: center;
  background: #f77820;
  border-radius: 50%;
  color: #102b4e;
  display: inline-flex;
  font-size: 0.9rem;
  height: 31px;
  justify-content: center;
  margin-top: 0.05rem;
  width: 31px;
}

.polymer-feature-item strong {
  color: #102b4e;
  display: block;
  font-size: clamp(0.68rem, 0.86vw, 0.82rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 0.06rem;
}

.polymer-feature-item small {
  color: #102b4e;
  display: block;
  font-size: clamp(0.48rem, 0.68vw, 0.62rem);
  font-weight: 300;
  line-height: 1.22;
}

.polymer-showcase {
  align-self: stretch;
  display: flex;
  justify-content: flex-end;
  min-height: 410px;
  overflow: visible;
}

.polymer-showcase img {
  align-self: center;
  display: block;
  /* filter: drop-shadow(0 22px 26px rgba(25, 75, 28, 0.15)); */
  height: auto;
  margin-right: -18%;
  max-width: 128%;
  width: 100%;
}

.polymer-gallery {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.05rem;
}

.polymer-gallery figure {
  background: #102b4e;
  border-radius: 8px 8px 0 0;
  margin: 0;
  min-height: 186px;
  overflow: hidden;
  position: relative;
}

.polymer-gallery img {
  display: block;
  height: 186px;
  object-fit: cover;
  width: 100%;
}

.polymer-gallery-wide {
  grid-column: span 2;
}

.polymer-gallery-wide,
.polymer-gallery-wide img {
  min-height: 250px;
}

.polymer-gallery figcaption {
  background: #102b4e;
  bottom: 0;
  color: #fff;
  font-size: clamp(0.56rem, 0.75vw, 0.72rem);
  left: 0;
  line-height: 1.16;
  padding: 0.42rem 0.55rem 0.42rem 0.82rem;
  position: absolute;
  right: 0;
}

.polymer-gallery figcaption::before {
  background: #f77820;
  bottom: 0.36rem;
  content: "";
  left: 0.38rem;
  position: absolute;
  top: 0.36rem;
  width: 3px;
}

@media (max-width: 991.98px) {
  .polymer-hero-grid,
  .polymer-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .polymer-feature-panel,
  .polymer-showcase,
  .polymer-gallery-wide {
    grid-column: span 2;
  }

  .polymer-showcase {
    min-height: 340px;
  }

  .polymer-showcase img {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .swift-product-main {
    grid-template-columns: 1fr 1fr;
  }

  .swift-feature-list {
    grid-row: span 2;
  }

  .swift-tall-image {
    min-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .polymer-hero-grid,
  .polymer-feature-panel,
  .polymer-showcase,
  .polymer-gallery,
  .polymer-gallery-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .polymer-feature-grid {
    grid-template-columns: 1fr;
  }

  .polymer-gallery figure,
  .polymer-gallery img,
  .polymer-gallery-wide,
  .polymer-gallery-wide img {
    height: 230px;
    min-height: 230px;
  }
}

@media (max-width: 479.98px) {
  .swift-product-main,
  .swift-project-strip {
    grid-template-columns: 1fr;
  }

  .swift-feature-list {
    grid-row: auto;
  }

  .swift-feature-list p {
    font-size: 0.68rem;
  }

  .swift-technical-image {
    min-height: 280px;
  }
}
.beam-product-page {
  background: #eef0f0;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.beam-product-sheet {
  background: #f7f8f8;
  background-image: linear-gradient(145deg, transparent 0 72%, rgba(16, 43, 78, 0.035) 72% 80%, transparent 80%), linear-gradient(35deg, transparent 0 82%, rgba(16, 43, 78, 0.035) 82% 91%, transparent 91%);
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(1.25rem, 3vw, 2.2rem) clamp(1rem, 4vw, 2.5rem) 1.6rem;
}

.beam-product-heading {
  color: #102b4e;
}

.beam-product-label {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.beam-product-label span {
  background: #f77820;
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1.15rem);
  line-height: 1;
  padding: 0.22rem 0.42rem 0.18rem;
}

.beam-product-label strong {
  color: #f77820;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.beam-product-heading h1 {
  color: #102b4e;
  font-size: clamp(1.45rem, 3.7vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.beam-product-heading h1 span {
  font-weight: 700;
}

.beam-product-intro {
  color: #102b4e;
  font-size: clamp(0.8rem, 1.55vw, 1.3rem);
  line-height: 1.28;
  margin: 0.8rem 0 1.55rem;
}

.beam-assembly-panel {
  border: 1px dashed #f77820;
  border-radius: 0.65rem;
  overflow: hidden;
  position: relative;
}

.beam-assembly-panel h2 {
  background: #f77820;
  border-radius: 0.2rem;
  color: #fff;
  font-size: clamp(0.75rem, 1.35vw, 1.1rem);
  left: 50%;
  line-height: 1;
  margin: 0;
  padding: 0.32rem 0.6rem;
  position: absolute;
  top: -0.02rem;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.beam-assembly-drawing {
  background: #fff;
  display: flex;
  justify-content: center;
  height: clamp(190px, 30vw, 350px);
  padding: 1.1rem 0.4rem 0.2rem;
}

.beam-assembly-drawing > img {
  display: block;
  object-fit: contain;
  max-height: 100%;
  width: 100%;
}

.beam-assembly-panel > img {
  background: #fff;
  display: block;
  height: clamp(180px, 28vw, 330px);
  object-fit: contain;
  padding: 1.2rem 0.35rem 0.25rem;
  width: 100%;
}

.beam-project-strip {
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  grid-template-columns: repeat(6, 1fr);
  margin-top: clamp(1rem, 2vw, 1.6rem);
}

.beam-project-strip figure {
  background: #102b4e;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.beam-project-strip figure:nth-child(-n + 3) {
  grid-column: span 2;
}

.beam-project-strip figure:nth-child(n + 4) {
  grid-column: span 3;
}

.beam-project-strip img {
  aspect-ratio: 1.45 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.beam-project-strip figcaption {
  border-left: 0.2rem solid #f77820;
  bottom: 0;
  color: #fff;
  font-size: clamp(0.45rem, 0.75vw, 0.68rem);
  left: 0.5rem;
  line-height: 1.1;
  padding-left: 0.35rem;
  position: absolute;
}

@media (max-width: 575.98px) {
  .beam-project-strip {
    grid-template-columns: 1fr 1fr;
  }

  .beam-project-strip figure:nth-child(n) {
    grid-column: span 1;
  }

  .beam-project-strip figure:last-child {
    grid-column: 1 / -1;
  }
}

.soldier-product-page {
  background: #eef0f0;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(1rem, 3vw, 2.5rem) 0;
}

.soldier-product-sheet {
  background: #f7f8f8;
  background-image: linear-gradient(145deg, transparent 0 72%, rgba(16, 43, 78, 0.035) 72% 80%, transparent 80%), linear-gradient(35deg, transparent 0 82%, rgba(16, 43, 78, 0.035) 82% 91%, transparent 91%);
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(1.25rem, 3vw, 2.2rem) clamp(1rem, 4vw, 2.5rem) 1.6rem;
}

.soldier-product-heading {
  color: #102b4e;
}

.soldier-product-label {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}

.soldier-product-label span {
  background: #f77820;
  color: #fff;
  font-size: clamp(0.75rem, 1.3vw, 1.15rem);
  line-height: 1;
  padding: 0.22rem 0.42rem 0.18rem;
}

.soldier-product-label strong {
  color: #f77820;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.soldier-product-heading h1 {
  color: #102b4e;
  font-size: clamp(1.45rem, 3.7vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0;
}

.soldier-product-heading h1 span {
  font-weight: 700;
}

.soldier-product-heading p {
  color: #102b4e;
  font-size: clamp(0.8rem, 1.55vw, 1.3rem);
  line-height: 1.28;
  margin: 0.8rem 0 1.55rem;
}

.soldier-project-grid {
  display: grid;
  gap: clamp(0.4rem, 1vw, 0.8rem);
  grid-template-columns: repeat(6, 1fr);
}

.soldier-project-grid figure {
  background: #102b4e;
  border-radius: 0.55rem;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.soldier-project-grid figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.soldier-project-grid figure:nth-child(2),
.soldier-project-grid figure:nth-child(3),
.soldier-project-grid figure:nth-child(4) {
  grid-column: span 2;
}

.soldier-project-grid figure:nth-child(5),
.soldier-project-grid figure:nth-child(6) {
  grid-column: span 3;
}

.soldier-project-grid img {
  aspect-ratio: 1.45 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.soldier-project-grid figure:first-child img {
  aspect-ratio: 1 / 1.35;
}

.soldier-project-grid figcaption {
  background: #102b4e;
  border-left: 0.2rem solid #f77820;
  bottom: 0;
  color: #fff;
  font-size: clamp(0.45rem, 0.75vw, 0.68rem);
  left: 0;
  line-height: 1.1;
  padding: 0.28rem 0.4rem;
  position: absolute;
  right: 0;
}

@media (max-width: 575.98px) {
  .soldier-project-grid {
    grid-template-columns: 1fr 1fr;
  }

  .soldier-project-grid figure:nth-child(n) {
    grid-column: span 1;
    grid-row: auto;
  }

  .soldier-project-grid figure:first-child {
    grid-column: 1 / -1;
  }
}

.product-page-hero {
  background: #f7f7f7;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}

.product-page-hero--overview {
  background: linear-gradient(90deg, #f7f7f7 0%, #f7f7f7 63%, #fff4ec 63%, #fff4ec 100%);
}

.product-breadcrumbs {
  align-items: center;
  color: #748096;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 0.65rem;
  margin-bottom: 2rem;
}

.product-breadcrumbs a {
  color: #748096;
}

.product-page h1 {
  color: var(--txt-primary-color);
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  line-height: 1.02;
  margin-bottom: 1.1rem;
  max-width: 760px;
}

.product-page-lead {
  color: #455a75;
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.55;
  margin-bottom: 1.1rem;
  max-width: 700px;
}

.product-page-copy,
.product-section-heading p,
.product-highlight-band p {
  color: #5f6670;
  font-size: 1rem;
  line-height: 1.75;
}

.product-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.product-outline-link {
  border: 1px solid rgba(16, 43, 78, 0.18);
  color: var(--txt-primary-color);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.8rem 1.15rem;
}

.product-outline-link:hover {
  background: var(--txt-primary-color);
  color: var(--txt-white-color) !important;
}

.product-hero-media {
  background: var(--txt-primary-color);
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.product-hero-media img {
  display: block;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  opacity: 0.9;
  width: 100%;
}

.product-hero-media::after {
  background: linear-gradient(180deg, rgba(16, 43, 78, 0), rgba(16, 43, 78, 0.74));
  content: "";
  inset: 0;
  position: absolute;
}

.product-hero-note {
  background: var(--txt-primary-color);
  bottom: 1.4rem;
  color: var(--txt-white-color);
  left: 1.4rem;
  max-width: calc(100% - 2.8rem);
  padding: 1rem 1.2rem;
  position: absolute;
  z-index: 1;
}

.product-hero-note strong,
.product-hero-note span {
  display: block;
}

.product-hero-note strong {
  color: var(--primary-color);
  font-size: 1rem;
}

.product-hero-note span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.5;
  margin-top: 0.25rem;
}

.product-overview-section,
.product-detail-section,
.product-list-section {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.product-section-heading {
  margin-bottom: 2rem;
  max-width: 780px;
}

.product-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-section-heading h2,
.product-highlight-band h2,
.product-reference-band h2,
.product-cta-band h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.9rem, 3.6vw, 3.45rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}

.product-overview-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-family-card {
  background: var(--txt-primary-color);
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.product-family-card a {
  color: var(--txt-white-color);
  display: block;
  height: 100%;
}

.product-family-card img {
  display: block;
  height: 390px;
  object-fit: cover;
  opacity: 0.82;
  transition: transform 0.5s ease, opacity 0.5s ease;
  width: 100%;
}

.product-family-card::after {
  /* background: linear-gradient(180deg, transparent 20%, rgba(16, 43, 78, 0.95) 100%); */
  content: "";
  inset: 0;
  pointer-events: none;
  /* position: absolute; */
}

.product-family-card__content {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  /* position: absolute; */
  right: 0;
  z-index: 1;
}

.product-family-card__content span {
  color: var(--primary-color);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.product-family-card h3 {
  color: var(--txt-white-color);
  font-size: clamp(1.05rem, 1.7vw, 1.45rem);
  line-height: 1.2;
  margin-bottom: 0.55rem;
}

.product-family-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  line-height: 1.55;
  margin-bottom: 0.8rem;
}

.product-family-card strong {
  color: var(--txt-white-color);
  font-size: 0.86rem;
}

.product-family-card:hover img {
  opacity: 1;
  transform: scale(1.06);
}

.product-highlight-band,
.product-reference-band {
  background: #f7f7f7;
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.product-highlight-band img {
  background: #fff;
  display: block;
  object-fit: contain;
  padding: clamp(1rem, 3vw, 2rem);
  width: 100%;
}

.product-feature-strip,
.product-reference-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.product-feature-strip span,
.product-reference-list span {
  background: var(--txt-white-color);
  border-left: 3px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.7rem 0.85rem;
}

.product-grouped-list {
  columns: 3;
  column-gap: 1rem;
}

.product-list-group {
  background: #f7f7f7;
  break-inside: avoid;
  display: inline-block;
  margin: 0 0 1rem;
  padding: 1.25rem;
  width: 100%;
}

.product-list-group h3 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin-bottom: 0.85rem;
}

.product-list-group h3 a {
  color: var(--txt-primary-color);
}

.product-list-group ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.product-list-group li {
  list-style: none;
}

.product-list-group li a {
  color: #5f6670;
  font-size: 0.88rem;
  line-height: 1.45;
}

.product-stat-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.product-stat {
  align-items: center;
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  display: flex;
  gap: 0.85rem;
  min-height: 96px;
  padding: 1.2rem;
}

.product-stat i {
  align-items: center;
  background: var(--primary-color);
  color: var(--txt-white-color);
  display: flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.product-stat span {
  color: var(--txt-white-color);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.product-detail-grid {
  display: grid;
  gap: 1rem;
}

.product-detail-card {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  min-height: 280px;
}

.product-detail-card__media {
  background: #fff;
  overflow: hidden;
}

.product-detail-card__media img {
  display: block;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.product-detail-card__content {
  padding: clamp(1.25rem, 3vw, 2.25rem);
}

.product-detail-card__content > span {
  color: var(--primary-color);
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}

.product-detail-card h3 {
  color: var(--txt-primary-color);
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  line-height: 1.18;
  margin-bottom: 0.75rem;
}

.product-detail-card h3 a {
  color: inherit;
}

.product-detail-card p {
  color: #5f6670;
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.product-detail-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
}

.product-detail-card li {
  color: #455a75;
  font-size: 0.9rem;
  line-height: 1.5;
  list-style: none;
  padding-left: 1.2rem;
  position: relative;
}

.product-detail-card li::before {
  background: var(--primary-color);
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.55rem;
  width: 7px;
}

.product-detail-card:hover img {
  transform: scale(1.05);
}

.product-detail-link {
  color: var(--primary-color);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 700;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.product-detail-content-section {
  background: #f7f7f7;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.product-detail-content-section h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.12;
  margin: 0.45rem 0 1.25rem;
  max-width: 620px;
}

.product-detail-content-section p {
  color: #5f6670;
  line-height: 1.75;
  max-width: 680px;
}

.product-spec-panel {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}

.product-spec-panel .about-kicker {
  color: var(--primary-color);
}

.product-spec-panel ul {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 0;
  padding: 0;
}

.product-spec-panel li {
  align-items: flex-start;
  display: flex;
  gap: 0.75rem;
  line-height: 1.5;
  list-style: none;
}

.product-spec-panel li i {
  color: var(--primary-color);
  padding-top: 0.2rem;
}

.product-gallery-section {
  background: #fff;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.product-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-gallery-card {
  aspect-ratio: 1 / 1;
  background: #f4f5f6;
  display: block;
  overflow: hidden;
}

.product-gallery-card img {
  height: 100%;
  object-fit: contain;
  transition: transform 240ms ease;
  width: 100%;
}

.product-gallery-card:hover img {
  transform: scale(1.04);
}

.product-related-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.product-related-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-related-card {
  background: #f7f7f7;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto;
  min-height: 86px;
  align-items: center;
  gap: 0.8rem;
  padding-right: 1rem;
}

.product-related-card img {
  height: 86px;
  object-fit: cover;
  width: 86px;
}

.product-related-card span {
  color: var(--txt-primary-color);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.product-related-card i {
  color: var(--primary-color);
}

.product-cta-band {
  background: var(--txt-primary-color);
  color: var(--txt-white-color);
  padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.product-cta-band .container {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.product-cta-band h2 {
  color: var(--txt-white-color);
  margin: 0;
  max-width: 760px;
}

@media (min-width: 992px) {
  .projects-title {
    left: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }

  .projects-title .about-kicker {
    color: var(--txt-white-color);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  }

  .projects-title h2 {
    color: var(--txt-white-color);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  }

  .floatingImgs {
    column-gap: 20px;
    margin-left: -140px;
    overflow: visible;
    padding: 120px 0 40px;
  }

  .project-tile {
    flex-basis: 360px;
  }

  .project-tile img {
    height: 420px;
  }

  .project-tile:nth-child(2n) {
    top: -90px;
  }

  .project-tile:nth-child(3n) {
    top: 30px;
  }

  .project-tile:nth-child(4n) {
    top: -20px;
  }

  .project-tile:nth-child(5n) {
    top: 90px;
  }
}

@media (min-width: 1400px) {
  .project-tile {
    flex-basis: 420px;
  }

  .project-tile img {
    height: 500px;
  }
}

@media (max-width: 991.98px) {
  .product-mega-menu {
    border-top: 1px solid rgba(16, 43, 78, 0.12);
    box-shadow: none;
    left: auto !important;
    max-height: 68vh;
    overflow-y: auto;
    transform: none !important;
    width: 100%;
  }

  .product-mega-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-mega-grid {
    grid-template-columns: 1fr;
    padding: 0.35rem 0.75rem 0.75rem;
  }

  .product-mega-group {
    border-bottom: 1px solid rgba(16, 43, 78, 0.1);
    padding: 0.9rem 0.25rem;
  }

  .product-mega-group:hover {
    background: transparent;
  }

  .product-mega-title {
    font-size: 0.95rem !important;
  }

  .product-mega-group li a {
    font-size: 0.82rem !important;
  }

  .product-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grouped-list {
    columns: 2;
  }

  .product-detail-card {
    grid-template-columns: 280px minmax(0, 1fr);
  }

  .product-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-detail-card__media img,
  .product-detail-card {
    min-height: 250px;
  }

  .product-cta-band .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .product-mega-menu {
    max-height: calc(100vh - 145px);
  }

  .product-mega-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem;
  }

  .product-mega-head > a {
    font-size: 0.75rem;
  }

  .product-mega-grid {
    grid-template-columns: 1fr;
    padding: 0.5rem 0.85rem 1rem;
  }

  .product-mega-group,
  .product-mega-group:nth-child(2n + 1),
  .product-mega-group:nth-child(2n) {
    border-bottom: 1px solid #e6ebf0;
    border-right: 0;
    padding: 0.9rem 0;
  }

  .product-mega-group:last-child {
    border-bottom: 0;
  }

  .product-mega-image {
    height: 96px;
    width: 118px;
  }

  .product-mega-group li a {
    font-size: 0.74rem;
  }

  .product-related-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery-grid {
    gap: 0.7rem;
    grid-template-columns: 1fr 1fr;
  }

  .product-related-card {
    grid-template-columns: 72px minmax(0, 1fr) auto;
  }

  .product-related-card img {
    height: 72px;
    width: 72px;
  }
}

@media (max-width: 991.98px) {
  .project-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .project-gallery-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .project-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .projects-page .container {
    max-width: 100%;
    overflow: hidden;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .project-gallery-grid {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .project-gallery-card,
  .project-gallery-card img {
    min-height: 320px;
  }
}

/* Final overrides for the Engineering the Future catalogue section. */
.catalogue-page-future {
  background-color: #f5f6f7;
  min-height: 800px;
  text-align: center;
}

.catalogue-page-future .catalogue-page-inner {
  max-width: 1200px;
  padding: 3.5rem 2.5rem 3rem;
}

.catalogue-page-future h2 {
  font-size: clamp(2.7rem, 5.6vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 0;
}

.catalogue-page-future .catalogue-page-lead {
  font-size: clamp(1rem, 1.75vw, 1.45rem);
  margin: 0.7rem 0 3rem;
}

.catalogue-page-future .catalogue-future-intro {
  align-items: center;
  border: 2px solid var(--catalogue-orange);
  border-radius: 0.1rem 5rem 5rem 0.1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  margin: 0 auto;
  max-width: 1050px;
  min-height: 160px;
  padding: 1.25rem 0 1.25rem 1.25rem;
  position: relative;
  text-align: left;
}

.catalogue-page-future .catalogue-future-intro strong {
  display: block;
  font-size: clamp(1.2rem, 2.1vw, 1.8rem);
  line-height: 1.05;
}

.catalogue-page-future .catalogue-future-intro p {
  color: var(--catalogue-ink);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  line-height: 1.12;
  margin: 0.6rem 0 0;
  max-width: 650px;
}

.catalogue-page-future .catalogue-future-intro img {
  border-radius: 50%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
}

.catalogue-page-future .catalogue-future-statement {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 5rem 0 2.5rem;
  max-width: 760px;
  text-align: left;
}

.catalogue-page-future .catalogue-future-pillars {
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.catalogue-page-future .catalogue-future-pillars article {
  border: 1px solid var(--catalogue-orange);
  border-radius: 0.5rem;
  min-height: 100px;
  padding: 0.85rem 0.7rem;
  position: relative;
}

/*.catalogue-page-future .catalogue-future-pillars article:not(:last-child)::after {*/
/*  color: var(--catalogue-orange);*/
/*  content: "â†’";*/
/*  font-size: 1.2rem;*/
/*  font-weight: 700;*/
/*  position: absolute;*/
/*  right: -0.9rem;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*}*/

.catalogue-page-future .catalogue-future-pillars strong {
  align-items: center;
  display: flex;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 400;
  gap: 0.35rem;
  justify-content: center;
  line-height: 1;
}

.catalogue-page-future .catalogue-future-pillars strong i { font-size: 1rem; }

.catalogue-page-future .catalogue-future-pillars small {
  color: var(--catalogue-ink);
  display: block;
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  line-height: 1.1;
  margin-top: 0.65rem;
}

@media (max-width: 767.98px) {
  .catalogue-page-future .catalogue-page-inner { padding: 2.3rem 1.25rem; }
  .catalogue-page-future .catalogue-future-intro {
    border-radius: 0.1rem 2rem 2rem 0.1rem;
    display: block;
    padding: 1rem;
  }
  .catalogue-page-future .catalogue-future-intro img {
    display: block;
    height: 150px;
    margin: 1rem auto -4rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 150px;
  }
  .catalogue-page-future .catalogue-future-statement { margin-top: 5rem; }
  .catalogue-page-future .catalogue-future-pillars { grid-template-columns: repeat(2, 1fr); }
  .catalogue-page-future .catalogue-future-pillars article:not(:last-child)::after { display: none; }
}

/* Fifth catalogue page: engineering the future */
.catalogue-page-future {
  background-color: #f5f6f7;
  min-height: 800px;
  text-align: center;
}

.catalogue-page-future .catalogue-page-inner {
  max-width: 1200px;
  padding: 3.5rem 2.5rem 3rem;
}

.catalogue-page-future h2 {
  font-size: clamp(2.7rem, 5.6vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 0;
}

.catalogue-page-future .catalogue-page-lead {
  font-size: clamp(1rem, 1.75vw, 1.45rem);
  margin: 0.7rem 0 3rem;
}

.catalogue-future-intro {
  align-items: center;
  border: 2px solid var(--catalogue-orange);
  border-radius: 0.1rem 5rem 5rem 0.1rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  margin: 0 auto;
  max-width: 1050px;
  min-height: 160px;
  padding: 1.25rem 0 1.25rem 1.25rem;
  position: relative;
  text-align: left;
}

.catalogue-future-intro strong {
  display: block;
  font-size: clamp(1.2rem, 2.1vw, 1.8rem);
  line-height: 1.05;
}

.catalogue-future-intro p {
  color: var(--catalogue-ink);
  font-size: clamp(0.85rem, 1.2vw, 1.05rem);
  line-height: 1.12;
  margin: 0.6rem 0 0;
  max-width: 650px;
}

.catalogue-future-intro img {
  border-radius: 50%;
  height: 270px;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 270px;
}

.catalogue-future-statement {
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 1.5rem 0 2.5rem;
  max-width: 650px;
  text-align: left;
}

.catalogue-future-pillars {
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.catalogue-future-pillars article {
  border: 1px solid var(--catalogue-orange);
  border-radius: 0.5rem;
  min-height: 100px;
  padding: 0.85rem 0.7rem;
  position: relative;
}

.catalogue-future-pillars article:not(:last-child)::after {
  color: var(--catalogue-orange);
  content: "â†’";
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  right: -0.9rem;
  top: 50%;
  transform: translateY(-50%);
}

.catalogue-future-pillars strong {
  align-items: center;
  display: flex;
  font-size: clamp(1rem, 1.7vw, 1.45rem);
  font-weight: 400;
  gap: 0.35rem;
  justify-content: center;
  line-height: 1;
}

.catalogue-future-pillars strong i { font-size: 1rem; }

.catalogue-future-pillars small {
  color: var(--catalogue-ink);
  display: block;
  font-size: clamp(0.62rem, 0.9vw, 0.78rem);
  line-height: 1.1;
  margin-top: 0.65rem;
}

@media (max-width: 767.98px) {
  .catalogue-page-future .catalogue-page-inner { padding: 2.3rem 1.25rem; }
  .catalogue-future-intro {
    border-radius: 0.1rem 2rem 2rem 0.1rem;
    display: block;
    padding: 1rem;
  }
  .catalogue-future-intro img {
    display: block;
    height: 150px;
    margin: 1rem auto -4rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 150px;
  }
  .catalogue-future-statement { margin-top: 5rem; }
  .catalogue-future-pillars { grid-template-columns: repeat(2, 1fr); }
  .catalogue-future-pillars article:not(:last-child)::after { display: none; }
}

@media (max-width: 575.98px) {
  .project-gallery-card,
  .project-gallery-card img {
    min-height: 300px;
  }
}

@media (max-width: 575.98px) {
    .topBar{
        display: none;
    }
  .topBar > div {
    padding: 12px 8px;
  }
  .nav-item a{
    font-size: 13px;
  }
  .topBar a {
    max-width: 100%;
    font-size: 12px;
  }

  .seperate-line::after {
    display: none;
  }
  .nav-link{
    text-decoration: none;
    color: var(--txt-primary-color);
  }

  .header-logo img {
    width: 48px;
    height: 48px;
  }

  .logo-text {
    font-size: 0.95rem;
  }

  .project-tile {
    flex-basis: 280px;
  }

  .project-tile img {
    height: 340px;
  }

  .segments-slider-wrap {
    display: block;
  }

  .segments-slider {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }

  .segment-card {
    min-height: 210px;
  }

  .segments-arrow {
    display: none;
  }

  .logos-slider {
    grid-template-columns: 1fr;
  }

  .logos-slider .slide {
    min-height: 140px;
  }

  .logos-slider img {
    max-height: 100px;
  }

  .contact-home-section .container {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .contact-home-media,
  .contact-home-media img {
    min-height: 360px;
  }

  .contact-home-content {
    padding: 1.5rem;
  }

  .contact-home-content h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .contact-home-details {
    grid-template-columns: 1fr;
  }

  .contact-home-item {
    min-height: auto;
  }

  .contact-home-submit {
    width: 100%;
  }

  .contact-home-link {
    text-align: center;
    width: 100%;
  }

  .site-footer .col-6 {
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .navbar {
    padding-top: 0.65rem !important;
    padding-bottom: 0.65rem !important;
  }

  .navbar .container-fluid {
    flex-wrap: wrap;
  }

  .navbar .container-fluid > .d-flex {
    min-width: 0;
    flex: 1 1 auto;
  }

  .navbar-toggler {
    flex: 0 0 auto;
    margin-left: 0.75rem;
    padding: 0.35rem 0.55rem;
    line-height: 1;
  }

  .navbar-collapse {
    flex-basis: 100%;
  }

  .navlinks {
    width: 100%;
    gap: 0 !important;
  }

  .navlinks .nav-item {
    border-bottom: 1px solid rgba(16, 43, 78, 0.12);
  }

  .navlinks .nav-link {
    padding: 0.7rem 0.25rem;
    font-size: clamp(0.9rem, 3.8vw, 1rem);
    line-height: 1.3;
  }

  .product-mega-menu {
    max-height: 72vh;
  }

  .product-mega-head {
    padding: 1rem;
  }

  .product-page-hero,
  .product-overview-section,
  .product-detail-section,
  .product-list-section,
  .product-highlight-band,
  .product-reference-band {
    padding: 3.5rem 0;
  }

  .product-page-hero--overview {
    background: #f7f7f7;
  }

  .product-page h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .product-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .product-hero-actions .about-cta,
  .product-outline-link,
  .product-cta-band .about-cta {
    justify-content: center;
    width: 100%;
  }

  .product-hero-media,
  .product-hero-media img {
    min-height: 330px;
  }

  .product-overview-grid,
  .product-stat-grid {
    grid-template-columns: 1fr;
  }

  .product-family-card,
  .product-family-card img {
    min-height: 340px;
  }

  .product-grouped-list {
    columns: 1;
  }

  .product-detail-card {
    grid-template-columns: 1fr;
  }

  .product-detail-card__media img {
    height: 260px;
    min-height: 260px;
  }

  .product-feature-strip span,
  .product-reference-list span {
    width: 100%;
  }

  .banner-text {
    left: 1rem;
    right: 1rem;
  }

  .banner-text h2 {
    font-size: clamp(1.8rem, 9vw, 3rem);
    line-height: 1.15;
  }

  .banner-text h2 br {
    display: none;
  }

  .top-title {
    font-size: clamp(0.95rem, 4vw, 1.2rem);
  }

  .slider-cta {
    width: 100%;
    max-width: 280px;
    margin-top: 1.25rem;
    padding: 0.7rem 1rem;
  }

  .about-section {
    padding: 4rem 0;
  }

  .about-image-wrap,
  .about-image {
    min-height: 320px;
  }

  .about-image-note {
    bottom: 1rem;
    left: 1rem;
  }

  .about-values {
    margin-top: 1.5rem;
  }

  .about-image-wrap[data-scroll-parallax] .about-image,
  .about-section.is-visible .about-image-wrap[data-scroll-parallax] .about-image {
    transform: scale(1.04);
  }

  .systems-heading {
    padding-bottom: 0;
  }

  .systems-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  .system-card {
    min-height: 280px;
  }

  .system-image {
    height: 280px;
  }

  .system-content {
    padding: 1rem;
  }

  .system-content p {
    font-size: 0.76rem;
    line-height: 1.4;
  }

}

/* Product overview page */
.product-page {
  background: #f7f8f9;
  color: var(--txt-primary-color);
}

.product-page-hero {
  background: #fff;
  padding: clamp(3.5rem, 7vw, 7rem) 0;
}

.product-page-hero--overview {
  background: linear-gradient(110deg, #f7f8f9 0%, #fff 58%);
}

.product-breadcrumbs {
  align-items: center;
  color: #7b8795;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8rem;
  gap: 0.65rem;
  margin-bottom: 2.5rem;
}

.product-breadcrumbs a {
  color: #7b8795;
}

.product-page-hero h1,
.product-section-heading h2,
.product-highlight-band h2,
.product-cta-band h2 {
  color: var(--txt-primary-color);
  line-height: 1.08;
}

.product-page-hero h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  margin-bottom: 1.2rem;
  max-width: 650px;
}

.product-page-lead {
  color: #5f6d7c;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.7;
  max-width: 650px;
}

.product-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}

.product-outline-link {
  border-bottom: 1px solid var(--primary-color);
  color: var(--txt-primary-color);
  font-size: 0.92rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
}

.product-hero-media {
  min-height: 450px;
  overflow: hidden;
  position: relative;
}

.product-hero-media::after {
  background: linear-gradient(180deg, transparent 35%, rgb(16 43 78 / 65%));
  content: "";
  inset: 0;
  position: absolute;
}

.product-hero-media img {
  display: block;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
  transition: transform 0.7s ease;
  width: 100%;
}

.product-hero-media:hover img {
  transform: scale(1.04);
}

.product-hero-note {
  bottom: 1.25rem;
  color: #fff;
  left: 1.5rem;
  max-width: 380px;
  position: absolute;
  z-index: 1;
}

.product-hero-note strong,
.product-hero-note span {
  display: block;
}

.product-hero-note strong {
  color: var(--primary-color);
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.product-hero-note span {
  font-size: 0.88rem;
  line-height: 1.5;
}

.product-overview-section,
.product-list-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.product-section-heading {
  margin-bottom: 2.5rem;
  max-width: 720px;
}

.product-section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.7rem);
  margin-bottom: 1rem;
}

.product-section-heading p {
  color: #68717d;
  line-height: 1.7;
  margin: 0;
}

.product-overview-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-family-card {
  background: #fff;
  box-shadow: 0 12px 28px rgb(16 43 78 / 7%);
  min-height: 405px;
  overflow: hidden;
  transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.product-family-card:hover {
  box-shadow: 0 20px 42px rgb(16 43 78 / 15%);
  transform: translateY(-7px);
}

.product-family-card > a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-family-card img {
  display: block;
  height: 220px;
  object-fit: cover;
  transition: transform 0.6s ease;
  width: 100%;
}

.product-family-card:hover img {
  transform: scale(1.06);
}

.product-family-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem 1.45rem 1.5rem;
}

.product-family-card__content > span {
  color: var(--primary-color);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-family-card h3 {
  color: var(--txt-primary-color);
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0.55rem 0 0.7rem;
}

.product-family-card p {
  color: #68717d;
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.product-family-card strong {
  color: var(--primary-color);
  font-size: 0.82rem;
  margin-top: auto;
  text-transform: uppercase;
}

.product-family-card strong i {
  margin-left: 0.45rem;
  transition: margin-left 0.25s ease;
}

.product-family-card:hover strong i {
  margin-left: 0.8rem;
}

.product-highlight-band {
  background: var(--txt-primary-color);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.product-highlight-band img {
  background: #fff;
  display: block;
  max-height: 430px;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.product-highlight-band h2 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  margin: 0.6rem 0 1rem;
}

.product-highlight-band p {
  color: rgb(255 255 255 / 76%);
  line-height: 1.8;
  max-width: 680px;
}

.product-feature-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.product-feature-strip span {
  border: 1px solid rgb(255 255 255 / 22%);
  color: var(--primary-color);
  font-size: 0.78rem;
  padding: 0.55rem 0.75rem;
}

.product-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-grouped-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-list-group {
  background: #fff;
  min-height: 220px;
  padding: 1.5rem;
}

.product-list-group h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.product-list-group h3 a {
  color: var(--txt-primary-color);
}

.product-list-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-list-group li + li {
  margin-top: 0.45rem;
}

.product-list-group li a {
  color: #68717d;
  font-size: 0.82rem;
  line-height: 1.4;
}

.product-cta-band {
  background: #fff;
  border-top: 4px solid var(--primary-color);
  padding: 3rem 0;
}

.product-cta-band .container {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.product-cta-band h2 {
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  margin: 0;
  max-width: 720px;
}

.hf-page {
  background: #f0f2f1;
  padding: 2rem 0 3rem;
}

.hf-detail-page {
  background: #f0f2f1;
  padding: 1.2rem 0 2.5rem;
}

.hf-detail-section {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 1rem;
}

.hf-detail-ribbon {
  position: relative;
  background: #0d2d4d;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin: 0 0 1rem;
  max-width: 100%;
  padding: 0.8rem 4.2rem 0.8rem 1rem;
  text-transform: uppercase;
  overflow: hidden;
  box-sizing: border-box;
}

.hf-detail-ribbon::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 54px;
  height: 100%;
  background: linear-gradient(118deg, transparent 0 18%, #ebefee 18% 35%, #f46d1d 35% 76%, #ebefee 76%);
}

.hf-detail-grid {
  display: grid;
  gap: 1rem;
}

.hf-detail-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hf-detail-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hf-detail-grid--one {
  grid-template-columns: 1fr;
}

.hf-detail-card {
  background: #fff;
  border: 1px solid rgba(15, 47, 82, 0.15);
  box-shadow: 0 2px 12px rgba(15, 47, 82, 0.08);
  margin: 0;
  overflow: hidden;
}

.hf-detail-card img {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.hf-detail-card--single img {
  height: 440px;
}

.hf-detail-card figcaption {
  background: rgba(15, 47, 82, 0.88);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 0.7rem 0.9rem;
}

.hf-container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 1rem;
}

.hf-heading {
  position: relative;
  align-items: center;
  background: #0d2d4d;
  color: #fff;
  display: flex;
  font-weight: 800;
  gap: 0.6rem;
  justify-content: flex-start;
  margin: 0 0 1rem;
  padding: 0.8rem 1.1rem;
  overflow: hidden;
}

.hf-heading::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 54px;
  height: 100%;
  background: linear-gradient(118deg, transparent 0 18%, #ebefee 18% 35%, #f46d1d 35% 76%, #ebefee 76%);
}

.hf-heading__title {
  color: #fff;
  display: inline-block;
  font-size: clamp(1.2rem, 2vw, 2rem);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hf-heading__count {
  background: #f57822;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-flex;
  font-size: clamp(1.2rem, 2vw, 2rem);
  min-width: 2.2rem;
  padding: 0.15rem 0.5rem;
  justify-content: center;
}

.hf-block {
  margin-bottom: 1.5rem;
}

.hf-block__title-wrap {
  position: relative;
  display: inline-block;
  background: #0d2d4d;
  margin-bottom: 0.9rem;
  padding: 0.75rem 4.2rem 0.75rem 1rem;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
}

.hf-block__title-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 54px;
  height: 100%;
  background: linear-gradient(118deg, transparent 0 18%, #ebefee 18% 35%, #f46d1d 35% 76%, #ebefee 76%);
}

.hf-block__title-wrap h2 {
  position: relative;
  color: #fff;
  font-size: clamp(1.05rem, 1.6vw, 1.8rem);
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
  text-transform: uppercase;
}

.hf-grid {
  display: grid;
  gap: 1rem;
}

.hf-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hf-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hf-grid--one {
  grid-template-columns: 1fr;
}

.hf-card {
  background: #fff;
  border: 1px solid rgba(15, 47, 82, 0.15);
  box-shadow: 0 2px 12px rgba(15, 47, 82, 0.08);
  display: block;
  margin: 0;
  overflow: hidden;
}

.hf-card img {
  display: block;
  height: 320px;
  object-fit: cover;
  width: 100%;
}

.hf-card--single img {
  height: 420px;
}

.hf-card figcaption {
  background: rgba(15, 47, 82, 0.88);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
  padding: 0.7rem 0.9rem;
}

@media (max-width: 900px) {
  .hf-grid--three,
  .hf-grid--two {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .hf-page {
    padding-top: 1rem;
  }

  .hf-heading {
    padding: 0.7rem 0.8rem;
  }

  .hf-block__title-wrap {
    padding: 0.65rem 0.8rem;
  }

  .hf-card img,
  .hf-card--single img {
    height: 260px;
  }
}

/* Header product mega menu */
.site-header {
  position: relative;
  z-index: 20;
}

.product-nav-item {
  position: static;
}

.product-nav-item > .nav-link {
  border: 1px solid transparent;
  border-bottom: 3px solid transparent;
  padding-left: 0.65rem !important;
  padding-right: 0.65rem !important;
}

.product-nav-item > .nav-link.show,
.product-nav-item > .nav-link:hover {
  background: #fffaf6;
  border-color: var(--primary-color);
  color: var(--primary-color) !important;
}

.product-nav-item > .nav-link::after {
  left: 15%;
  width: 0;
}

.product-nav-item > .nav-link.show::after,
.product-nav-item > .nav-link:hover::after {
  width: 70%;
}

.product-mega-menu {
  background: #fff;
  border: 0;
  border-top: 4px solid var(--primary-color);
  border-radius: 0;
  box-shadow: 0 18px 45px rgb(16 43 78 / 18%);
  left: 50% !important;
  margin: 0 !important;
  max-height: min(76vh, 720px);
  overflow-y: auto;
  padding: 0;
  position: absolute !important;
  right: auto !important;
  top: calc(100% + 1px) !important;
  transform: translateX(-50%);
  width: min(1440px, calc(100vw - 48px));
  z-index: 1050;
}

.product-mega-menu a::after {
  display: none !important;
}

.product-nav-item > .nav-link::after,
.product-nav-item > .nav-link:hover::after {
  display: none !important;
}

.product-nav-arrow {
  font-size: 0.82em;
  margin-left: 0.3rem;
  transition: transform 0.25s ease;
}

.product-nav-item > .nav-link[aria-expanded="true"] .product-nav-arrow {
  transform: rotate(180deg);
}

.product-mega-menu::-webkit-scrollbar {
  width: 8px;
}

.product-mega-menu::-webkit-scrollbar-thumb {
  background: #bcc6d1;
  border-radius: 8px;
}

.product-mega-head {
  align-items: center;
  background: var(--txt-primary-color);
  color: #fff;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1.15rem 1.5rem;
}

.product-mega-head span,
.product-mega-head strong {
  display: block;
}

.product-mega-head span {
  color: var(--primary-color);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}

.product-mega-head strong {
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  line-height: 1.2;
}

.product-mega-head > a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.55rem;
  white-space: nowrap;
}

.product-mega-head > a:hover {
  color: var(--primary-color) !important;
}

.product-mega-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1rem 1.25rem 1.35rem;
}

.product-mega-group {
  align-items: start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) 150px;
  border-right: 1px solid #e6ebf0;
  min-width: 0;
  padding: 1rem 1.25rem;
}

.product-mega-group:nth-child(2n + 1) {
  padding-left: 0;
}

.product-mega-group:nth-child(2n) {
  border-right: 0;
  padding-right: 0;
}

.product-mega-group:nth-child(n + 3) {
  border-top: 1px solid #e6ebf0;
}

.product-mega-copy {
  min-width: 0;
}

.product-mega-title {
  align-items: center;
  color: var(--txt-primary-color);
  display: flex;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 0.45rem;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.product-mega-icon {
  display: block;
  flex: 0 0 38px;
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.product-mega-title:hover {
  color: var(--primary-color) !important;
}

.product-mega-subheading {
  color: var(--txt-primary-color);
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  margin: -0.25rem 0 0.5rem;
}

.product-mega-subheading-extra {
  border-top: 1px solid #e6ebf0;
  margin-top: 0.85rem;
  padding-top: 0.75rem;
}

.product-mega-subheading-category {
  font-family: inherit;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.product-mega-subheading-bottom {
  border-top: 0;
  color: var(--txt-primary-color);
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  margin-top: 0.7rem;
  padding-top: 0;
  text-decoration: none;
}

.product-mega-subheading-bottom:hover {
  color: var(--primary-color);
}

.product-mega-inline-images {
  display: grid;
  gap: 0.45rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.45rem;
}

.product-mega-inline-images img {
  aspect-ratio: 1.35;
  display: block;
  object-fit: cover;
  width: 100%;
}

.product-mega-title i {
  color: var(--primary-color);
  font-size: 0.85rem;
  margin-right: 0.35rem;
}

.product-mega-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-mega-group li + li {
  margin-top: 0.35rem;
}

.product-mega-group li a {
  color: #5f6d7c;
  align-items: baseline;
  display: flex;
  font-size: 0.76rem;
  gap: 0.35rem;
  line-height: 1.35;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.product-mega-group li a i {
  color: var(--primary-color);
  font-size: 0.7rem;
  flex: 0 0 auto;
}

.product-mega-group li a:hover {
  color: var(--primary-color) !important;
  padding-left: 0.25rem;
}

.product-mega-image {
  align-self: start;
  display: block;
  height: 112px;
  overflow: hidden;
  position: relative;
}

.product-mega-image::after {
  background: linear-gradient(180deg, transparent 35%, rgb(16 43 78 / 65%));
  content: "";
  inset: 0;
  position: absolute;
}

.product-mega-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
  width: 100%;
}

.product-mega-image i {
  bottom: 0.55rem;
  color: #fff;
  font-size: 0.75rem;
  position: absolute;
  right: 0.65rem;
  z-index: 1;
}

.product-mega-image:hover img {
  transform: scale(1.08);
}

@media (max-width: 991.98px) {
  .product-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


@media (min-width: 1400px) {
  .product-mega-menu {
    width: min(1540px, calc(100vw - 72px));
  }
}

@media (max-width: 991.98px) {
  .product-nav-item {
    position: relative;
  }

  .product-mega-menu {
    inset: auto 0 auto 0 !important;
    max-height: min(65vh, 560px);
    overflow-x: hidden;
    overflow-y: auto;
    position: static !important;
    transform: none !important;
    width: 100% !important;
  }

  .product-mega-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    padding: 1rem;
  }

  .product-mega-head > a {
    white-space: normal;
  }

  .product-mega-grid {
    grid-template-columns: 1fr;
    padding: 0.5rem 0.85rem 1rem;
  }

  .product-mega-group,
  .product-mega-group:nth-child(2n + 1),
  .product-mega-group:nth-child(2n) {
    border-bottom: 1px solid #e6ebf0;
    border-right: 0;
    grid-template-columns: minmax(0, 1fr) 110px;
    padding: 0.9rem 0;
  }

  .product-mega-group:last-child {
    border-bottom: 0;
  }

  .product-mega-group:nth-child(n + 3) {
    border-top: 0;
  }

  .product-mega-image {
    height: 84px;
  }
}

@media (max-width: 575.98px) {
  .product-mega-menu {
    max-height: min(60vh, 460px);
  }

  .product-mega-group,
  .product-mega-group:nth-child(2n + 1),
  .product-mega-group:nth-child(2n) {
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 0.7rem;
  }

  .product-mega-image {
    height: 70px;
  }
}
  .product-grouped-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-nav-item {
    position: relative;
  }

  .product-mega-menu {
    left: 0 !important;
    max-height: 65vh;
    position: absolute !important;
    transform: none;
    width: 100%;
  }

  .product-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 1rem;
  }

  .product-mega-group,
  .product-mega-group:nth-child(2n + 1),
  .product-mega-group:nth-child(2n) {
    border-bottom: 1px solid #e6ebf0;
    border-right: 0;
    padding: 0.9rem 0.75rem;
  }

  .product-mega-group:nth-child(odd) {
    border-right: 1px solid #e6ebf0;
  }

  .product-mega-group:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .product-mega-menu {
    max-height: min(65vh, 560px) !important;
    overflow-x: hidden;
    overflow-y: auto;
    position: static !important;
    width: 100% !important;
  }

  .product-mega-grid {
    grid-template-columns: 1fr !important;
  }

  .product-mega-group,
  .product-mega-group:nth-child(2n + 1),
  .product-mega-group:nth-child(2n) {
    border-bottom: 1px solid #e6ebf0 !important;
    border-right: 0 !important;
    grid-template-columns: minmax(0, 1fr) 88px !important;
    padding: 0.9rem 0 !important;
  }

  .product-mega-group:nth-child(n + 3) {
    border-top: 0 !important;
    margin-top: 0 !important;
  }

  .product-mega-group:last-child {
    border-bottom: 0 !important;
  }

  .product-mega-image {
    height: 70px !important;
  }
}

@media (max-width: 575.98px) {
  .product-mega-menu {
    max-height: min(60vh, 460px) !important;
  }

  .product-mega-group,
  .product-mega-group:nth-child(2n + 1),
  .product-mega-group:nth-child(2n) {
    gap: 0.7rem;
    grid-template-columns: minmax(0, 1fr) 72px !important;
  }

  .product-mega-image {
    height: 62px !important;
  }
}

@media (max-width: 991.98px) {
  .about-story-grid,
  .about-manufacturing-grid {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .about-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.5rem;
  }

  .about-timeline article:nth-child(3) {
    border-right: 0;
  }

  .about-timeline article:nth-child(4) {
    padding-left: 0;
  }

  .about-principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .about-page-hero {
    min-height: 540px;
  }

  .about-page-hero__image {
    background: linear-gradient(90deg, rgba(16, 43, 78, 0.96), rgba(16, 43, 78, 0.55)), url("../assets/images/project-2.jpg") center / cover;
  }

  .about-chairman-panel {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-chairman-label {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    border-right: 0;
    padding-bottom: 1.5rem;
    padding-right: 0;
  }

  .about-manufacturing-image img {
    height: 360px;
  }
}

@media (max-width: 575.98px) {
  .about-timeline,
  .about-principles-grid,
  .about-promise-grid,
  .about-capability-list {
    grid-template-columns: 1fr;
  }

  .about-timeline article,
  .about-timeline article + article,
  .about-timeline article:nth-child(3) {
    border-bottom: 1px solid #d6dce2;
    border-right: 0;
    padding: 0 0 1rem;
  }

  .about-timeline article:last-child {
    border-bottom: 0;
  }

  .about-manufacturing-image img {
    height: 280px;
  }
}

/* Catalogue-style About page */
.catalogue-about {
  --catalogue-ink: #102b4e;
  --catalogue-orange: #f77820;
  background: #eef0f2;
  color: var(--catalogue-ink);
  padding: 2rem 0;
}

.catalogue-page {
  background-color: #f8f9fa;
  background-image: linear-gradient(135deg, transparent 0 67%, rgba(16, 43, 78, 0.035) 67% 68%, transparent 68%), linear-gradient(35deg, transparent 0 73%, rgba(16, 43, 78, 0.025) 73% 74%, transparent 74%);
  margin: 0 auto 2rem;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
}

.catalogue-page-inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1.25rem, 5vw, 4.5rem);
}

.catalogue-ribbon,
.catalogue-subtitle {
  background: var(--catalogue-ink);
  color: #fff;
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  padding: 0.35rem 0.75rem;
  text-transform: uppercase;
}

/*.catalogue-ribbon::after,*/
/*.catalogue-subtitle::after {*/
/*  border-bottom: 0.95rem solid var(--catalogue-orange);*/
/*  border-right: 0.5rem solid transparent;*/
/*  content: "";*/
/*  display: inline-block;*/
/*  height: 0;*/
/*  margin-left: 0.55rem;*/
/*  vertical-align: -0.35rem;*/
/*  width: 0;*/
/*}*/

.catalogue-page h1,
.catalogue-page h2 {
  color: var(--catalogue-ink);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.catalogue-page-history h1 {
  font-size: clamp(1.3rem, 3vw, 2.8rem);
  line-height: 0.98;
  margin: 1rem 0 3rem;
}

.catalogue-history-grid {
  display: grid;
  gap: 0 3.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}

.catalogue-history-grid::before {
  background: var(--catalogue-orange);
  bottom: 1rem;
  content: "";
  left: calc(50% - 1.75rem);
  position: absolute;
  top: 1rem;
  width: 2px;
}

.catalogue-history-grid article {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 70px 1fr;
  margin-bottom: 2.4rem;
  position: relative;
}

.catalogue-history-grid article::before {
  background: var(--catalogue-orange);
  border: 4px solid #f8f9fa;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: calc(100% + 1.72rem);
  position: absolute;
  top: 0.45rem;
  width: 10px;
  z-index: 1;
}

.catalogue-history-grid article:nth-child(even)::before {
  left: -2.08rem;
}

.catalogue-history-grid strong {
  font-size: 1.55rem;
}

.catalogue-history-grid span,
.catalogue-footprint p {
  color: #33475e;
  font-size: 0.8rem;
  line-height: 1.42;
}

.catalogue-history-footer {
  background: var(--catalogue-ink);
  color: #fff;
  margin: 1rem -4.5rem -5.5rem;
  padding: 1.5rem clamp(1.25rem, 5vw, 4.5rem) 0;
}

.catalogue-history-footer h2 {
  color: #fff;
  font-size: clamp(1.15rem, 2.2vw, 1.8rem);
  margin: 0;
  text-transform: uppercase;
}

.catalogue-history-footer p {
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 700px;
}

.catalogue-history-footer img {
  display: block;
  height: 260px;
  object-fit: cover;
  width: 100%;
}

.catalogue-page-chairman h2,
.catalogue-page-why > .catalogue-page-inner > h2,
.catalogue-page-manufacturing h2 {
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1;
  margin: 1rem 0 1.5rem;
}

.catalogue-chairman-card {
  align-items: center;
  background: var(--catalogue-ink);
  border-radius: 1rem;
  color: #fff;
  display: grid;
  gap: 2rem;
  grid-template-columns: 0.55fr 1.45fr;
  padding: clamp(1.75rem, 5vw, 4rem);
}

.catalogue-chairman-card > strong {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--catalogue-orange);
  font-size: clamp(1.3rem, 2.5vw, 2.3rem);
  line-height: 1.1;
  padding-right: 2rem;
}

.catalogue-chairman-card p {
  color: #f3f6fa;
  font-size: 0.82rem;
  line-height: 1.5;
  margin: 0 0 0.8rem;
}

.catalogue-leaders,
.catalogue-companies {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.catalogue-leaders article {
  background: #dce4eb;
  display: grid;
  gap: 0.1rem;
  grid-template-columns: 54px 1fr;
  padding: 0.75rem;
}

.catalogue-leaders span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--catalogue-ink);
  border-radius: 50%;
  display: flex;
  grid-row: span 2;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.catalogue-leaders strong { font-size: 0.8rem; }
.catalogue-leaders small { font-size: 0.6rem; line-height: 1.25; }

.catalogue-companies article {
  background: var(--catalogue-ink);
  color: #fff;
  min-height: 130px;
  padding: 1rem;
}

.catalogue-companies strong,
.catalogue-companies span,
.catalogue-companies small { display: block; }
.catalogue-companies strong { color: var(--catalogue-orange); font-size: 0.75rem; }
.catalogue-companies span { font-size: 0.7rem; font-weight: 700; margin: 0.35rem 0; text-transform: uppercase; }
.catalogue-companies small { font-size: 0.65rem; line-height: 1.35; }

.catalogue-page-why { background-color: #f7f8f9; }
.catalogue-page-why > .catalogue-page-inner > h2 { margin-bottom: 0.35rem; }

.catalogue-why-grid { border-left: 3px solid var(--catalogue-orange); display: grid; gap: 1.4rem 2rem; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 1.5rem; padding-left: 1.2rem; }
.catalogue-why-grid strong { font-size: 0.75rem; }
.catalogue-why-grid p { color: #33475e; font-size: 0.68rem; line-height: 1.4; margin: 0.4rem 0 0; }
.catalogue-strapline { font-size: clamp(1rem, 2vw, 1.5rem); line-height: 1.15; margin: 2.5rem 0 1.5rem; }
.catalogue-playbook { background: var(--catalogue-ink); color: #fff; display: grid; gap: 1.3rem; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 1.5rem; }
.catalogue-playbook .catalogue-subtitle { grid-column: 1 / -1; justify-self: start; }
.catalogue-playbook div { display: grid; gap: 0.3rem; grid-template-columns: 38px 1fr; }
.catalogue-playbook b { align-items: center; background: var(--catalogue-orange); border-radius: 50%; display: flex; font-size: 0.7rem; height: 32px; justify-content: center; width: 32px; }
.catalogue-playbook strong { font-size: 0.7rem; padding-top: 0.55rem; }
.catalogue-playbook small { color: #dce5ef; font-size: 0.62rem; grid-column: 2; line-height: 1.35; }

.catalogue-page-manufacturing h2 { margin-bottom: 1rem; }
.catalogue-factory-image { position: relative; }
.catalogue-factory-image img { display: block; height: 360px; object-fit: cover; width: 100%; }
.catalogue-factory-stats { background: var(--catalogue-ink); color: #fff; display: grid; grid-template-columns: repeat(4, 1fr); padding: 1rem; }
.catalogue-factory-stats strong { border-right: 1px solid rgba(255,255,255,.35); color: var(--catalogue-orange); font-size: clamp(1.3rem, 3vw, 2.5rem); padding: 0 1rem; }
.catalogue-factory-stats strong:first-child { padding-left: 0; }
.catalogue-factory-stats strong:last-child { border: 0; }
.catalogue-factory-stats small { color: #fff; display: block; font-size: 0.55rem; text-transform: uppercase; }
.catalogue-factory-features { display: grid; gap: 0.8rem 1.2rem; grid-template-columns: repeat(4, 1fr); padding: 1.5rem 0; }
.catalogue-factory-features span { color: var(--catalogue-orange); font-size: 0.72rem; font-weight: 700; }
.catalogue-factory-features b { color: var(--catalogue-ink); display: block; font-size: 0.62rem; margin-top: 0.2rem; }
.catalogue-footprint { border-top: 1px solid #c5cdd5; padding-top: 1.5rem; }
.catalogue-footprint h3 { font-size: clamp(1.2rem, 2.5vw, 2rem); line-height: 1.1; margin: 1rem 0 0.5rem; text-transform: uppercase; }

.catalogue-page-future { text-align: center; }
.catalogue-page-future h2 { font-size: clamp(2rem, 4.5vw, 4rem); line-height: 0.98; margin: 0; }
.catalogue-page-lead { font-size: 0.8rem; margin: 0.75rem 0 2rem; }
.catalogue-future-intro { border: 1px solid var(--catalogue-orange); border-radius: 1rem 0 1rem 0; margin: 0 auto; max-width: 800px; padding: 1rem; text-align: left; }
.catalogue-future-intro strong { font-size: 0.85rem; line-height: 1.1; }
.catalogue-future-intro p { color: #33475e; font-size: 0.7rem; line-height: 1.35; margin: 0.5rem 0 0; }
.catalogue-future-statement { font-size: clamp(0.9rem, 1.8vw, 1.2rem); font-weight: 700; margin: 1rem auto; max-width: 700px; text-align: left; }
.catalogue-future-pillars { display: grid; gap: 0.5rem; grid-template-columns: repeat(4, 1fr); text-align: left; }
.catalogue-future-pillars article { border: 1px solid #c6d0d9; border-radius: 0.25rem; padding: 0.8rem; }
.catalogue-future-pillars strong { display: block; font-size: 0.8rem; }
.catalogue-future-pillars small { display: block; font-size: 0.62rem; line-height: 1.3; margin-top: 0.3rem; }
.catalogue-future-image { display: block; height: 310px; margin-top: 1rem; object-fit: cover; width: 100%; }

@media (max-width: 767.98px) {
  .catalogue-about { padding: 0; }
  .catalogue-page { margin-bottom: 1rem; }
  .catalogue-history-grid { gap: 0; grid-template-columns: 1fr; }
  .catalogue-history-grid::before { left: 4px; }
  .catalogue-history-grid article,
  .catalogue-history-grid article:nth-child(even) { grid-template-columns: 60px 1fr; padding-left: 1.2rem; }
  .catalogue-history-grid article::before,
  .catalogue-history-grid article:nth-child(even)::before { left: -0.35rem; }
  .catalogue-history-footer { margin-left: -1.25rem; margin-right: -1.25rem; }
  .catalogue-chairman-card { grid-template-columns: 1fr; }
  .catalogue-chairman-card > strong { border-bottom: 1px solid rgba(255,255,255,.5); border-right: 0; padding-bottom: 1rem; padding-right: 0; }
  .catalogue-leaders, .catalogue-companies, .catalogue-why-grid, .catalogue-playbook, .catalogue-future-pillars { grid-template-columns: 1fr; }
  .catalogue-playbook .catalogue-subtitle { grid-column: auto; }
  .catalogue-factory-stats { grid-template-columns: repeat(2, 1fr); row-gap: 1rem; }
  .catalogue-factory-stats strong:nth-child(2) { border: 0; }
  .catalogue-factory-features { grid-template-columns: repeat(2, 1fr); }
}

/* First catalogue page: Engineering India's Construction Journey */
.catalogue-about {
  background: #eef0f2;
  padding: 0;
}

.catalogue-page-history {
  background-color: #f5f6f7;
  min-height: 1040px;
  max-width: none;
}

.catalogue-page-history::before,
.catalogue-page-history::after {
  background: rgba(16, 43, 78, 0.045);
  content: "";
  height: 420px;
  position: absolute;
  transform: rotate(35deg);
  width: 260px;
}

.catalogue-page-history::before {
  right: 5%;
  top: -160px;
}

.catalogue-page-history::after {
  bottom: 120px;
  left: -110px;
}

.catalogue-page-history .catalogue-page-inner {
  max-width: 1190px;
  padding: 2.75rem 2rem 0;
  position: relative;
  z-index: 1;
}

.catalogue-page-history .catalogue-ribbon {
  background: var(--catalogue-orange);
  font-size: 0.9rem;
  padding: 0.35rem 0.8rem;
  text-transform: none;
  margin-bottom: 10px;
}

.catalogue-page-history .catalogue-ribbon::after {
  display: none;
}

.catalogue-page-history h1 {
   font-size: clamp(1.3rem, 4vw, 2.8rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 0.8rem 0 3.3rem;
  max-width: 780px;
}

.catalogue-history-grid {
  column-gap: 7rem;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1080px;
  row-gap: 0;
}

.catalogue-history-grid::before {
  background: repeating-linear-gradient(to bottom, #aab4bd 0 3px, transparent 3px 7px);
  bottom: 0.5rem;
  height: auto;
  left: 50%;
  top: 0.2rem;
  width: 1px;
}

.catalogue-history-grid article,
.catalogue-history-grid article:nth-child(even) {
  display: grid;
  gap: 1rem;
  grid-column: 1 / -1;
  grid-template-columns: 90px minmax(0, 1fr);
  margin: 0 0 2.2rem;
  padding: 0;
  width: calc(50% - 3.5rem);
}

.catalogue-history-grid article:nth-child(odd) {
  margin-right: auto;
}

.catalogue-history-grid article:nth-child(even) {
  margin-left: auto;
}

.catalogue-history-grid article::before,
.catalogue-history-grid article:nth-child(even)::before {
  background: var(--catalogue-orange);
  border: 0;
  border-radius: 50%;
  height: 10px;
  left: auto;
  right: -3.85rem;
  top: 0.55rem;
  width: 10px;
}

.catalogue-history-grid article:nth-child(even)::before {
  left: -3.75rem;
  right: auto;
}

.catalogue-history-grid strong {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1;
}

.catalogue-history-grid span {
  color: var(--catalogue-ink);
  font-size: clamp(0.78rem, 1.15vw, 1rem);
  line-height: 1.05;
}

.catalogue-history-footer {
  background: transparent;
  color: var(--catalogue-ink);
  margin: 0;
  padding: 0;
}

.catalogue-history-footer h2 {
  background: var(--catalogue-ink);
  display: inline-block;
  font-size: clamp(0.95rem, 1.65vw, 1.35rem);
  line-height: 1;
  margin: 0.5rem 0 0.9rem;
  padding: 0.35rem 0.65rem;
  position: relative;
  text-transform: none;
}

/* .catalogue-history-footer h2::after {
  border-bottom: 1.65rem solid var(--catalogue-orange);
  border-right: 0.8rem solid transparent;
  content: "";
  position: absolute;
  right: -1.05rem;
  top: 0;
  width: 0;
} */

.catalogue-history-footer p {
  color: var(--catalogue-ink);
  font-size: clamp(1rem, 1.65vw, 1.45rem);
  line-height: 1.03;
  margin: 0 0 1.35rem;
  max-width: 850px;
}

/* .catalogue-history-footer img {
  border-bottom: 7px solid var(--catalogue-ink);
  border-radius: 2.2rem 2.2rem 0 0;
  border-top: 7px solid var(--catalogue-orange);
  height: 430px;
  object-fit: cover;
  object-position: center;
  width: 100%;
} */

@media (max-width: 767.98px) {
  .catalogue-page-history {
    min-height: auto;
  }

  .catalogue-page-history .catalogue-page-inner {
    padding: 1.5rem 1.25rem 0;
  }

  .catalogue-page-history h1 {
    font-size: clamp(2.55rem, 12vw, 4rem);
    margin-bottom: 2.5rem;
  }

  .catalogue-history-grid {
    column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .catalogue-history-grid article,
  .catalogue-history-grid article:nth-child(even) {
    gap: 0.5rem;
    grid-column: 1;
    grid-template-columns: 58px minmax(0, 1fr);
    margin-bottom: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .catalogue-history-grid article::before,
  .catalogue-history-grid article:nth-child(even)::before {
    left: auto;
    right: -1.05rem;
  }

  .catalogue-history-grid span {
    font-size: 0.68rem;
  }

  .catalogue-history-footer h2 {
    font-size: 0.78rem;
  }

  .catalogue-history-footer p {
    font-size: 0.95rem;
  }

  .catalogue-history-footer img {
    border-radius: 1.35rem 1.35rem 0 0;
    height: 250px;
  }
}

/* Second catalogue page: chairman, leadership and group companies */
.catalogue-page-chairman {
  background-color: #f5f6f7;
  min-height: 900px;
}

.catalogue-page-chairman .catalogue-page-inner {
  max-width: 1200px;
  padding: 3rem 2.5rem 3.5rem;
}

.catalogue-page-chairman .catalogue-ribbon {
  font-size: 1rem;
  padding: 0.35rem 0.7rem;
  position: relative;
  text-transform: none;
}

/*.catalogue-page-chairman .catalogue-ribbon::after {*/
/*  border-bottom-width: 1.8rem;*/
/*  border-right-width: 0.9rem;*/
/*}*/

.catalogue-page-chairman h2 {
  font-size: clamp(2.7rem, 5.8vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 1.6rem 0 2.2rem;
}

.catalogue-chairman-card {
  border-radius: 1.5rem;
  grid-template-columns: 0.42fr 1.58fr;
  min-height: 380px;
  padding: 2.4rem 3rem;
}

.catalogue-chairman-card > strong {
  align-items: center;
  border-right: 2px solid var(--catalogue-orange);
  display: flex;
  font-size: clamp(1.8rem, 3.8vw, 3.6rem);
  justify-content: center;
  line-height: 0.95;
  padding: 0 2rem 0 0;
  position: relative;
  text-align: center;
}

.catalogue-chairman-card > strong::after {
  background: var(--catalogue-orange);
  bottom: 2.9rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  height: 1rem;
  left: calc(100% - 0.55rem);
  position: absolute;
  width: 1.35rem;
}

.catalogue-chairman-message {
  padding-left: 1.6rem;
  position: relative;
}

.catalogue-quote-mark {
  color: #899bb3;
  display: block;
  font-family: Georgia, serif;
  font-size: 6rem;
  font-weight: 700;
  height: 3.5rem;
  line-height: 1;
  object-fit: contain;
  object-position: left center;
  width: 3rem;
}

.catalogue-chairman-card p {
  font-size: clamp(0.78rem, 1.15vw, 1rem);
  line-height: 1.12;
  margin-bottom: 1.15rem;
}

.catalogue-leaders {
  gap: 0.8rem;
  margin: 3.8rem 0 1.2rem;
}

.catalogue-leaders article {
  background: var(--catalogue-ink);
  border-radius: 1rem;
  color: #fff;
  display: grid;
  gap: 0.25rem 0.75rem;
  grid-template-columns: 42% 58%;
  min-height: 125px;
  padding: 4.1rem 0.9rem 0.65rem;
  position: relative;
}

.catalogue-leaders span {
  background: #dfe2e5;
  border: 3px solid var(--catalogue-ink);
  box-shadow: 0 0 0 3px #f5f6f7;
  color: var(--catalogue-ink);
  font-size: 1.2rem;
  font-weight: 700;
  height: 92px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 92px;
}

.catalogue-leaders span img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.catalogue-leaders article:first-child span,
.catalogue-leaders article:last-child span {
  background: linear-gradient(145deg, #d8d8d8, #49647c);
  color: #fff;
}

.catalogue-leaders strong {
  color: var(--catalogue-orange);
  font-size: clamp(0.95rem, 1.45vw, 1.25rem);
  font-weight: 400;
  grid-column: 1;
  line-height: 1;
}

.catalogue-leaders small {
  color: #fff;
  font-size:1rem;
  grid-column: 1;
  line-height: 1.05;
  margin-top: 0.3rem;
  text-transform: uppercase;
}

.catalogue-leaders em {
  border-left: 1px solid var(--catalogue-orange);
  color: #fff;
  align-self: center;
  font-size: clamp(0.58rem, 0.75vw, 0.72rem);
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / span 2;
  line-height: 1.18;
  padding-left: 0.5rem;
}

.catalogue-companies {
  gap: 0.8rem;
  margin-top: 0;
}

.catalogue-companies article {
  border-radius: 1rem;
  min-height: 180px;
  padding: 1rem 1.2rem;
}

.catalogue-companies strong {
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  line-height: 1.05;
  text-align: center;
}

.catalogue-companies strong i {
  color: var(--catalogue-orange);
  font-size: 1.8rem;
  margin-right: 0.35rem;
  vertical-align: -0.15rem;
}

.catalogue-companies span {
  color: var(--catalogue-orange);
  font-size: 0.85rem;
  margin: 1.45rem 0 0.6rem;
}

.catalogue-companies small {
  font-size: clamp(0.72rem, 0.95vw, 0.88rem);
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .catalogue-page-chairman .catalogue-page-inner {
    padding: 2rem 1.25rem 2.5rem;
  }

  .catalogue-chairman-card {
    gap: 1.5rem;
    padding: 2rem 1.25rem;
  }

  .catalogue-chairman-card > strong {
    border-bottom: 2px solid var(--catalogue-orange);
    border-right: 0;
    padding: 0 0 1.4rem;
  }

  .catalogue-chairman-card > strong::after {
    bottom: -0.85rem;
    left: calc(50% - 0.65rem);
    top: auto;
  }

  .catalogue-chairman-message {
    padding-left: 0;
  }

  .catalogue-leaders {
    row-gap: 3rem;
  }

  .catalogue-leaders article {
    grid-template-columns: 34% 66%;
    min-height: 135px;
  }

  .catalogue-leaders em {
    font-size: 0.86rem;
    line-height: 1.3;
  }

  .catalogue-leaders strong {
    font-size: 1.15rem;
  }

  .catalogue-leaders small {
    font-size: 0.55rem;
  }

  .catalogue-companies article {
    min-height: 170px;
  }
}

/* Third catalogue page: engineering partner and deliverables */
.catalogue-page-why {
  background-color: #f5f6f7;
  min-height: 1120px;
}

/* Fourth catalogue page: manufacturing and global footprint */
.catalogue-page-manufacturing {
  background-color: #f5f6f7;
  min-height: 1150px;
}
.catalogue-page-manufacturing1 {
  background-color: #f5f6f7;
  /* min-height: 1150px; */
}
.catalogue-page-manufacturing .catalogue-page-inner {
  max-width: 1200px;
  padding: 3.2rem 2.5rem 3.5rem;
}

.catalogue-page-manufacturing .catalogue-ribbon {
  font-size: 1rem;
  padding: 0.35rem 0.7rem;
  text-transform: none;
}

.catalogue-page-manufacturing h2 {
  font-size: clamp(2.5rem, 5.6vw, 5rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin: 1rem 0 1.5rem;
}

.catalogue-factory-image {
  border-radius: 1.35rem;
  overflow: hidden;
  position: relative;
}

.catalogue-factory-image img {
  display: block;
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.catalogue-factory-stats {
  background: rgba(16, 43, 78, 0.95);
  border: 2px solid var(--catalogue-orange);
  border-radius: 1rem;
  bottom: 0.7rem;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  left: 6%;
  padding: 0.75rem 1.5rem;
  position: absolute;
  right: 6%;
}

.catalogue-factory-stats strong {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  color: var(--catalogue-orange);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 0.95;
  padding: 0 1.3rem;
}

.catalogue-factory-stats strong:first-child { padding-left: 0; }
.catalogue-factory-stats strong:last-child { border-right: 0; }
.catalogue-factory-stats small { color: #fff; display: block; font-size: clamp(0.8rem, 1.4vw, 1.1rem); margin-top: 0.25rem; }

.catalogue-factory-features-image {
  display: block;
  height: auto;
  margin: 1.4rem auto 1.2rem;
  max-width: 100%;
  width: 100%;
}

.catalogue-page-manufacturing .catalogue-footprint {
  border-top: 0;
  padding-top: 0;
}

.catalogue-page-manufacturing .catalogue-footprint h3 {
  font-size: clamp(1.25rem, 2.3vw, 2rem);
  line-height: 1.1;
  margin: 1.2rem 0 1rem;
}

.catalogue-footprint-copy {
  color: var(--catalogue-ink);
  font-size: clamp(0.75rem, 1.2vw, 1rem);
  line-height: 1.15;
}

.catalogue-footprint-copy ul {
  margin: 0 0 0.8rem;
  padding-left: 1.25rem;
}

.catalogue-footprint-copy li { margin-bottom: 0.2rem; }

.catalogue-footprint-copy .catalogue-project-list {
  columns: 2;
  font-weight: 700;
  margin-left: 1rem;
}

.catalogue-footprint-copy p { margin: 1rem 0 0; }

@media (max-width: 767.98px) {
  .catalogue-page-manufacturing .catalogue-page-inner {
    padding: 2rem 1.25rem 2.5rem;
  }

  .catalogue-factory-image img { height: auto; }

  .catalogue-factory-stats {
    bottom: 0.45rem;
    grid-template-columns: repeat(2, 1fr);
    left: 3%;
    padding: 0.65rem 0.8rem;
    right: 3%;
    row-gap: 0.7rem;
  }

  .catalogue-factory-stats strong {
    font-size: 1.45rem;
    padding: 0 0.6rem;
  }

  .catalogue-factory-stats strong:nth-child(2) { border-right: 0; }
  .catalogue-factory-stats small { font-size: 0.65rem; }
  .catalogue-footprint-copy .catalogue-project-list { columns: 1; margin-left: 0; }
}

.catalogue-page-why .catalogue-page-inner {
  max-width: 1200px;
  padding: 3.2rem 2.5rem 3.5rem;
}

.catalogue-page-why > .catalogue-page-inner > h2 {
  font-size: clamp(0.8rem, 2.5vw, 2rem);
  letter-spacing: -0.065em;
  line-height: 0.96;
  margin: 10px 0 1rem;

}

.catalogue-page-why > .catalogue-page-inner > .catalogue-subtitle,
.catalogue-playbook-wrap > .catalogue-subtitle {
  font-size: clamp(0.9rem, 1.7vw, 1.2rem);
  padding: 0.35rem 0.7rem;
  text-transform: none;
}

.catalogue-page-why > .catalogue-page-inner > .catalogue-subtitle::after,
.catalogue-playbook-wrap > .catalogue-subtitle::after {
  border-bottom-width: 1.8rem;
  border-right-width: 0.9rem;
}

.catalogue-why-grid {
  border-left: 0;
  column-gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
  padding-left: 0;
  row-gap: 1.8rem;
}

.catalogue-why-grid article {
  border-left: 5px solid var(--catalogue-orange);
  min-height: 112px;
  padding-left: 1rem;
}

.catalogue-why-grid strong {
  display: block;
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  line-height: 1;
}

.catalogue-why-grid p {
  color: var(--catalogue-ink);
  font-size: clamp(0.72rem, 1vw, 0.88rem);
  line-height: 1.12;
  margin: 0.5rem 0 0;
}

.catalogue-strapline {
  font-size: clamp(1.35rem, 2.8vw, 2.3rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 3rem 0 2.8rem;
}

.catalogue-playbook-wrap {
  position: relative;
}

.catalogue-playbook-image {
  display: block;
  height: auto;
  margin-top: 2rem;
  width: 100%;
}

.catalogue-playbook-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 4rem;
  min-height: 270px;
  position: relative;
}

.playbook-connector {
  height: 270px;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.playbook-connector path {
  fill: none;
  stroke: #546b88;
  stroke-width: 2;
}

.catalogue-playbook-flow::before {
  background: #fff;
  border: 2px solid #546b88;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #f5f6f7, 0 4px 8px rgba(16, 43, 78, 0.2);
  content: "";
  height: 72px;
  left: 1.7%;
  position: absolute;
  top: 88px;
  width: 72px;
}

.playbook-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 1;
}

.playbook-step:nth-child(odd) {
  padding-top: 0;
}

.playbook-step:nth-child(even) {
  padding-top: 62px;
}

.playbook-step::after {
  border: 2px solid #546b88;
  border-radius: 50%;
  content: "";
  height: 72px;
  position: absolute;
  top: 88px;
  width: 72px;
}

.playbook-step:nth-child(even)::after {
  top: 150px;
}

.playbook-step b {
  align-items: center;
  background: var(--catalogue-orange);
  border: 6px solid var(--catalogue-ink);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #fff, 0 4px 8px rgba(16, 43, 78, 0.26);
  color: #fff;
  display: flex;
  font-size: 1.3rem;
  height: 58px;
  justify-content: center;
  position: relative;
  width: 58px;
  z-index: 1;
}

.playbook-step strong {
  color: var(--catalogue-ink);
  font-size: clamp(0.72rem, 1.15vw, 1rem);
  line-height: 1;
  margin-top: 1rem;
  order: 3;
}

.playbook-step small {
  color: var(--catalogue-ink);
  font-size: clamp(0.58rem, 0.8vw, 0.72rem);
  line-height: 1.1;
  margin-top: 0.35rem;
  max-width: 125px;
  order: 4;
}

.playbook-step:nth-child(odd) strong,
.playbook-step:nth-child(odd) small {
  order: 1;
  margin: 0 0 0.35rem;
}

.playbook-step:nth-child(odd) b {
  order: 2;
}

.catalogue-deliverables {
  background: var(--catalogue-ink);
  border-radius: 1.4rem;
  color: #fff;
  margin-top: 3rem;
  padding: 1.1rem 1.5rem 1.5rem;
}

.catalogue-deliverables-title {
  background: var(--catalogue-orange);
  display: inline-block;
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  position: relative;
}

.catalogue-deliverables-title::after {
  border-bottom: 1.8rem solid #fff;
  border-left: 0.9rem solid transparent;
  content: "";
  position: absolute;
  right: -1.1rem;
  top: 0;
}

.catalogue-deliverables-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}

.catalogue-deliverables ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.catalogue-deliverables li {
  font-size: clamp(0.85rem, 1.35vw, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
  padding: 0.38rem 0 0.38rem 1.15rem;
  position: relative;
}

.catalogue-deliverables li::before {
  color: var(--catalogue-orange);
  content: "â˜…";
  left: 0;
  position: absolute;
}

@media (max-width: 767.98px) {
  .catalogue-page-why .catalogue-page-inner {
    padding: 2rem 1.25rem 2.5rem;
  }

  .catalogue-why-grid {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .catalogue-why-grid article {
    min-height: auto;
  }

  .catalogue-playbook-flow {
    gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
  }

  .catalogue-playbook-image {
    margin-top: 1.5rem;
  }

  .catalogue-playbook-flow::before,
  .playbook-step::after,
  .playbook-connector {
    display: none;
  }

  .playbook-step:nth-child(even),
  .playbook-step:nth-child(odd) {
    padding-top: 0;
  }

  .playbook-step:nth-child(odd) strong,
  .playbook-step:nth-child(odd) small,
  .playbook-step strong,
  .playbook-step small {
    margin: 0.45rem 0 0;
    order: 3;
  }

  .playbook-step small {
    order: 4;
  }

  .catalogue-deliverables-grid {
    gap: 0;
    grid-template-columns: 1fr;
  }
}
/* Career page */
.career-page {
  background: #f7f8f8;
  color: var(--txt-primary-color);
}

.career-culture-section {
  background: #f7f8f8;
  padding: clamp(2rem, 4.5vw, 3.8rem) 0 clamp(3rem, 6vw, 5.2rem);
}

.career-culture-inner {
  align-items: flex-start;
  display: grid;
  gap: clamp(2rem, 4.5vw, 4rem);
  grid-template-columns: minmax(360px, 0.96fr) minmax(420px, 1fr);
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 clamp(1rem, 4vw, 2rem);
}

.career-culture-media {
  min-height: 285px;
  position: relative;
}

.career-culture-img {
  display: block;
  object-fit: cover;
  position: absolute;
}

.career-culture-img-main {
  height: 260px;
  left: 0;
  top: 0;
  width: 72%;
}

.career-culture-img-overlap {
  height: 260px;
  right: 0;
  top: 38px;
  width: 38%;
}

.career-culture-copy {
  padding-top: clamp(1.4rem, 3vw, 2.4rem);
}

.career-culture-copy h1,
.career-apply-inner h2 {
  color: var(--txt-primary-color);
  font-size: clamp(1.7rem, 2.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 1.1rem;
  text-transform: uppercase;
}

.career-culture-copy h1 {
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0;
}

.career-culture-copy p {
  color: #5f6670;
  font-size: clamp(0.92rem, 1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.7;
  margin: 0 0 1.2rem;
  max-width: 650px;
}

.career-apply-section {
  background: var(--txt-primary-color);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.career-apply-inner {
  margin: 0 auto;
  max-width: 1260px;
  min-height: 365px;
  padding: 0 clamp(1rem, 4vw, 2rem);
  position: relative;
}

.career-accent-line {
  background: var(--primary-color);
  display: block;
  height: 12px;
  left: 73%;
  position: absolute;
  top: 1rem;
  width: 3px;
}

.career-apply-inner h2 {
  color: var(--txt-white-color);
  margin-bottom: 0.75rem;
}

.career-form-grid {
  display: grid;
  gap: 1.35rem 1.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.career-form label {
  color: rgba(255, 255, 255, 0.84);
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
}

.career-form label span {
  display: block;
  margin: 0 0 0.42rem 1.15rem;
}

.career-form input[type="text"],
.career-form input[type="email"],
.career-form input[type="tel"] {
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: var(--txt-primary-color);
  display: block;
  font: inherit;
  font-size: 1rem;
  height: 42px;
  outline: 0;
  padding: 0 1.35rem;
  width: 100%;
}

.career-form input::placeholder {
  color: #50627c;
  opacity: 1;
}

.career-form input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.career-resume-field {
  margin-top: 1.35rem;
}

.career-resume-field input[type="file"] {
  display: block;
  font-size: 0.88rem;
  margin-left: 0.5rem;
}

.career-resume-field input[type="file"]::file-selector-button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0;
  color: var(--txt-white-color);
  cursor: pointer;
  font: inherit;
  margin-right: 1rem;
  padding: 0.42rem 1rem;
}

.career-submit-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.7rem;
}

.career-submit-row button {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 0;
  color: var(--txt-white-color);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  min-width: 92px;
  padding: 0.48rem 1.4rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.career-submit-row button:hover,
.career-submit-row button:focus {
  background: #d95f0d;
  border-color: #d95f0d;
  color: var(--txt-white-color);
}

@media (max-width: 991.98px) {
  .career-culture-inner {
    grid-template-columns: 1fr;
  }

  .career-culture-media {
    margin: 0 auto;
    max-width: 620px;
    width: 100%;
  }

  .career-culture-copy {
    padding-top: 0;
  }

  .career-culture-copy p {
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .career-form-grid {
    grid-template-columns: 1fr;
  }

  .career-accent-line {
    left: auto;
    right: 2rem;
  }

  .career-submit-row {
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .career-culture-media {
    min-height: 350px;
  }

  .career-culture-img-main,
  .career-culture-img-overlap {
    height: 220px;
  }

  .career-culture-img-main {
    width: 86%;
  }

  .career-culture-img-overlap {
    top: 130px;
    width: 55%;
  }
}
/* End career page */

