:root {
    --dark: #0b1319;
    --dark-2: #111b22;
    --dark-3: #18242c;
    --red: #e8242c;
    --red-dark: #c91720;
    --yellow: #f4bd1a;
    --white: #ffffff;
    --text: #1d252c;
    --muted: #8b969f;
    --line: rgba(255, 255, 255, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: var(--white);
    background: var(--dark);
}

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    height: 64px;
    display: flex;
    align-items: stretch;
    background: #0d141a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.brand {
    width: 248px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 22px 0 28px;
    background: #0f171d;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    z-index: 2;
}

.brand > img,
.custom-logo-link img {
    display: block;
    width: 202px;
    max-width: 100%;
    height: 50px;
    object-fit: contain;
}

.brand-lockup {
    gap: 12px;
}

.brand-mark {
    width: 68px;
    height: 44px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow: hidden;
}

.brand-mark img {
    display: block;
    width: 76px;
    max-width: none;
    height: auto;
    transform: translateX(-4px);
}

.brand-text {
    display: grid;
    align-content: center;
    min-width: 0;
}

.brand-text strong {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
    white-space: nowrap;
}

.brand-text em {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

.custom-logo-link {
    display: flex;
    align-items: center;
}

.main-nav {
    flex: 1;
    min-width: 0;
}

.main-nav .menu {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-nav li {
    display: flex;
}

.main-nav a {
    min-width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    white-space: nowrap;
}

.main-nav .current-menu-item a,
.main-nav a:hover {
    background: var(--red);
    color: #fff;
}

.header-actions {
    display: flex;
    align-items: stretch;
}

.phone-link {
    min-width: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--yellow);
    font-size: 16px;
    font-weight: 800;
}

.phone-link::before {
    content: "☎";
    margin-right: 9px;
    font-size: 19px;
}

.quote-link {
    width: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--red);
    font-weight: 800;
    font-size: 14px;
}

.quote-link::before {
    content: "▣";
    margin-right: 8px;
    font-size: 13px;
}

.hero {
    position: relative;
    min-height: 426px;
    overflow: hidden;
    background: #0a1016;
}

.hero-slides,
.hero-slide {
    position: absolute;
    inset: 0;
}

.hero-slide {
    display: none;
    overflow: hidden;
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-slide-1 {
    background-image: url("../images/hero-target-v45.jpg");
    background-image: image-set(url("../images/hero-target-v45.webp") type("image/webp"), url("../images/hero-target-v45.jpg") type("image/jpeg"));
    background-position: right center;
    background-size: cover;
}

.hero-slide-2 {
    background-image: url("../images/hero-machine-test-fallback.jpg");
    background-image: image-set(url("../images/hero-machine-test.webp") type("image/webp"), url("../images/hero-machine-test-fallback.jpg") type("image/jpeg"));
}

.hero-slide-3 {
    background-image: url("../images/hero-wheel-service-fallback.jpg");
    background-image: image-set(url("../images/hero-wheel-service.webp") type("image/webp"), url("../images/hero-wheel-service-fallback.jpg") type("image/jpeg"));
}

.hero-slide.is-active {
    display: block;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 53% 82%, rgba(244, 189, 26, 0.18), transparent 19%),
        linear-gradient(90deg, rgba(10, 16, 22, 0.97) 0%, rgba(10, 16, 22, 0.84) 31%, rgba(10, 16, 22, 0.25) 74%, rgba(10, 16, 22, 0.36) 100%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 24%);
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -32px;
    width: 280px;
    height: 82px;
    transform: skewX(-31deg);
    background: linear-gradient(90deg, rgba(98, 108, 116, 0.5) 0%, rgba(98, 108, 116, 0.34) 42%, rgba(255, 255, 255, 0.12) 42%, rgba(255, 255, 255, 0.08) 100%);
}

.slide-index {
    position: absolute;
    left: 36px;
    top: 156px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    z-index: 6;
}

.slide-index button {
    position: relative;
    width: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.slide-index .active {
    color: var(--red);
    position: relative;
}

.slide-index .active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    width: 18px;
    height: 1px;
    background: var(--red);
}

.hero-copy {
    position: relative;
    z-index: 3;
    width: min(520px, 52vw);
    padding: 76px 0 0 108px;
}

.eyebrow,
.section-side p {
    margin: 0 0 14px;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 4.3vw, 50px);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: 0;
}

.hero h1 span {
    color: var(--red);
    margin-left: 10px;
}

.hero-text {
    width: 410px;
    max-width: 100%;
    margin: 18px 0 30px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    gap: 24px;
    align-items: center;
}

.primary-btn,
.video-btn,
.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 25px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
}

.primary-btn {
    background: var(--red);
    color: #fff;
}

.primary-btn::after,
.outline-btn::after,
.product-card > a:not(.product-thumb)::after,
.footer-more::after {
    content: " →";
}

.video-btn {
    background: var(--yellow);
    color: #151515;
}

.video-btn::after {
    content: " ◎";
    margin-left: 9px;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 4;
}

.hero-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.hero-dots button.active {
    border-color: var(--red);
    background: var(--red);
    box-shadow: 0 0 0 3px rgba(228, 30, 35, 0.2);
}

.slide-index button:focus-visible,
.hero-dots button:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: 4px;
}

.feature-bar {
    position: relative;
    z-index: 5;
    min-height: 110px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 86px;
    background: linear-gradient(105deg, #151f27 0%, #111a21 84%, #29343c 84%);
}

.feature-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto;
    align-content: center;
    column-gap: 18px;
    min-height: 110px;
    padding: 0 32px;
    border-right: 1px solid var(--line);
}

.feature-item:last-child {
    border-right: 0;
}

.feature-item i {
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    font-style: normal;
    border: 2px solid currentColor;
    font-size: 24px;
}

.feature-item strong {
    font-size: 17px;
    margin-bottom: 4px;
}

.feature-item span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
}

.red-icon i {
    color: var(--red);
}

.yellow-icon i {
    color: var(--yellow);
}

.section-light {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 30px;
    align-items: start;
    padding: 50px 48px 48px;
    color: var(--text);
    background: #f6f7f8;
}

.section-side h2 {
    margin: 0;
    color: var(--text);
    font-size: 32px;
    line-height: 1.32;
    font-weight: 900;
}

.section-side em {
    display: block;
    width: 34px;
    height: 2px;
    margin: 22px 0;
    background: var(--red);
}

.section-side span {
    display: block;
    color: #6b747d;
    font-size: 14px;
    line-height: 1.85;
}

.outline-btn {
    margin-top: 34px;
    min-width: 132px;
    border: 1px solid #2a3035;
    color: #222;
    background: transparent;
}

.product-grid {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
}

.product-track {
    --product-card-width: clamp(210px, calc((100vw - 420px) / 4), 270px);
    display: flex;
    width: max-content;
    will-change: transform;
    animation: gls-product-marquee 60s linear infinite;
}

.product-track-group {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    padding-right: 16px;
}

@keyframes gls-product-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.product-grid:hover .product-track,
.product-grid:focus-within .product-track {
    animation-play-state: paused;
}

.product-card {
    display: flex;
    flex-direction: column;
    flex: 0 0 var(--product-card-width);
    width: var(--product-card-width);
    min-height: 260px;
    min-width: 0;
    padding: 22px 20px 20px;
    background: #fff;
    border: 1px solid #e6e8ea;
    border-radius: 4px;
    box-shadow: 0 10px 22px rgba(10, 17, 23, 0.08);
}

.product-card img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    margin: 0 auto 18px;
}

.product-thumb {
    display: grid;
    place-items: center;
    aspect-ratio: 4 / 3;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin-bottom: 18px;
    overflow: hidden;
    background: #edf1f3;
    border: 1px solid #e2e7ea;
}

.product-thumb img {
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    margin: 0;
}

.image-placeholder {
    width: 100%;
    height: 100%;
    min-height: 136px;
    display: grid;
    place-items: center;
    color: #9aa4ac;
    font-size: 13px;
    font-weight: 800;
    background:
        linear-gradient(135deg, rgba(12, 21, 27, 0.03) 25%, transparent 25% 50%, rgba(12, 21, 27, 0.03) 50% 75%, transparent 75%),
        #fafbfc;
    background-size: 18px 18px;
}

.product-card h3 {
    margin: 0 0 4px;
    color: #171d22;
    font-size: 16px;
    font-weight: 900;
    white-space: nowrap;
}

.product-card p {
    margin: 0 0 16px;
    color: #727a82;
    font-size: 13px;
}

.product-card a {
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
}

.product-card > a:last-child {
    display: inline-block;
    margin-top: auto;
    padding-top: 14px;
}

.video-section {
    padding: 54px 48px 58px;
    color: #fff;
    background: #101a21;
}

.video-section-heading,
.media-section-heading {
    max-width: 720px;
    margin-bottom: 26px;
}

.video-section-heading p,
.media-section-heading p {
    margin: 0 0 10px;
    color: var(--red);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.video-section-heading h2,
.media-section-heading h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
}

.video-section-heading span,
.media-section-heading span {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.8;
}

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

.video-card {
    min-width: 0;
    padding: 14px;
    background: #17242d;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.video-frame {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #05090c;
}

.video-frame video,
.product-video-player video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #05090c;
}

.video-card h3 {
    margin: 16px 0 6px;
    font-size: 17px;
}

.video-card p {
    min-height: 44px;
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.7;
}

.solutions-section {
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
    gap: 28px;
    padding: 42px 48px 30px;
    background:
        radial-gradient(circle at 80% 30%, rgba(244, 189, 26, 0.08), transparent 26%),
        linear-gradient(180deg, #0c151b, #121d24);
}

.solution-side h2 {
    color: #fff;
}

.solution-side span {
    color: rgba(255, 255, 255, 0.66);
}

.solution-side .primary-btn {
    margin-top: 26px;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.solution-card {
    position: relative;
    min-height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 18px 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background-color: #101920;
    background-position: center, center;
    background-size: auto, cover;
    background-repeat: no-repeat;
    color: #fff;
}

.solution-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 15, 20, 0.05);
}

.solution-card.active::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 74px;
    background: linear-gradient(180deg, rgba(232, 36, 44, 0.94), rgba(200, 23, 32, 0.98));
}

.solution-card strong,
.solution-card span {
    position: relative;
    z-index: 2;
}

.solution-card strong {
    font-size: 17px;
    margin-bottom: 6px;
}

.solution-card span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.stats-section {
    min-height: 106px;
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    background: #152027;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.factory-strip {
    min-height: 106px;
    background:
        linear-gradient(90deg, rgba(11, 19, 25, 0.35), rgba(11, 19, 25, 0.9)),
        image-set(url("../images/factory-target.webp") type("image/webp"), url("../images/factory-target.jpg") type("image/jpeg")) center / cover no-repeat;
    opacity: 0.72;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
}

.stats-grid div {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.stats-grid div:last-child {
    border-right: 0;
}

.stats-grid strong {
    display: block;
    color: var(--yellow);
    font-size: 34px;
    line-height: 1;
}

.stats-grid sup {
    font-size: 16px;
}

.stats-grid span {
    display: block;
    margin-top: 9px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.site-footer {
    background: #0b141a;
    border-bottom: 2px solid var(--red);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.75fr 0.58fr 0.72fr 0.72fr 0.72fr 1.3fr 0.7fr;
    gap: 24px;
    padding: 36px 48px 28px;
}

.footer-grid h3 {
    margin: 0 0 16px;
    font-size: 15px;
}

.footer-about img {
    width: 112px;
    height: 72px;
    object-fit: contain;
    margin-bottom: 14px;
}

.footer-grid p,
.footer-grid a {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
    line-height: 1.8;
}

.footer-more {
    color: var(--yellow) !important;
    font-weight: 800;
}

.qr-image {
    width: 90px;
    height: 90px;
    object-fit: contain;
    display: block;
    background: #fff;
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 52px 24px;
    color: rgba(255, 255, 255, 0.48);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

.page-shell {
    min-height: 60vh;
    padding: 70px clamp(20px, 7vw, 110px);
    background: #f6f7f8;
    color: var(--text);
}

.content-card {
    max-width: 920px;
    padding: 34px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 16px 38px rgba(16, 20, 24, 0.08);
}

.inner-main {
    background: #f5f6f7;
    color: var(--text);
    min-height: 70vh;
}

.inner-hero {
    padding: 86px 48px 70px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(8, 14, 19, 0.96), rgba(8, 14, 19, 0.84)),
        image-set(url("../images/hero-target.webp") type("image/webp"), url("../images/hero-target.jpg") type("image/jpeg")) center right / cover no-repeat;
}

.inner-hero p,
.detail-hero p {
    margin: 0 0 14px;
    color: var(--red);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.inner-hero h1,
.detail-hero h1 {
    margin: 0 0 14px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.12;
    color: #fff;
}

.inner-hero span,
.detail-hero span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
}

.inner-section {
    padding: 58px 48px;
}

.archive-layout {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 34px;
    min-width: 0;
}

.archive-filter {
    padding: 24px;
    background: #fff;
    border: 1px solid #e5e8eb;
}

.archive-filter h2 {
    margin: 0 0 18px;
    font-size: 22px;
}

.archive-filter a {
    display: block;
    padding: 11px 0;
    color: #59646d;
    border-bottom: 1px solid #edf0f2;
}

.archive-filter a.active,
.archive-filter a:hover {
    color: var(--red);
    font-weight: 800;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    min-width: 0;
}

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

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

.archive-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 22px;
    background: #fff;
    border: 1px solid #e3e7ea;
    box-shadow: 0 12px 28px rgba(15, 22, 28, 0.06);
}

.archive-card.dark-card {
    background: #111b22;
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.archive-thumb {
    display: block;
    aspect-ratio: 4 / 3;
    height: auto;
    min-width: 0;
    min-height: 0;
    margin-bottom: 18px;
    overflow: hidden;
    background: #edf1f3;
    border: 1px solid #e2e7ea;
}

.archive-thumb img {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
    display: block;
}

.archive-thumb .image-placeholder {
    min-height: 0;
}

.dark-card .archive-thumb img {
    object-fit: contain;
}

.dark-card .archive-thumb {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

.dark-card .image-placeholder {
    color: rgba(255, 255, 255, 0.52);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.04) 50% 75%, transparent 75%),
        rgba(255, 255, 255, 0.04);
    background-size: 18px 18px;
}

.archive-card h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

.archive-card p {
    margin: 0 0 16px;
    color: #67727b;
    line-height: 1.7;
}

.archive-card .text-link {
    display: inline-block;
    margin-top: auto;
}

.dark-card p {
    color: rgba(255, 255, 255, 0.68);
}

.text-link {
    color: var(--red);
    font-weight: 900;
}

.text-link::after {
    content: " →";
}

.pagination {
    grid-column: 1 / -1;
}

.detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    gap: 44px;
    align-items: center;
    padding: 78px 48px;
    color: #fff;
    background: linear-gradient(110deg, #081015, #16232c);
}

.detail-image {
    aspect-ratio: 4 / 3;
    min-width: 0;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.detail-image .image-placeholder {
    min-height: 300px;
    background: transparent;
    color: rgba(255, 255, 255, 0.58);
}

.detail-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
}

.detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.outline-light-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    font-weight: 800;
}

.detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 34px;
}

.detail-content,
.detail-side,
.service-card,
.contact-info,
.contact-form,
.news-item {
    background: #fff;
    border: 1px solid #e4e8eb;
    padding: 30px;
    box-shadow: 0 12px 28px rgba(15, 22, 28, 0.05);
}

/* Keep long solution content inside the responsive grid. */
.detail-content,
.detail-side {
    min-width: 0;
}

.detail-content h2,
.detail-side h2,
.service-card h2,
.contact-info h2,
.contact-form h2 {
    margin: 0 0 18px;
    font-size: 26px;
}

.detail-content p,
.detail-content li,
.detail-side p,
.detail-side li,
.service-card p,
.contact-info p,
.news-item p {
    color: #5f6b74;
    line-height: 1.85;
}

.gls-product-detail {
    display: grid;
    gap: 24px;
}

.gls-product-detail h3 {
    margin: 4px 0 0;
    color: #172027;
    font-size: 21px;
}

.gls-product-detail p {
    margin: 0;
}

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

.gls-product-specs div {
    padding: 15px 16px;
    border-left: 3px solid var(--yellow);
    background: #f6f8f9;
}

.gls-product-specs span {
    display: block;
    color: #7a858c;
    font-size: 12px;
}

.gls-product-specs strong {
    display: block;
    margin-top: 6px;
    color: #172027;
    font-size: 15px;
    line-height: 1.55;
}

.gls-feature-list {
    margin: 0;
    padding-left: 24px;
}

.gls-feature-list li {
    margin: 0 0 10px;
    padding-left: 4px;
}

.detail-side ul {
    padding-left: 18px;
}

.detail-content img {
    max-width: 100%;
    height: auto;
}

.detail-content figure,
.detail-content .gls-media-gallery {
    margin: 28px 0 0;
}

.gls-media-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gls-media-gallery figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid #e3e7ea;
    background: #f8f9fa;
}

.gls-media-gallery figure.wide {
    grid-column: 1 / -1;
}

.gls-media-gallery img {
    display: block;
    width: 100%;
    max-height: 460px;
    object-fit: contain;
}

.gls-media-gallery figcaption {
    padding: 12px 14px;
    color: #5f6b74;
    font-size: 13px;
    line-height: 1.6;
    background: #fff;
}

.gls-inline-video {
    margin: 28px 0 0;
    padding: 14px;
    background: #0e1820;
}

.gls-inline-video video {
    display: block;
    width: 100%;
    max-height: 560px;
    background: #05090c;
}

.product-video-section {
    padding-top: 0;
}

.product-video-section .media-section-heading p {
    color: var(--red);
}

.product-video-section .media-section-heading span {
    color: #68747d;
}

.product-video-player {
    max-width: 920px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #081015;
    border: 1px solid #dfe4e7;
}

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

.solution-support-band {
    background: #f4f6f7;
}

.compact-heading {
    max-width: 760px;
    margin-bottom: 26px;
}

.compact-heading p {
    margin: 0 0 10px;
    color: var(--red);
    font-weight: 900;
}

.compact-heading h2 {
    margin: 0 0 12px;
    color: #161d22;
    font-size: 30px;
}

.compact-heading span {
    color: #6b767e;
}

.solution-support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.solution-support-grid .service-card {
    min-height: 190px;
}

.solution-support-grid .service-card b,
.service-process-grid b {
    color: var(--red);
    font-size: 14px;
    letter-spacing: 0.08em;
}

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

.after-sales-process {
    background: #fff;
}

.service-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 28px;
}

.service-process-grid > div {
    padding: 22px;
    border-top: 2px solid var(--red);
    background: #f4f6f7;
}

.service-process-grid h3 {
    margin: 22px 0 8px;
    color: #161d22;
    font-size: 20px;
}

.service-process-grid p {
    margin: 0;
    color: #6b767e;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 30px;
}

.map-card {
    height: 300px;
    margin-top: 22px;
    background: #e8ecef;
}

.local-map-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 32px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(10, 20, 27, 0.9), rgba(30, 43, 50, 0.92)),
        url("../images/factory-target.webp") center / cover no-repeat;
}

.local-map-card span {
    color: #f4bd1a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.local-map-card strong {
    font-size: 22px;
}

.local-map-card small {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.map-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-form label {
    display: block;
    margin-bottom: 16px;
    color: #2d363d;
    font-weight: 800;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 12px 13px;
    border: 1px solid #d9dee2;
    font: inherit;
}

.contact-form button {
    width: 100%;
    min-height: 46px;
    border: 0;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    cursor: pointer;
}

.form-notice {
    padding: 12px 14px;
    margin: 0 0 18px;
}

.form-notice.success {
    background: #e8f7ee;
    color: #14723b;
}

.form-notice.error {
    background: #fff1f1;
    color: #b51d28;
}

.news-list {
    display: grid;
    gap: 18px;
}

.news-item time {
    color: var(--red);
    font-weight: 900;
}

.news-item h2 {
    margin: 10px 0;
    font-size: 24px;
}

.single-cover {
    margin-bottom: 24px;
}

.single-cover img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1180px) {
    .brand {
        width: 218px;
        padding: 0 18px 0 24px;
        align-items: center;
    }

    .brand > img,
    .custom-logo-link img {
        width: 178px;
        height: 48px;
    }

    .brand-lockup {
        gap: 10px;
    }

    .brand-mark {
        width: 60px;
        height: 40px;
    }

    .brand-mark img {
        width: 68px;
    }

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

    .brand-text em {
        font-size: 9px;
        letter-spacing: 0.09em;
    }

    .main-nav a {
        min-width: 70px;
        padding: 0 10px;
        font-size: 13px;
    }

    .phone-link {
        min-width: 132px;
        font-size: 15px;
    }

    .quote-link {
        width: 88px;
    }
}

@media (max-width: 960px) {
    .section-light,
    .solutions-section {
        grid-template-columns: 1fr;
    }

    .product-track {
        --product-card-width: clamp(220px, 29vw, 280px);
    }

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

    .archive-layout,
    .detail-grid,
    .contact-layout,
    .detail-hero {
        grid-template-columns: 1fr;
    }

    .archive-grid,
    .product-archive-grid,
    .solution-archive-grid,
    .service-grid,
    .solution-support-grid,
    .service-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .feature-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0;
    }

    .feature-item {
        min-height: 104px;
        padding: 22px 28px;
    }

    .feature-item:nth-child(2n) {
        border-right: 0;
    }

    .feature-item:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 820px) {
    .site-header {
        height: auto;
        flex-wrap: wrap;
    }

    .brand {
        height: 64px;
        justify-content: flex-start;
        width: calc(100% - 126px);
        padding: 0 20px;
    }

    .header-actions {
        width: 126px;
        height: 64px;
        justify-content: flex-end;
    }

    .phone-link {
        display: none;
    }

    .quote-link {
        width: 126px;
    }

    .main-nav {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        overflow: visible;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .main-nav .menu {
        height: auto;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        width: 100%;
        background: #0d141a;
    }

    .main-nav li {
        display: block;
    }

    .main-nav a {
        min-width: 0;
        min-height: 42px;
        padding: 0 6px;
        font-size: 13px;
        border-right: 1px solid rgba(255, 255, 255, 0.05);
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .hero {
        min-height: 560px;
    }

    .hero-slide {
        background-position: 66% center;
    }

    .hero-slide-1 {
        background-position: 66% center;
        background-size: cover;
    }

    .hero-slide::before {
        background: linear-gradient(180deg, rgba(10, 16, 22, 0.98) 0%, rgba(10, 16, 22, 0.88) 52%, rgba(10, 16, 22, 0.34) 100%);
    }

    .slide-index {
        display: none;
    }

    .hero-copy {
        width: auto;
        padding: 48px 22px 0;
    }

    .hero-text {
        width: auto;
    }

    .hero-actions {
        gap: 12px;
    }

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

    .feature-item {
        padding: 24px 18px;
    }

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

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

    .factory-strip {
        min-height: 90px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 22px;
        padding: 24px 0;
    }

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

    .inner-section,
    .inner-hero,
    .detail-hero {
        padding-left: 22px;
        padding-right: 22px;
    }
}

/* Fill the About showcase copy with three compact proof points. */
body.page-id-16 .about-showcase-highlights {
    display: grid;
    gap: 0;
    margin: 26px 0 34px;
    max-width: 540px;
}
body.page-id-16 .about-showcase-highlights-heading {
    padding: 10px 14px;
    border: 1px solid rgba(244, 189, 26, .42);
    color: var(--yellow);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.45;
}
body.page-id-16 .about-showcase-highlight {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 18px 16px 18px 0;
    border-top: 1px solid rgba(255,255,255,.16);
}
body.page-id-16 .about-showcase-highlight:last-child {
    border-bottom: 1px solid rgba(255,255,255,.16);
}
body.page-id-16 .about-showcase-highlight-index {
    color: var(--yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.4;
}
body.page-id-16 .about-showcase-highlight strong {
    display: block;
    margin-bottom: 3px;
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}
body.page-id-16 .about-showcase-highlight div > span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.65;
}
@media (max-width: 820px) {
    body.page-id-16 .about-showcase-highlights {
        margin: 22px 0 28px;
    }
    body.page-id-16 .about-showcase-highlights-heading {
        font-size: 12px;
    }
    body.page-id-16 .about-showcase-highlight {
        padding: 15px 0;
    }
}

@media (max-width: 560px) {
    .brand > img,
    .custom-logo-link img {
        width: 172px;
        height: 48px;
    }

    .brand-lockup {
        gap: 9px;
    }

    .brand-mark {
        width: 58px;
        height: 38px;
    }

    .brand-mark img {
        width: 66px;
    }

    .brand-text strong {
        font-size: 22px;
        letter-spacing: 0.08em;
    }

    .brand-text em {
        margin-top: 4px;
        font-size: 8px;
        letter-spacing: 0.08em;
    }

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

    .section-light,
    .solutions-section {
        padding: 42px 20px;
    }

    .video-section {
        padding: 42px 20px;
    }

    .video-grid,
    .solution-grid,
    .feature-bar,
    .footer-grid,
    .stats-grid,
    .archive-grid,
    .product-archive-grid,
    .solution-archive-grid,
    .service-grid,
    .solution-support-grid,
    .service-process-grid {
        grid-template-columns: 1fr;
    }

    .product-track {
        --product-card-width: 240px;
        animation-duration: 68s;
    }

    .gls-media-gallery {
        grid-template-columns: 1fr;
    }

    .gls-product-specs {
        grid-template-columns: 1fr;
    }

    .gls-media-gallery figure.wide {
        grid-column: auto;
    }

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

    .feature-item,
    .stats-grid div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .copyright {
        flex-direction: column;
        padding: 18px 20px 24px;
    }
}

/* Match the approved About capability panel proportions and rhythm. */
body.page-id-16 .about-showcase-highlights {
    width: 100%;
    max-width: 540px;
    margin: 26px 0 34px;
    gap: 0;
}
body.page-id-16 .about-showcase-highlights-heading {
    width: 100%;
    box-sizing: border-box;
    min-height: 45px;
    padding: 10px 14px;
    border: 1px solid rgba(244, 189, 26, .42);
    display: flex;
    align-items: center;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.45;
}
body.page-id-16 .about-showcase-highlights-heading + .about-showcase-highlight {
    margin-top: 56px;
}
body.page-id-16 .about-showcase-highlight {
    width: 100%;
    min-height: 130px;
    box-sizing: border-box;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 25px 0 24px;
    border-top: 1px solid rgba(255,255,255,.16);
}
body.page-id-16 .about-showcase-highlight:last-child {
    border-bottom: 1px solid rgba(255,255,255,.16);
}
body.page-id-16 .about-showcase-highlight-index {
    align-self: start;
    padding-top: 2px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.4;
}
body.page-id-16 .about-showcase-highlight strong {
    display: block;
    margin-bottom: 7px;
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}
body.page-id-16 .about-showcase-highlight div > span {
    display: block;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    line-height: 1.65;
}
@media (max-width: 820px) {
    body.page-id-16 .about-showcase-highlights-heading + .about-showcase-highlight {
        margin-top: 34px;
    }
    body.page-id-16 .about-showcase-highlight {
        min-height: 104px;
        padding: 18px 0;
    }
}

/* Restore the approved About showcase proportions and keep the building image frame stable. */
body.page-id-16 .about-showcase {
    align-items: center;
}

body.page-id-16 .about-showcase-images .about-image-primary {
    aspect-ratio: 4 / 3;
}

body.page-id-16 .about-showcase-copy {
    display: block;
}

body.page-id-16 .about-showcase-copy .about-showcase-facts {
    margin-top: 32px;
    padding-top: 0;
}

/* Keep the About showcase copy aligned with the building image on 1920x1080 desktop screens. */
@media (min-width: 1440px) and (max-height: 1100px) {
    body.page-id-16 .about-showcase-copy h2 {
        margin-bottom: 12px;
        line-height: 1.08;
    }

    body.page-id-16 .about-showcase-copy > p:not(.about-kicker) {
        line-height: 1.55;
    }

    body.page-id-16 .about-showcase-highlights {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    body.page-id-16 .about-showcase-highlights-heading + .about-showcase-highlight {
        margin-top: 24px;
    }

    body.page-id-16 .about-showcase-highlight {
        min-height: 92px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body.page-id-16 .about-showcase-highlight strong {
        margin-bottom: 4px;
        line-height: 1.25;
    }

    body.page-id-16 .about-showcase-highlight div > span {
        line-height: 1.45;
    }

    body.page-id-16 .about-showcase-copy .about-showcase-facts {
        margin-top: 18px;
    }
}

/* Remove the standalone core-capabilities block from the About page. */
body.page-id-16 .about-core-abilities {
    display: none !important;
}

/* Approved About content: make the company capability story easier to scan. */
.about-core-abilities {
    margin-top: 52px;
    padding: 52px 0 58px;
    background: #f4f6f7;
}

.about-core-abilities .about-section-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 28px;
}

.about-core-abilities-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 22px;
}

.about-core-abilities .about-kicker {
    margin: 0 0 8px;
    color: var(--red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
}

.about-core-abilities-heading h2 {
    margin: 0;
    color: #111820;
    font-size: clamp(22px, 2.6vw, 32px);
    line-height: 1.2;
}

.about-core-abilities-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.about-core-ability {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
    background: #0c161d;
    color: #fff;
    border-top: 2px solid var(--yellow);
}

.about-core-ability-number {
    color: var(--yellow);
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .08em;
}

.about-core-ability h3 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
}

.about-core-ability p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
    line-height: 1.7;
    text-indent: 0;
}

@media (max-width: 820px) {
    .about-core-abilities-heading {
        display: block;
    }

    .about-core-abilities-heading h2 {
        margin-top: 8px;
    }

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

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

.category-intro {
    max-width: 1180px;
}

.category-intro h2 {
    margin: 0 0 14px;
    color: var(--ink, #141a1f);
}

.category-intro p {
    max-width: 920px;
    margin: 0 0 12px;
    color: #5d6870;
    line-height: 1.9;
}

.category-intro .keyword-line {
    color: #8a4e00;
}

.related-products-section {
    padding-top: 8px;
}

.related-products-section .archive-card h2 {
    margin-top: 16px;
}

/* Editorial sections for the company, service and solution pages. */
.about-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 46px;
    align-items: center;
    color: #fff;
    background: #0c161d;
    overflow: hidden;
}

.about-showcase-copy {
    min-width: 0;
    max-width: 560px;
}

.about-kicker,
.service-kicker {
    margin: 0 0 12px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.about-showcase-copy h2,
.after-sales-quality h2,
.about-evidence-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.18;
}

.about-showcase-copy > p:not(.about-kicker),
.after-sales-quality-panel > p:not(.service-kicker),
.about-evidence-copy > p:not(.about-kicker) {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.9;
}

.about-showcase-facts,
.service-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}

.about-showcase-facts span,
.service-facts span {
    display: grid;
    gap: 6px;
    padding-right: 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.17);
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.5;
}

.about-showcase-facts span:last-child,
.service-facts span:last-child {
    border-right: 0;
}

.about-showcase-facts strong,
.service-facts strong {
    color: var(--yellow);
    font-size: 26px;
    line-height: 1;
}

.about-showcase-images {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    gap: 14px;
    align-items: end;
    min-width: 0;
}

.about-showcase-images figure,
.about-history-image,
.about-evidence-image {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #17242d;
}

.about-showcase-images figure {
    aspect-ratio: 4 / 3;
}

.about-showcase-images .about-image-secondary {
    aspect-ratio: 3 / 4;
}

.about-showcase-images img,
.about-history-image img,
.about-evidence-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-showcase-images figcaption,
.about-history-image figcaption,
.about-evidence-image figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px 16px 14px;
    color: #fff;
    font-size: 12px;
    background: linear-gradient(transparent, rgba(5, 10, 14, 0.82));
}

.about-history-panel {
    background: #fff;
}

.about-history-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 40px;
    align-items: stretch;
}

.about-history-image {
    min-height: 430px;
}

.about-history-image img {
    object-position: center;
}

.about-timeline {
    display: grid;
    gap: 0;
}

.about-timeline article {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 20px;
    min-width: 0;
    padding: 0 0 28px;
}

.about-timeline article:last-child {
    padding-bottom: 0;
}

.about-timeline article > b {
    position: relative;
    padding-top: 3px;
    color: var(--red);
    font-size: 17px;
    letter-spacing: 0.04em;
}

.about-timeline article > b::after {
    position: absolute;
    top: 28px;
    left: 5px;
    width: 1px;
    height: calc(100% + 2px);
    background: #dfe4e7;
    content: "";
}

.about-timeline article:last-child > b::after {
    display: none;
}

.about-timeline h3 {
    margin: 0 0 7px;
    color: #172027;
    font-size: 20px;
}

.about-timeline p {
    margin: 0;
    color: #66727a;
    line-height: 1.75;
}

.about-evidence-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
    gap: 42px;
    align-items: center;
    color: #fff;
    background: #111d25;
}

.about-evidence-copy {
    min-width: 0;
}

.about-evidence-copy > p:not(.about-kicker) {
    margin-bottom: 24px;
}

.about-evidence-image {
    aspect-ratio: 4 / 3;
}

.about-evidence-image img {
    object-position: center top;
}

.outline-btn {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.46);
    font-weight: 800;
}

.solution-detail-lead {
    max-width: 620px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.85;
}

.solution-family-section {
    background: #fff;
}

.solution-family-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.solution-family-card {
    display: flex;
    min-width: 0;
    min-height: 240px;
    flex-direction: column;
    padding: 22px;
    color: #1a232a;
    border: 1px solid #e1e6e9;
    background: #f7f8f9;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-family-card:hover,
.solution-family-card.active {
    transform: translateY(-3px);
    border-color: var(--red);
    box-shadow: 0 14px 30px rgba(18, 28, 35, 0.1);
}

.solution-family-card.active {
    color: #fff;
    background: #111c24;
}

.solution-family-card .family-index {
    margin-bottom: 28px;
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.solution-family-card.active .family-index {
    color: var(--yellow);
}

.solution-family-card strong {
    margin-bottom: 10px;
    font-size: 20px;
}

.solution-family-card small {
    color: #69757d;
    line-height: 1.7;
}

.solution-family-card.active small {
    color: rgba(255, 255, 255, 0.68);
}

.solution-family-card em {
    display: block;
    margin-top: auto;
    padding-top: 20px;
    color: var(--red);
    font-style: normal;
    font-weight: 900;
}

.solution-family-card.active em {
    color: var(--yellow);
}

.solution-family-card em i {
    margin-left: 5px;
    font-style: normal;
}

.after-sales-quality {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 24px;
    color: #fff;
    background: #0e1a22;
}

.after-sales-quality-panel,
.maintenance-panel {
    min-width: 0;
    padding: 34px;
    background: #14232d;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.maintenance-panel {
    background: #172a34;
}

.after-sales-quality h2,
.maintenance-panel h2 {
    font-size: clamp(26px, 3vw, 38px);
}

.service-facts {
    margin-top: 28px;
}

.maintenance-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.maintenance-list li {
    display: grid;
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.maintenance-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.maintenance-list b {
    color: var(--yellow);
    font-size: 13px;
}

.maintenance-list span,
.maintenance-note {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.75;
}

.maintenance-note {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.48);
}

.map-card.local-map-card {
    position: relative;
    isolation: isolate;
    justify-content: flex-end;
    min-height: 300px;
    overflow: hidden;
    background: linear-gradient(135deg, #0d1b23, #1b3038);
}

.map-card-grid,
.map-road,
.map-pin,
.map-card-copy,
.map-card-badge {
    position: absolute;
}

.map-card-grid {
    inset: 0;
    z-index: -2;
    opacity: 0.66;
    background-image: linear-gradient(rgba(128, 194, 200, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(128, 194, 200, 0.13) 1px, transparent 1px);
    background-size: 34px 34px;
    transform: perspective(320px) rotateX(52deg) scale(1.35) translateY(30px);
}

.map-road {
    z-index: -1;
    height: 7px;
    border-radius: 999px;
    background: rgba(240, 191, 25, 0.72);
    box-shadow: 0 0 0 2px rgba(12, 25, 32, 0.55);
    transform-origin: left center;
}

.map-road-a {
    top: 41%;
    left: -8%;
    width: 125%;
    transform: rotate(-18deg);
}

.map-road-b {
    top: 70%;
    left: 29%;
    width: 87%;
    transform: rotate(36deg);
    background: rgba(255, 255, 255, 0.54);
}

.map-pin {
    top: 33%;
    left: 57%;
    width: 28px;
    height: 28px;
    border: 5px solid #fff;
    border-radius: 50% 50% 50% 0;
    background: var(--red);
    box-shadow: 0 0 0 8px rgba(236, 38, 45, 0.18), 0 10px 20px rgba(0, 0, 0, 0.3);
    transform: rotate(-45deg);
}

.map-pin i {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}

.map-card-copy {
    right: 32px;
    bottom: 28px;
    left: 32px;
    display: grid;
    gap: 8px;
}

.map-card-copy span {
    position: static;
}

.map-card-copy strong {
    font-size: 22px;
}

.map-card-copy small {
    position: static;
    max-width: 420px;
}

.map-card-badge {
    top: 24px;
    right: 26px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.14em;
}

@media (max-width: 960px) {
    .about-showcase,
    .about-history-layout,
    .about-evidence-panel,
    .after-sales-quality {
        grid-template-columns: 1fr;
    }

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

@media (max-width: 560px) {
    .about-showcase-images {
        grid-template-columns: minmax(0, 1fr);
    }

    .about-showcase-images .about-image-secondary {
        aspect-ratio: 4 / 3;
    }

    .about-showcase-facts,
    .service-facts,
    .solution-family-grid {
        grid-template-columns: 1fr;
    }

    .about-showcase-facts span,
    .service-facts span {
        padding: 0 0 10px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    }

    .about-showcase-facts span:last-child,
    .service-facts span:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .about-history-image {
        min-height: 300px;
    }

    .about-timeline article {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 14px;
    }

    .after-sales-quality-panel,
    .maintenance-panel {
        padding: 24px;
    }

    .maintenance-list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .map-card.local-map-card {
        min-height: 330px;
    }

    .map-card-copy {
        right: 24px;
        bottom: 24px;
        left: 24px;
    }

    .solution-detail-lead {
        font-size: 15px;
    }
}

/* Brand and hero refresh: keep the new identity compact across breakpoints. */
.brand-lockup {
    gap: 10px;
    justify-content: center;
    padding-left: 24px;
    padding-right: 18px;
}

.brand-logo-wrap {
    width: 112px;
    height: 50px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    overflow: visible;
}

.brand-logo {
    display: block;
    width: 112px;
    height: auto;
    object-fit: contain;
    transform: translate(-7px, 5px);
}

.brand-english {
    display: grid;
    gap: 3px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 8px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.1em;
    white-space: nowrap;
}

.brand-english span:last-child {
    color: var(--yellow);
}

.hero-slide-1 {
    background-image: url("../images/hero-wheel-service-fallback.jpg");
    background-image: image-set(url("../images/hero-wheel-service.webp") type("image/webp"), url("../images/hero-wheel-service-fallback.jpg") type("image/jpeg"));
}

.hero-slide-3 {
    background-image: url("../images/hero-target-v45.jpg");
    background-image: image-set(url("../images/hero-target-v45.webp") type("image/webp"), url("../images/hero-target-v45.jpg") type("image/jpeg"));
    background-position: right center;
    background-size: cover;
}

.eyebrow,
.inner-hero p,
.detail-hero p {
    font-size: 11px;
    font-weight: 650;
}

.hero .eyebrow {
    font-size: 17px;
    font-weight: 750;
    letter-spacing: 0.08em;
}

.hero h1,
.inner-hero h1,
.detail-hero h1 {
    font-size: clamp(32px, 3.65vw, 43px);
    font-weight: 650;
}

/* Keep the homepage Chinese headline aligned with the product-center heading. */
.hero h1 {
    font-size: 32px;
    line-height: 1.32;
}

.hero-text {
    font-size: 13px;
    line-height: 1.7;
}

.inner-hero span,
.detail-hero span {
    font-size: 13.5px;
}

.hero .video-btn {
    border: 1px solid var(--yellow);
    background: transparent;
    color: #fff;
}

.hero .video-btn::after {
    color: #fff;
}

.footer-about img {
    width: 112px;
    height: 72px;
    max-height: 72px;
}

.footer-about {
    max-width: 300px;
    padding-right: 28px;
}

.footer-about p {
    max-width: 280px;
}

.map-card.real-map-card {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: #e8ecef;
}

.real-map-card .leaflet-container {
    width: 100%;
    height: 100%;
    min-height: 300px;
    z-index: 0;
    font-family: inherit;
}

@media (max-width: 1180px) {
    .brand-lockup {
        gap: 8px;
        padding-left: 18px;
        padding-right: 12px;
    }

    .brand-logo-wrap,
    .brand-logo {
        width: 112px;
    }

    .brand-english {
        font-size: 7px;
    }
}

@media (max-width: 560px) {
    .brand-lockup {
        gap: 7px;
        padding-left: 14px;
        padding-right: 8px;
    }

    .brand-logo-wrap,
    .brand-logo {
        width: 104px;
    }

    .brand-logo-wrap {
        height: 48px;
    }

    .brand-logo {
        transform: translate(-5px, 5px);
    }

    .brand-english {
        font-size: 7px;
        letter-spacing: 0.07em;
    }

    .hero h1,
    .inner-hero h1,
    .detail-hero h1 {
        font-size: 32px;
    }

    .footer-about {
        max-width: none;
        padding-right: 0;
    }

    .footer-about p {
        max-width: none;
    }
}

/* Final desktop override for the About showcase alignment. */
@media (min-width: 1440px) and (max-height: 1100px) {
    body.page-id-16 .about-showcase-copy h2 {
        margin-bottom: 12px;
        line-height: 1.08;
    }

    body.page-id-16 .about-showcase-copy > p:not(.about-kicker) {
        line-height: 1.55;
    }

    body.page-id-16 .about-showcase-highlights {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    body.page-id-16 .about-showcase-highlights-heading + .about-showcase-highlight {
        margin-top: 24px;
    }

    body.page-id-16 .about-showcase-highlight {
        min-height: 92px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    body.page-id-16 .about-showcase-highlight strong {
        margin-bottom: 4px;
        line-height: 1.25;
    }

    body.page-id-16 .about-showcase-highlight div > span {
        line-height: 1.45;
    }

    body.page-id-16 .about-showcase-copy .about-showcase-facts {
        margin-top: 18px;
    }
}

/* Homepage first hero and feature links: no distortion. */
.feature-bar > .feature-link {
    display: block;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.feature-bar > .feature-link .feature-item {
    height: 100%;
}

.feature-bar > .feature-link:focus-visible {
    outline: 2px solid var(--yellow);
    outline-offset: -2px;
}

.hero-slide-1 {
    background-color: #0b1319;
    background-image: image-set(
        url("../images/hero-wheel-service.webp") type("image/webp"),
        url("../images/hero-wheel-service-fallback.jpg") type("image/jpeg")
    );
    background-repeat: no-repeat;
    background-position: center right !important;
    background-size: cover !important;
}

@media (min-width: 821px) {
    .hero {
        min-height: 456px;
    }

    .hero-slide-1 {
        background-position: center right !important;
        background-size: cover !important;
    }
}

@media (max-width: 820px) {
    .hero-slide-1 {
        background-position: 66% center !important;
        background-size: cover !important;
    }
}
/* GLS performance patch 20260825 */
@media (max-width: 560px) {
    .product-grid {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scroll-snap-type: x proximity;
    }

    .product-track {
        animation: none;
        will-change: auto;
    }

    .product-card {
        scroll-snap-align: start;
    }
}


/* GLS global typography lock 20260901 */
/* Main headings across homepage, inner pages and category menu pages. */
.home .hero h1,
.section-side h2,
.video-section-heading h2,
.media-section-heading h2,
.inner-hero h1,
.detail-hero h1,
.category-intro h2,
.archive-filter h2 {
    font-size: 32px !important;
}

/* Supporting lines directly below the main headings. */
.hero-text,
.section-side > span,
.video-section-heading > span,
.media-section-heading > span,
.inner-hero > span,
.detail-hero > span,
.solution-detail-lead,
.category-intro > p,
.archive-card p,
.archive-filter a {
    font-size: 13px !important;
}

/* Remove every first-line indent and keep text flush-left. */
body p {
    text-indent: 0 !important;
}


/* GLS site-wide yellow color lock 20260901 */
:root {
    --yellow: #f4bd1a;
    --wp--preset--color--luminous-vivid-amber: #f4bd1a;
}

body.home .hero-actions .video-btn,
body.home .hero-actions .video-btn:hover,
body.home .hero-actions .video-btn:focus {
    background-color: #f4bd1a !important;
    border-color: #f4bd1a !important;
}

body.home .stats-section .factory-strip::before,
.local-map-card span {
    color: #f4bd1a !important;
}

.has-luminous-vivid-amber-color {
    color: #f4bd1a !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: #f4bd1a !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: #f4bd1a !important;
}

/* GLS contact gap half 20260902 */
body.page-id-18 .inner-main > section.inner-section:not(.contact-layout) {
    padding-bottom: 29px;
}

body.page-id-18 .inner-main > section.inner-section.contact-layout {
    padding-top: 29px;
}
