:root {
    --hd-blue: #1368d8;
    --hd-blue-dark: #0b3f82;
    --hd-yellow: #f4b42a;
    --hd-yellow-dark: #d99300;
    --hd-ink: #0f172a;
    --hd-muted: #5d6678;
    --hd-line: #dbe3ee;
    --hd-bg: #f5f7fb;
    --hd-white: #ffffff;
    --hd-dark: #111827;
    --hd-dark-2: #1f2937;
    --hd-radius: 8px;
    --hd-shadow: 0 16px 50px rgba(15, 23, 42, 0.12);
}

/* VISUAL QA TIGHTENING 1.1.8: case/news/contact readability and mobile stability. */
.v5-page-hero,
.wpkg-hero,
.v5-contact-hero {
    overflow: hidden !important;
}

.v5-page-hero .v5-section-head,
.wpkg-hero .container,
.v5-contact-hero .container {
    padding-top: clamp(88px, 9vw, 138px) !important;
}

.v5-page-hero h1,
.wpkg-hero h1,
.v5-contact-hero h1 {
    max-width: 920px !important;
    font-size: clamp(2.35rem, 4.1vw, 4.15rem) !important;
    line-height: 1.03 !important;
    letter-spacing: 0 !important;
}

.v5-page-hero p,
.wpkg-hero p,
.v5-contact-hero p {
    max-width: 760px !important;
}

.v5-case-grid,
.wpkg-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    align-items: stretch !important;
}

.v5-project-card,
.wpkg-news-card {
    min-width: 0 !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: 220px 1fr !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.v5-project-card .v5-card-img,
.v5-project-card .hd-case-review-image,
.wpkg-news-card .wpkg-card-image {
    width: 100% !important;
    height: 220px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v5-project-card .media-placeholder,
.wpkg-news-card .media-placeholder {
    height: 220px !important;
    min-height: 220px !important;
}

.v5-project-card > div,
.wpkg-news-card > div {
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 22px !important;
}

.v5-project-card span,
.wpkg-news-card span,
.v5-card-meta {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0.08em !important;
}

.v5-project-card h2,
.wpkg-news-card h2,
.v5-case-grid .v5-card h2,
.wpkg-news-grid article h2 {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(1.02rem, 1.05vw, 1.24rem) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.v5-project-card p,
.wpkg-news-card p {
    margin: 0 !important;
    color: #4f6678 !important;
    font-size: 0.94rem !important;
    line-height: 1.58 !important;
}

.v5-project-card p:not(.v5-card-meta),
.wpkg-news-card p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.v5-project-card .text-link,
.wpkg-news-card .text-link {
    margin-top: auto !important;
    font-size: 0.9rem !important;
}

.v5-contact-grid {
    gap: clamp(34px, 5vw, 70px) !important;
    align-items: center !important;
}

.v5-contact-panel,
.v5-sales-card,
.embedded-form-panel,
.industrial-form-panel {
    border-radius: 16px !important;
}

.v5-contact-panel h2,
.v5-sales-card h2,
.embedded-form-panel h2,
.industrial-form-panel h2 {
    font-size: clamp(1.45rem, 2.2vw, 2.35rem) !important;
    line-height: 1.12 !important;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

.v5-sales-card {
    position: sticky !important;
    top: 112px !important;
}

.industrial-inquiry-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 14px !important;
}

.industrial-inquiry-form textarea {
    min-height: 78px !important;
}

.industrial-inquiry-form .form-wide,
.industrial-inquiry-form button,
.industrial-inquiry-form .form-message {
    grid-column: 1 / -1 !important;
}

@media (max-width: 1120px) {
    .v5-case-grid,
    .wpkg-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .v5-contact-form-grid {
        grid-template-columns: 1fr !important;
    }

    .v5-sales-card {
        position: static !important;
    }
}

@media (max-width: 780px) {
    .v5-page-hero .v5-section-head,
    .wpkg-hero .container,
    .v5-contact-hero .container {
        padding-top: 88px !important;
    }

    .v5-page-hero h1,
    .wpkg-hero h1,
    .v5-contact-hero h1 {
        font-size: clamp(2rem, 8.4vw, 2.85rem) !important;
        line-height: 1.06 !important;
    }

    .v5-case-grid,
    .wpkg-news-grid,
    .v5-contact-form-grid,
    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }

    .v5-project-card,
    .wpkg-news-card {
        grid-template-rows: 190px 1fr !important;
    }

    .v5-project-card .v5-card-img,
    .v5-project-card .hd-case-review-image,
    .wpkg-news-card .wpkg-card-image,
    .v5-project-card .media-placeholder,
    .wpkg-news-card .media-placeholder {
        height: 190px !important;
        min-height: 190px !important;
    }

    .v5-project-card > div,
    .wpkg-news-card > div {
        padding: 18px !important;
    }

    .v5-project-card h2,
    .wpkg-news-card h2 {
        font-size: 1.04rem !important;
        line-height: 1.26 !important;
    }

    .v5-project-card h2 a,
    .wpkg-news-card h2 a {
        -webkit-line-clamp: 3 !important;
    }

    .v5-project-card p,
    .wpkg-news-card p {
        font-size: 0.92rem !important;
    }
}

/* V4 IMAGE/SEO POLISH 1.1.9: final end-of-file overrides. */
.v3-home-hero {
    background: #06253a !important;
}

.v3-home-hero h1 {
    font-size: clamp(3rem, 5.2vw, 5.8rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v3-home-hero .v5-hero-subtitle {
    font-size: clamp(1.02rem, 1.25vw, 1.28rem) !important;
    line-height: 1.65 !important;
}

.v3-home-hero .v5-collage-img,
.wpkg-hero-img,
.wpkg-card-image,
.v7-detail-img,
.v7-module-img,
.v5-proof-img,
.v5-rounded-media,
.v5-contact-image {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.wpkg-card-image,
.v5-proof-img {
    height: 230px !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2,
.v5-standards-inner h2 {
    font-size: clamp(2rem, 3.2vw, 3.65rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v7-detail-grid h3,
.v7-module-card h3,
.v5-project-card h2,
.wpkg-news-card h2 {
    font-size: clamp(1.08rem, 1.2vw, 1.45rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

.wpkg-line-card,
.wpkg-equipment-card,
.v5-project-card,
.wpkg-news-card {
    min-width: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 860px) {
    .v3-home-hero h1 {
        font-size: clamp(2.35rem, 10vw, 3.4rem) !important;
        line-height: 1.02 !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2,
    .v5-standards-inner h2 {
        font-size: clamp(1.85rem, 8vw, 2.6rem) !important;
    }

    .wpkg-card-image,
    .v5-proof-img {
        height: 190px !important;
    }
}

/* V5 VISUAL FIX 1.2.1: true EOF enforcement. */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

.container,
.v5-hero-inner,
.v5-product-hero-grid,
.wpkg-hero-grid,
.v5-contact-grid,
.v5-contact-form-grid {
    min-width: 0 !important;
}

.v5-home-hero {
    min-height: clamp(720px, 86vh, 900px) !important;
    background-color: #052337 !important;
}

.v5-home-hero .v5-hero-bg {
    opacity: 0.72 !important;
    background-position: center !important;
}

.v5-home-hero h1 {
    max-width: 12.8ch !important;
    font-size: clamp(3.25rem, 5.4vw, 5.65rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v5-home-hero .v5-collage-img {
    aspect-ratio: 1.22 / 0.82 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

.v5-btn,
.header-cta {
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
}

.wpkg-hero h1,
.v5-page-hero h1,
.v5-product-hero h1,
.v5-contact-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-solution-hero h1 {
    max-width: 13.5ch !important;
    font-size: clamp(2.7rem, 4.5vw, 4.9rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2,
.v5-standards-inner h2 {
    max-width: 16ch !important;
    font-size: clamp(2rem, 3vw, 3.35rem) !important;
    line-height: 1.08 !important;
}

.v121-solution-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.v121-solution-card,
.wpkg-line-card,
.wpkg-equipment-card,
.v7-module-card,
.wpkg-news-card,
.v5-project-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.v121-solution-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v121-solution-card > div {
    display: flex !important;
    min-height: 240px !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 24px !important;
}

.v121-solution-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.wpkg-news-card h2,
.v5-project-card h2 {
    margin: 0 !important;
    font-size: clamp(1.04rem, 1.1vw, 1.32rem) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

.hd-case-neutral-visual {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    padding: 22px !important;
    min-height: 220px !important;
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(5, 36, 58, 0.96), rgba(7, 80, 118, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 26px) !important;
}

.hd-case-neutral-visual span {
    color: #55d7ff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.hd-case-neutral-visual strong {
    color: #fff !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.hd-case-neutral-visual small {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.86rem !important;
    line-height: 1.4 !important;
}

.v6-project-hero .hd-case-neutral-visual {
    min-height: 420px !important;
    border-radius: 18px !important;
}

.v6-product-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 177, 225, 0.22), transparent 34%),
        linear-gradient(135deg, #061c2d, #073650) !important;
    color: #fff !important;
}

.v6-product-hero h1,
.v6-product-hero p,
.v6-product-hero .v5-product-intro {
    color: #fff !important;
}

.v6-content-body h2 {
    font-size: clamp(1.45rem, 2vw, 2.35rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(280px, 0.66fr) minmax(420px, 1fr) !important;
}

.embedded-form-panel {
    padding: clamp(22px, 3vw, 34px) !important;
}

.embedded-form-panel h2,
.industrial-form-panel h2 {
    max-width: 11ch !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select {
    min-height: 48px !important;
}

.industrial-inquiry-form textarea {
    min-height: 72px !important;
}

@media (max-width: 1180px) {
    .v121-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .site-header.v5-header {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        transform: none !important;
    }

    .v5-header-hidden {
        transform: translateY(-140%) !important;
    }

    .v5-header-visible {
        transform: translateY(0) !important;
    }

    .header-inner,
    .v5-header-inner {
        min-width: 0 !important;
        gap: 10px !important;
    }

    .header-cta {
        flex: 0 0 auto !important;
        min-width: 44px !important;
        max-width: 128px !important;
        padding-inline: 14px !important;
        font-size: 0.82rem !important;
    }

    .v5-home-hero,
    .wpkg-hero,
    .v5-page-hero,
    .v5-contact-hero,
    .v5-product-hero {
        overflow: hidden !important;
    }

    .v5-home-hero .v5-hero-inner,
    .wpkg-hero-grid,
    .v5-product-hero-grid,
    .v5-contact-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: 100% !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1,
    .v6-article-hero h1,
    .v6-project-hero h1,
    .v6-solution-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2.15rem, 10.4vw, 3.15rem) !important;
        line-height: 1.06 !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2,
    .v5-standards-inner h2 {
        max-width: 100% !important;
        font-size: clamp(1.72rem, 7vw, 2.35rem) !important;
    }

    .v5-actions {
        width: 100% !important;
    }

    .v5-actions .v5-btn {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
    }

    .v121-solution-grid,
    .wpkg-card-grid,
    .wpkg-equipment-grid,
    .v7-module-grid,
    .v7-detail-grid,
    .v5-case-grid,
    .wpkg-news-grid,
    .v5-contact-form-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .v121-solution-card > div {
        min-height: 0 !important;
    }

    .v121-solution-img,
    .wpkg-card-image,
    .v5-proof-img,
    .v5-project-card .v5-card-img,
    .wpkg-news-card .wpkg-card-image {
        height: 190px !important;
    }

    .v5-contact-image {
        max-height: 230px !important;
    }

    .embedded-form-panel h2,
    .industrial-form-panel h2 {
        max-width: 100% !important;
    }

    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 460px) {
    .container {
        width: min(100% - 28px, 1320px) !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1 {
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
    }

    .brand-text strong {
        font-size: 1rem !important;
    }

    .header-cta {
        max-width: 104px !important;
        padding-inline: 12px !important;
    }
}

/* V5 VISUAL FIX 1.2.1: final end-of-file overrides. */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

.container,
.v5-hero-inner,
.v5-product-hero-grid,
.wpkg-hero-grid,
.v5-contact-grid,
.v5-contact-form-grid {
    min-width: 0 !important;
}

.v5-home-hero {
    min-height: clamp(720px, 86vh, 900px) !important;
    background-color: #052337 !important;
}

.v5-home-hero .v5-hero-bg {
    opacity: 0.72 !important;
    background-position: center !important;
}

.v5-home-hero h1 {
    max-width: 12.8ch !important;
    font-size: clamp(3.25rem, 5.4vw, 5.65rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v5-home-hero .v5-collage-img {
    aspect-ratio: 1.22 / 0.82 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

.v5-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    align-items: center !important;
}

.v5-btn,
.header-cta {
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
}

.wpkg-hero h1,
.v5-page-hero h1,
.v5-product-hero h1,
.v5-contact-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-solution-hero h1 {
    max-width: 13.5ch !important;
    font-size: clamp(2.7rem, 4.5vw, 4.9rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2,
.v5-standards-inner h2 {
    max-width: 16ch !important;
    font-size: clamp(2rem, 3vw, 3.35rem) !important;
    line-height: 1.08 !important;
}

.v121-solution-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.v121-solution-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(10, 77, 121, 0.12) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 20px 50px rgba(0, 30, 55, 0.08) !important;
}

.v121-solution-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v121-solution-card > div {
    display: flex !important;
    min-height: 240px !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 24px !important;
}

.v121-solution-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.wpkg-news-card h2,
.v5-project-card h2 {
    margin: 0 !important;
    font-size: clamp(1.04rem, 1.1vw, 1.32rem) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

.v121-solution-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a,
.wpkg-news-card h2 a,
.v5-project-card h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

.v121-solution-card p {
    margin: 0 !important;
    color: #516a7d !important;
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
}

.v121-solution-card .text-link {
    margin-top: auto !important;
}

.wpkg-line-card,
.wpkg-equipment-card,
.v7-module-card,
.wpkg-news-card,
.v5-project-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.hd-case-neutral-visual {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    padding: 22px !important;
    min-height: 220px !important;
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(5, 36, 58, 0.96), rgba(7, 80, 118, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 26px) !important;
}

.hd-case-neutral-visual span {
    color: #55d7ff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.hd-case-neutral-visual strong {
    color: #fff !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.hd-case-neutral-visual small {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.86rem !important;
    line-height: 1.4 !important;
}

.v6-project-hero .hd-case-neutral-visual {
    min-height: 420px !important;
    border-radius: 18px !important;
}

.v6-product-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 177, 225, 0.22), transparent 34%),
        linear-gradient(135deg, #061c2d, #073650) !important;
    color: #fff !important;
}

.v6-product-hero h1,
.v6-product-hero p,
.v6-product-hero .v5-product-intro {
    color: #fff !important;
}

.v6-product-hero .v5-pill.blue {
    color: #051928 !important;
    background: #55d7ff !important;
}

.v6-content-body h2 {
    font-size: clamp(1.45rem, 2vw, 2.35rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(280px, 0.66fr) minmax(420px, 1fr) !important;
}

.embedded-form-panel {
    padding: clamp(22px, 3vw, 34px) !important;
}

.embedded-form-panel h2,
.industrial-form-panel h2 {
    max-width: 11ch !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select {
    min-height: 48px !important;
}

.industrial-inquiry-form textarea {
    min-height: 72px !important;
}

@media (max-width: 1180px) {
    .v121-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .site-header.v5-header {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        transform: none !important;
    }

    .v5-header-hidden {
        transform: translateY(-140%) !important;
    }

    .v5-header-visible {
        transform: translateY(0) !important;
    }

    .header-inner,
    .v5-header-inner {
        min-width: 0 !important;
        gap: 10px !important;
    }

    .header-cta {
        flex: 0 0 auto !important;
        min-width: 44px !important;
        max-width: 128px !important;
        padding-inline: 14px !important;
        font-size: 0.82rem !important;
    }

    .v5-home-hero,
    .wpkg-hero,
    .v5-page-hero,
    .v5-contact-hero,
    .v5-product-hero {
        overflow: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .v5-home-hero .v5-hero-inner,
    .wpkg-hero-grid,
    .v5-product-hero-grid,
    .v5-contact-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: 100% !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1,
    .v6-article-hero h1,
    .v6-project-hero h1,
    .v6-solution-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2.15rem, 10.4vw, 3.15rem) !important;
        line-height: 1.06 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2,
    .v5-standards-inner h2 {
        max-width: 100% !important;
        font-size: clamp(1.72rem, 7vw, 2.35rem) !important;
    }

    .v5-actions,
    .v5-btn-row {
        width: 100% !important;
    }

    .v5-actions .v5-btn,
    .v5-btn-row .v5-btn {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
    }

    .v121-solution-grid,
    .wpkg-card-grid,
    .wpkg-equipment-grid,
    .v7-module-grid,
    .v7-detail-grid,
    .v5-case-grid,
    .wpkg-news-grid,
    .v5-contact-form-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .v121-solution-card > div {
        min-height: 0 !important;
    }

    .v121-solution-img,
    .wpkg-card-image,
    .v5-proof-img,
    .v5-project-card .v5-card-img,
    .wpkg-news-card .wpkg-card-image {
        height: 190px !important;
    }

    .v5-contact-panel {
        padding: 20px !important;
    }

    .v5-contact-image {
        max-height: 230px !important;
    }

    .embedded-form-panel h2,
    .industrial-form-panel h2 {
        max-width: 100% !important;
    }

    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 460px) {
    .container {
        width: min(100% - 28px, 1320px) !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1 {
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
    }

    .brand-text strong {
        font-size: 1rem !important;
    }

    .header-cta {
        max-width: 104px !important;
        padding-inline: 12px !important;
    }
}

/* V5 VISUAL FIX 1.2.1: final polish after restored CSS. */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

.container,
.v5-hero-inner,
.v5-product-hero-grid,
.wpkg-hero-grid,
.v5-contact-grid,
.v5-contact-form-grid {
    min-width: 0 !important;
}

.v5-home-hero {
    min-height: clamp(720px, 86vh, 900px) !important;
    background-color: #052337 !important;
}

.v5-home-hero .v5-hero-bg {
    opacity: 0.72 !important;
    background-position: center !important;
}

.v5-home-hero h1 {
    max-width: 12.8ch !important;
    font-size: clamp(3.25rem, 5.4vw, 5.65rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v5-home-hero .v5-hero-subtitle {
    max-width: 680px !important;
}

.v5-home-hero .v5-hero-media {
    align-self: center !important;
}

.v5-home-hero .v5-collage-img {
    aspect-ratio: 1.22 / 0.82 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

.v5-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    align-items: center !important;
}

.v5-btn,
.header-cta {
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
}

.wpkg-hero h1,
.v5-page-hero h1,
.v5-product-hero h1,
.v5-contact-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-solution-hero h1 {
    max-width: 13.5ch !important;
    font-size: clamp(2.7rem, 4.5vw, 4.9rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2,
.v5-standards-inner h2 {
    max-width: 16ch !important;
    font-size: clamp(2rem, 3vw, 3.35rem) !important;
    line-height: 1.08 !important;
}

.v121-solution-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.v121-solution-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(10, 77, 121, 0.12) !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: 0 20px 50px rgba(0, 30, 55, 0.08) !important;
}

.v121-solution-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v121-solution-card > div {
    display: flex !important;
    min-height: 240px !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 24px !important;
}

.v121-solution-card h2 {
    margin: 0 !important;
    font-size: clamp(1.15rem, 1.28vw, 1.42rem) !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
}

.v121-solution-card h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

.v121-solution-card p {
    margin: 0 !important;
    color: #516a7d !important;
    font-size: 0.98rem !important;
    line-height: 1.58 !important;
}

.v121-solution-card .text-link {
    margin-top: auto !important;
}

.wpkg-line-card,
.wpkg-equipment-card,
.v7-module-card,
.wpkg-news-card,
.v5-project-card {
    border-radius: 16px !important;
}

.wpkg-line-card h2,
.wpkg-equipment-card h2,
.wpkg-news-card h2,
.v5-project-card h2 {
    font-size: clamp(1.04rem, 1.1vw, 1.32rem) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
}

.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a,
.wpkg-news-card h2 a,
.v5-project-card h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

.hd-case-neutral-visual {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    padding: 22px !important;
    min-height: 220px !important;
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(5, 36, 58, 0.96), rgba(7, 80, 118, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 26px) !important;
}

.hd-case-neutral-visual span {
    color: #55d7ff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.hd-case-neutral-visual strong {
    color: #fff !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.hd-case-neutral-visual small {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.86rem !important;
    line-height: 1.4 !important;
}

.v6-project-hero .hd-case-neutral-visual {
    min-height: 420px !important;
    border-radius: 18px !important;
}

.v6-product-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 177, 225, 0.22), transparent 34%),
        linear-gradient(135deg, #061c2d, #073650) !important;
    color: #fff !important;
}

.v6-product-hero h1,
.v6-product-hero p,
.v6-product-hero .v5-product-intro {
    color: #fff !important;
}

.v6-product-hero .v5-pill.blue {
    color: #051928 !important;
    background: #55d7ff !important;
}

.v5-product-hero-img,
.wpkg-hero-img {
    object-fit: cover !important;
    object-position: center !important;
}

.v6-content-body h2 {
    font-size: clamp(1.45rem, 2vw, 2.35rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.v6-content-body h2::first-letter {
    text-transform: uppercase;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(280px, 0.66fr) minmax(420px, 1fr) !important;
}

.embedded-form-panel {
    padding: clamp(22px, 3vw, 34px) !important;
}

.embedded-form-panel h2,
.industrial-form-panel h2 {
    max-width: 11ch !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select {
    min-height: 48px !important;
}

.industrial-inquiry-form textarea {
    min-height: 72px !important;
}

.v5-sales-card p,
.form-helper {
    font-size: 0.98rem !important;
    line-height: 1.56 !important;
}

@media (max-width: 1180px) {
    .v121-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .site-header.v5-header {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        transform: none !important;
    }

    .v5-header-hidden {
        transform: translateY(-140%) !important;
    }

    .v5-header-visible {
        transform: translateY(0) !important;
    }

    .header-inner,
    .v5-header-inner {
        min-width: 0 !important;
        gap: 10px !important;
    }

    .header-cta {
        flex: 0 0 auto !important;
        min-width: 44px !important;
        max-width: 128px !important;
        padding-inline: 14px !important;
        font-size: 0.82rem !important;
    }

    .site-brand {
        min-width: 0 !important;
    }

    .brand-text {
        min-width: 0 !important;
    }

    .v5-home-hero,
    .wpkg-hero,
    .v5-page-hero,
    .v5-contact-hero,
    .v5-product-hero {
        overflow: hidden !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .v5-home-hero .v5-hero-inner,
    .wpkg-hero-grid,
    .v5-product-hero-grid,
    .v5-contact-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: 100% !important;
    }

    .v5-hero-copy,
    .v5-hero-media,
    .v5-product-hero-media,
    .wpkg-hero-media,
    .v5-contact-panel {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1,
    .v6-article-hero h1,
    .v6-project-hero h1,
    .v6-solution-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2.15rem, 10.4vw, 3.15rem) !important;
        line-height: 1.06 !important;
        overflow-wrap: normal !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2,
    .v5-standards-inner h2 {
        max-width: 100% !important;
        font-size: clamp(1.72rem, 7vw, 2.35rem) !important;
    }

    .v5-actions,
    .v5-btn-row {
        width: 100% !important;
    }

    .v5-actions .v5-btn,
    .v5-btn-row .v5-btn {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
    }

    .v121-solution-grid,
    .wpkg-card-grid,
    .wpkg-equipment-grid,
    .v7-module-grid,
    .v7-detail-grid,
    .v5-case-grid,
    .wpkg-news-grid,
    .v5-contact-form-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .v121-solution-card > div {
        min-height: 0 !important;
    }

    .v121-solution-img,
    .wpkg-card-image,
    .v5-proof-img,
    .v5-project-card .v5-card-img,
    .wpkg-news-card .wpkg-card-image {
        height: 190px !important;
    }

    .v5-project-card > div,
    .wpkg-news-card > div,
    .wpkg-line-card > div,
    .wpkg-equipment-card > div {
        min-width: 0 !important;
    }

    .v5-contact-panel {
        padding: 20px !important;
    }

    .v5-contact-image {
        max-height: 230px !important;
    }

    .embedded-form-panel h2,
    .industrial-form-panel h2 {
        max-width: 100% !important;
    }

    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 460px) {
    .container {
        width: min(100% - 28px, 1320px) !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1 {
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
    }

    .brand-text strong {
        font-size: 1rem !important;
    }

    .header-cta {
        max-width: 104px !important;
        padding-inline: 12px !important;
    }
}

/* TECHNICAL SEO AND VISUAL READINESS 1.1.9: final override for content-heavy pages. */
.v3-home-hero {
    min-height: min(860px, 92vh) !important;
    background: #06253a !important;
}

.v3-home-hero .v5-hero-copy {
    max-width: 740px !important;
}

.v3-home-hero h1 {
    max-width: 760px !important;
    font-size: clamp(3rem, 5.2vw, 5.8rem) !important;
    line-height: 0.98 !important;
}

.v3-home-hero .v5-hero-subtitle {
    max-width: 690px !important;
    font-size: clamp(1.02rem, 1.25vw, 1.28rem) !important;
    line-height: 1.65 !important;
}

.v3-home-hero .v5-hero-media,
.wpkg-hero-media {
    min-width: 0 !important;
}

.v3-home-hero .v5-collage-img,
.wpkg-hero-img {
    aspect-ratio: 16 / 10 !important;
    object-fit: cover !important;
    object-position: center !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2 {
    max-width: 980px !important;
    font-size: clamp(2rem, 3.2vw, 3.65rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.wpkg-line-card,
.wpkg-equipment-card,
.v7-detail-grid article,
.v7-module-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 18px !important;
}

.wpkg-line-card,
.wpkg-equipment-card {
    display: grid !important;
    grid-template-rows: 230px 1fr !important;
    height: 100% !important;
}

.wpkg-card-image,
.v7-detail-img,
.v7-module-img {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.wpkg-card-image {
    height: 230px !important;
}

.v7-detail-img,
.v7-module-img {
    aspect-ratio: 16 / 10 !important;
}

.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v7-detail-grid h3,
.v7-module-card h3 {
    font-size: clamp(1.15rem, 1.25vw, 1.5rem) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.wpkg-line-card p,
.wpkg-equipment-card p,
.v7-detail-grid p,
.v7-module-card p {
    font-size: 0.96rem !important;
    line-height: 1.62 !important;
}

.wpkg-line-card ul,
.wpkg-equipment-card ul {
    margin-top: 14px !important;
    padding-left: 18px !important;
    color: #496174 !important;
    font-size: 0.92rem !important;
    line-height: 1.52 !important;
}

.v5-proof-img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v5-proof-card h3 {
    font-size: clamp(1.1rem, 1.35vw, 1.45rem) !important;
    line-height: 1.18 !important;
}

.v5-proof-card p {
    font-size: 0.96rem !important;
    line-height: 1.56 !important;
}

.v5-standards-inner h2 {
    font-size: clamp(2rem, 3vw, 3.2rem) !important;
    line-height: 1.08 !important;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(300px, 0.78fr) minmax(520px, 1fr) !important;
}

.industrial-form-panel {
    max-height: none !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 44px !important;
}

@media (max-width: 1180px) {
    .v3-home-hero h1 {
        font-size: clamp(2.7rem, 7vw, 4.6rem) !important;
    }

    .wpkg-hero-grid,
    .v5-hero-grid {
        gap: 34px !important;
    }
}

@media (max-width: 860px) {
    .v3-home-hero {
        min-height: auto !important;
        padding-bottom: 34px !important;
    }

    .v3-home-hero .v5-hero-inner,
    .wpkg-hero-grid {
        grid-template-columns: 1fr !important;
    }

    .v3-home-hero h1 {
        font-size: clamp(2.35rem, 10vw, 3.4rem) !important;
        line-height: 1.02 !important;
    }

    .v3-home-hero .v5-hero-subtitle {
        font-size: 1rem !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2 {
        font-size: clamp(1.85rem, 8vw, 2.6rem) !important;
    }

    .wpkg-line-card,
    .wpkg-equipment-card {
        grid-template-rows: 190px 1fr !important;
    }

    .wpkg-card-image,
    .v5-proof-img {
        height: 190px !important;
    }

    .v5-contact-form-grid {
        grid-template-columns: 1fr !important;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--hd-ink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background: var(--hd-white);
}

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

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

p {
    margin: 0 0 1rem;
    color: var(--hd-muted);
}

h1,
h2,
h3 {
    margin: 0 0 1rem;
    color: var(--hd-ink);
    line-height: 1.15;
    letter-spacing: 0;
}

h1 {
    font-size: clamp(2.4rem, 4vw, 4.5rem);
}

h2 {
    font-size: clamp(1.75rem, 2.5vw, 2.7rem);
}

h3 {
    font-size: 1.12rem;
}

ul,
ol {
    margin-top: 0;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 1rem;
    padding: 0.75rem 1rem;
    background: var(--hd-yellow);
    color: var(--hd-ink);
    z-index: 20;
}

.skip-link:focus {
    left: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(17, 24, 39, 0.96);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--hd-white);
}

.header-inner {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background: var(--hd-blue);
    color: var(--hd-white);
    font-weight: 800;
}

.brand-text {
    display: grid;
    gap: 1px;
}

.brand-text strong {
    font-size: 1.1rem;
    line-height: 1;
}

.brand-text small {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.78rem;
}

.primary-nav {
    margin-left: auto;
}

.menu {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    font-weight: 600;
}

.menu a:hover {
    color: var(--hd-yellow);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 6px;
    color: var(--hd-ink);
    background: var(--hd-yellow);
    font-weight: 700;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    background: transparent;
    padding: 10px;
}

.nav-toggle span {
    display: block;
    height: 2px;
    background: var(--hd-white);
    margin: 5px 0;
}

.home-hero,
.page-hero {
    position: relative;
    overflow: hidden;
    background: var(--hd-dark);
    color: var(--hd-white);
}

.home-hero {
    min-height: 680px;
    display: flex;
    align-items: center;
    padding: 90px 0;
}

.landing-hero {
    min-height: 590px;
}

.compact-hero {
    padding: 86px 0;
}

.product-hero {
    padding: 100px 0;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, rgba(17, 24, 39, 0.96), rgba(17, 24, 39, 0.84) 52%, rgba(19, 104, 216, 0.22)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 82px),
        linear-gradient(180deg, #101827, #1c2433);
}

.hero-bg::after {
    content: "";
    position: absolute;
    right: -10%;
    bottom: -20%;
    width: 55%;
    height: 68%;
    background: linear-gradient(135deg, rgba(244, 180, 42, 0.16), rgba(19, 104, 216, 0.18));
    transform: skewX(-14deg);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: 48px;
}

.home-hero h1,
.page-hero h1,
.home-hero h2,
.page-hero h2 {
    color: var(--hd-white);
}

.hero-subtitle {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
}

.eyebrow {
    margin-bottom: 0.85rem;
    color: var(--hd-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.section-dark-band .eyebrow {
    color: var(--hd-yellow);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.btn-primary {
    color: var(--hd-ink);
    background: var(--hd-yellow);
    border-color: var(--hd-yellow);
}

.btn-primary:hover {
    background: var(--hd-yellow-dark);
    border-color: var(--hd-yellow-dark);
}

.btn-outline {
    color: var(--hd-white);
    border-color: rgba(255, 255, 255, 0.45);
}

.btn-outline:hover {
    color: var(--hd-ink);
    background: var(--hd-white);
}

.hero-panel,
.contact-card,
.sticky-cta,
.content-card,
.product-card,
.feature-item,
.form-wrap {
    border-radius: var(--hd-radius);
    background: var(--hd-white);
    box-shadow: var(--hd-shadow);
}

.hero-panel {
    color: var(--hd-ink);
    padding: 30px;
    border-top: 4px solid var(--hd-yellow);
}

.hero-panel h2 {
    font-size: 1.35rem;
}

.hero-panel ul {
    display: grid;
    gap: 12px;
    padding-left: 18px;
    margin-bottom: 0;
    color: var(--hd-muted);
}

.hero-media,
.media-card,
.card-media {
    width: 100%;
    border-radius: var(--hd-radius);
    object-fit: cover;
    background: #d9e2ef;
}

.hero-media {
    min-height: 340px;
    max-height: 460px;
}

.card-media {
    aspect-ratio: 4 / 3;
}

.media-card {
    min-height: 320px;
}

.media-placeholder {
    display: grid;
    place-items: center;
    min-height: 280px;
    border: 1px dashed rgba(19, 104, 216, 0.35);
    background:
        linear-gradient(135deg, rgba(19, 104, 216, 0.12), rgba(244, 180, 42, 0.1)),
        #edf3fb;
    color: var(--hd-blue-dark);
    font-weight: 800;
    text-align: center;
}

.page-hero .media-placeholder {
    background:
        linear-gradient(135deg, rgba(19, 104, 216, 0.18), rgba(244, 180, 42, 0.14)),
        #1f2937;
    color: var(--hd-white);
    border-color: rgba(255, 255, 255, 0.28);
}

.section {
    padding: 86px 0;
}

.section-light {
    background: var(--hd-bg);
}

.section-dark-band {
    background: var(--hd-dark);
    color: var(--hd-white);
}

.section-dark-band h2 {
    color: var(--hd-white);
}

.section-dark-band p {
    color: rgba(255, 255, 255, 0.76);
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.card-grid {
    display: grid;
    gap: 24px;
}

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

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

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.content-card,
.product-card {
    overflow: hidden;
    border: 1px solid var(--hd-line);
}

.content-card {
    padding: 26px;
}

.product-card .card-body {
    padding: 24px;
}

.content-card h2,
.product-card h2,
.product-card h3 {
    font-size: 1.25rem;
}

.text-link {
    display: inline-flex;
    color: var(--hd-blue);
    font-weight: 800;
}

.text-link:hover {
    color: var(--hd-blue-dark);
}

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

.feature-item {
    padding: 24px;
    border: 1px solid var(--hd-line);
}

.split-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: start;
}

.check-list {
    display: grid;
    gap: 16px;
}

.check-list div {
    padding: 20px;
    border-left: 4px solid var(--hd-blue);
    border-radius: 6px;
    background: var(--hd-bg);
}

.check-list strong,
.check-list span {
    display: block;
}

.check-list span {
    color: var(--hd-muted);
}

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

.process-grid div {
    padding: 24px;
    background: var(--hd-white);
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius);
}

.process-grid span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--hd-blue);
    font-weight: 900;
}

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag-cloud span {
    padding: 10px 14px;
    border: 1px solid var(--hd-line);
    border-radius: 6px;
    background: var(--hd-white);
    font-weight: 700;
}

.narrow-content {
    max-width: 840px;
}

.detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    align-items: start;
}

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

.detail-section {
    padding: 30px;
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius);
    background: var(--hd-white);
}

.detail-section h2 {
    font-size: 1.55rem;
}

.hd-list {
    display: grid;
    gap: 10px;
    padding-left: 22px;
    margin-bottom: 0;
    color: var(--hd-muted);
}

.detail-sidebar {
    position: relative;
}

.sticky-cta {
    position: sticky;
    top: 98px;
    padding: 26px;
    border: 1px solid var(--hd-line);
}

.project-facts {
    position: static;
    margin-bottom: 18px;
}

.project-facts p {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--hd-line);
}

.project-facts p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sticky-cta .btn {
    width: 100%;
    margin: 8px 0 14px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid var(--hd-line);
    border-radius: var(--hd-radius);
    background: var(--hd-white);
}

.faq-item summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--hd-ink);
    font-weight: 800;
}

.faq-item p {
    padding: 0 20px 18px;
}

.inquiry-section {
    background: var(--hd-bg);
}

.inquiry-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    gap: 42px;
    align-items: start;
}

.contact-strip {
    display: grid;
    gap: 10px;
    margin-top: 24px;
}

.contact-strip a {
    color: var(--hd-blue);
    font-weight: 800;
}

.form-wrap {
    padding: 28px;
    border: 1px solid var(--hd-line);
}

.inquiry-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.inquiry-form label {
    display: grid;
    gap: 6px;
    color: var(--hd-ink);
    font-weight: 700;
}

.inquiry-form label:nth-last-of-type(3),
.inquiry-form label:last-of-type,
.inquiry-form button {
    grid-column: 1 / -1;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px;
    border: 1px solid var(--hd-line);
    border-radius: 6px;
    color: var(--hd-ink);
    font: inherit;
    background: var(--hd-white);
}

.inquiry-form textarea {
    resize: vertical;
}

.hp-field {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.form-message {
    padding: 14px 16px;
    margin-bottom: 18px;
    border-radius: 6px;
    border: 1px solid var(--hd-line);
    background: var(--hd-bg);
}

.form-message.success {
    border-color: #86efac;
    background: #f0fdf4;
}

.form-message.error {
    border-color: #fca5a5;
    background: #fef2f2;
}

.form-message.note {
    border-color: #facc15;
    background: #fefce8;
}

.contact-card {
    padding: 28px;
    color: var(--hd-ink);
}

.contact-card h2 {
    color: var(--hd-ink);
}

.empty-state {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px dashed var(--hd-line);
    border-radius: var(--hd-radius);
    color: var(--hd-muted);
    background: var(--hd-bg);
}

.post-date {
    color: var(--hd-blue);
    font-size: 0.9rem;
    font-weight: 800;
}

.article-content {
    font-size: 1.06rem;
}

.article-content h2,
.article-content h3 {
    margin-top: 2rem;
}

.video-frame {
    overflow: hidden;
    border-radius: var(--hd-radius);
    background: var(--hd-dark);
}

.video-frame iframe {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.pagination,
.nav-links {
    grid-column: 1 / -1;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.page-numbers {
    padding: 8px 12px;
    border: 1px solid var(--hd-line);
    border-radius: 6px;
}

.page-numbers.current {
    background: var(--hd-blue);
    color: var(--hd-white);
    border-color: var(--hd-blue);
}

.site-footer {
    color: rgba(255, 255, 255, 0.78);
    background: #0b1220;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 34px;
    padding: 64px 0 36px;
}

.footer-grid h2 {
    color: var(--hd-white);
    font-size: 1rem;
}

.footer-grid ul {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-grid a:hover {
    color: var(--hd-yellow);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}

.footer-bottom nav {
    display: flex;
    gap: 18px;
}

@media (max-width: 1024px) {
    .header-cta {
        display: none;
    }

    .feature-grid,
    .process-grid,
    .card-grid.three,
    .content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-grid,
    .split-grid,
    .detail-layout,
    .inquiry-grid {
        grid-template-columns: 1fr;
    }

    .sticky-cta {
        position: static;
    }

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

@media (max-width: 780px) {
    .container {
        width: min(100% - 28px, 1180px);
    }

    .header-inner {
        min-height: 68px;
    }

    .nav-toggle {
        display: inline-grid;
        place-items: center;
    }

    .primary-nav {
        display: none;
        position: absolute;
        inset: 68px 14px auto 14px;
        margin: 0;
        padding: 16px;
        border-radius: 8px;
        background: #111827;
        box-shadow: var(--hd-shadow);
    }

    .primary-nav.is-open {
        display: block;
    }

    .menu {
        display: grid;
        gap: 12px;
    }

    .home-hero {
        min-height: auto;
        padding: 72px 0;
    }

    .compact-hero,
    .product-hero {
        padding: 64px 0;
    }

    .section {
        padding: 64px 0;
    }

    .hero-panel,
    .detail-section,
    .form-wrap,
    .content-card,
    .feature-item {
        padding: 22px;
    }

    .card-grid.three,
    .card-grid.two,
    .content-grid,
    .feature-grid,
    .process-grid,
    .inquiry-form {
        grid-template-columns: 1fr;
    }

    .inquiry-form label:nth-last-of-type(3),
    .inquiry-form label:last-of-type,
    .inquiry-form button {
        grid-column: auto;
    }

    .button-row {
        align-items: stretch;
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }

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

    .footer-bottom {
        display: grid;
    }
}

/* V3 content and visual tuning 1.1.0 */
.v3-home-hero {
    position: relative !important;
    background-image:
        linear-gradient(90deg, rgba(4, 21, 35, 0.92) 0%, rgba(4, 28, 45, 0.78) 46%, rgba(4, 30, 48, 0.48) 100%),
        var(--v3-hero-bg) !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
}

.v3-home-hero .v5-hero-bg {
    opacity: 0.32 !important;
}

.v3-home-hero .v5-hero-inner {
    min-height: min(760px, calc(100vh - 34px)) !important;
}

.v5-hero h1,
.v3-home-hero h1 {
    max-width: 760px !important;
    font-size: clamp(2.75rem, 4.15vw, 4.45rem) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.v5-hero-subtitle,
.v5-product-intro,
.wpkg-hero p {
    max-width: 680px !important;
    font-size: clamp(1rem, 1.15vw, 1.16rem) !important;
    line-height: 1.72 !important;
}

.v5-section h2,
.wpkg-hero h1,
.page-hero h1,
.v5-page-hero h1,
.compact-hero h1,
.v5-product-hero h1 {
    font-size: clamp(2.15rem, 3.4vw, 3.65rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.v5-card h2,
.v5-card h3,
.wpkg-news-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-project-card h2,
.v5-tech-page-card h2 {
    font-size: clamp(1.12rem, 1.28vw, 1.42rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a,
.v5-product-card h3,
.v5-tech-page-card h2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

.wpkg-card-image,
.v5-card-img,
.v5-proof-img,
.hd-case-review-image {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

.wpkg-news-card .wpkg-card-image {
    aspect-ratio: 16 / 9 !important;
}

.v5-product-card,
.wpkg-line-card,
.wpkg-equipment-card,
.v5-project-card,
.wpkg-news-card,
.v5-tech-page-card {
    border-radius: 14px !important;
    overflow: hidden !important;
}

.v5-product-card > div,
.wpkg-line-card > div,
.wpkg-equipment-card > div,
.v5-project-card > div,
.wpkg-news-card > div {
    padding: 24px !important;
}

.wpkg-line-card ul,
.wpkg-equipment-card ul {
    margin: 16px 0 0 !important;
    padding-left: 18px !important;
    color: #4e6578 !important;
}

.industrial-form-panel.embedded-form-panel,
.industrial-form-panel {
    border-radius: 18px !important;
}

.industrial-form-panel h2 {
    font-size: clamp(1.65rem, 2.2vw, 2.55rem) !important;
    line-height: 1.14 !important;
}

.form-helper {
    margin: -8px 0 18px !important;
    color: #5b6e80 !important;
    line-height: 1.55 !important;
}

.industrial-inquiry-form {
    gap: 14px 16px !important;
}

.industrial-inquiry-form label {
    font-size: 0.92rem !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 48px !important;
}

.industrial-inquiry-form .form-wide {
    grid-column: 1 / -1 !important;
}

@media (max-width: 900px) {
    .v3-home-hero .v5-hero-inner {
        min-height: auto !important;
    }

    .v5-hero h1,
    .v3-home-hero h1 {
        font-size: clamp(2rem, 9vw, 3.1rem) !important;
        line-height: 1.15 !important;
    }

    .v5-section h2,
    .wpkg-hero h1,
    .page-hero h1,
    .v5-page-hero h1,
    .compact-hero h1,
    .v5-product-hero h1 {
        font-size: clamp(1.8rem, 8vw, 2.75rem) !important;
    }

    .v5-product-card > div,
    .wpkg-line-card > div,
    .wpkg-equipment-card > div,
    .v5-project-card > div,
    .wpkg-news-card > div {
        padding: 20px !important;
    }
}

/* V5 HOTFIX 1.0.3: stable navigation links and scroll visibility. */
.v5-header {
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1320px, calc(100% - 40px)) !important;
    z-index: 9999 !important;
    color: #ffffff !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: translate(-50%, 0) !important;
    transition: transform 0.28s ease, opacity 0.28s ease, background 0.28s ease, box-shadow 0.28s ease !important;
}

body.admin-bar .v5-header {
    top: 48px !important;
}

.v5-header-hidden {
    transform: translate(-50%, -140%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.v5-header-visible {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.v5-header .v5-header-inner,
.v5-header .header-inner,
.v5-header > .container {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    border: 1px solid rgba(80, 190, 255, 0.28) !important;
    border-radius: 18px !important;
    background: rgba(3, 18, 31, 0.95) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2) !important;
}

.v5-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

.v5-nav-list {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.v5-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.v5-nav-list a {
    text-decoration: none !important;
    color: inherit !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.v5-nav-list a:hover {
    color: #55d7ff !important;
}

.v5-page-hero {
    padding-top: 150px !important;
}

.v5-project-card > div,
.v5-tech-page-card > div {
    padding: 28px !important;
}

.v5-card-meta {
    color: #0a6fa8 !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
}

.v5-case-filters {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 0 0 34px !important;
}

.v5-case-filter {
    min-height: 40px !important;
    padding: 0 18px !important;
    border: 1px solid #dbe8f2 !important;
    border-radius: 999px !important;
    color: #0a1f33 !important;
    background: #ffffff !important;
    cursor: pointer !important;
    font: inherit !important;
    font-weight: 800 !important;
}

.v5-case-filter.is-active,
.v5-case-filter:hover {
    color: #061d31 !important;
    border-color: #f7b934 !important;
    background: #f7b934 !important;
}

.v5-contact-image {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 22px !important;
    border-radius: 18px !important;
    object-fit: cover !important;
}

@media (max-width: 768px) {
    .v5-header {
        top: 10px !important;
        width: calc(100% - 24px) !important;
    }

    body.admin-bar .v5-header {
        top: 56px !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner,
    .v5-header > .container {
        min-height: 56px !important;
        background: #ffffff !important;
        color: #0a1f33 !important;
    }

    .v5-nav {
        display: flex !important;
    }

    .v5-nav-list {
        display: none !important;
    }

    .primary-nav.is-open .v5-nav-list {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        padding: 16px !important;
        border: 1px solid #dbe8f2 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 18px 48px rgba(5, 28, 45, 0.18) !important;
    }

    .primary-nav.is-open .v5-nav-list a {
        display: block !important;
        width: 100% !important;
        padding: 12px 4px !important;
        color: #0a1f33 !important;
    }
}

@media (max-width: 460px) {
    body {
        font-size: 15px;
    }

    .brand-text small {
        display: none;
    }

    .hero-media,
    .media-card {
        min-height: 230px;
    }
}

/* Industrial Factory Trust redesign */
:root {
    --hd-blue: #005bac;
    --hd-blue-dark: #071827;
    --hd-yellow: #f5b400;
    --hd-yellow-dark: #d59b00;
    --hd-ink: #1f2933;
    --hd-muted: #5c6673;
    --hd-line: #d8e0ea;
    --hd-bg: #f5f7fa;
    --hd-white: #ffffff;
    --hd-radius: 6px;
    --hd-shadow: 0 18px 48px rgba(7, 24, 39, 0.12);
}

body {
    color: var(--hd-ink);
    font-family: Inter, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--hd-white);
}

h1,
h2,
h3 {
    font-family: Montserrat, Inter, Arial, system-ui, sans-serif;
    font-weight: 900;
}

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

.site-header {
    background: rgba(7, 24, 39, 0.98);
}

.header-inner {
    min-height: 82px;
}

.brand-mark {
    width: 54px;
    height: 54px;
    border-radius: 8px;
    font-size: 1.05rem;
    background: var(--hd-blue);
}

.brand-text strong {
    font-size: 1.35rem;
}

.brand-text small {
    font-size: 0.84rem;
}

.menu {
    gap: 26px;
}

.menu a,
.header-cta {
    font-size: 1rem;
}

.header-cta {
    min-height: 48px;
    padding: 0 22px;
    border-radius: 6px;
    background: var(--hd-yellow);
}

.section {
    padding: 90px 0;
}

.btn {
    border-radius: 6px;
    font-size: 1rem;
}

.btn-large {
    min-height: 56px;
    padding: 0 28px;
}

.btn-primary {
    background: var(--hd-yellow);
    border-color: var(--hd-yellow);
    color: var(--hd-blue-dark);
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.62);
    color: var(--hd-white);
    background: rgba(255, 255, 255, 0.02);
}

.btn-outline-light:hover {
    background: var(--hd-white);
    color: var(--hd-blue-dark);
}

.industrial-label {
    margin: 0 0 16px;
    color: var(--hd-yellow);
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.industrial-label.blue {
    color: var(--hd-blue);
}

.industrial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.factory-hero {
    position: relative;
    overflow: hidden;
    background: var(--hd-blue-dark);
    color: var(--hd-white);
}

.factory-hero__texture {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 24, 39, 0.98) 0%, rgba(7, 24, 39, 0.88) 52%, rgba(0, 91, 172, 0.35) 100%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 88px),
        linear-gradient(180deg, #071827, #0c253d);
}

.factory-hero__texture::after {
    content: "";
    position: absolute;
    inset: auto -8% -28% 48%;
    height: 72%;
    background: rgba(0, 91, 172, 0.22);
    transform: skewX(-14deg);
}

.factory-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(460px, 0.94fr);
    gap: 48px;
    align-items: center;
    min-height: 600px;
    padding: 42px 0 38px;
}

.factory-hero h1 {
    max-width: 780px;
    color: var(--hd-white);
    font-size: clamp(3.25rem, 4vw, 4.35rem);
    line-height: 1.03;
}

.factory-hero__subtitle {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
}

.hero-proof-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hero-proof-list span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: var(--hd-white);
    font-weight: 800;
}

.factory-hero__visual {
    position: relative;
    min-height: 470px;
}

.factory-hero__image,
.product-hero-photo,
.archive-hero-photo,
.trust-media,
.cutting-media {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    border-radius: 4px;
}

.industrial-photo--pending {
    position: relative;
    display: flex;
    min-height: 470px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background:
        linear-gradient(160deg, rgba(7, 24, 39, 0.22), rgba(7, 24, 39, 0.82)),
        linear-gradient(130deg, #243746, #566371 42%, #182838 100%);
    color: var(--hd-white);
}

.industrial-photo--pending::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 76px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.28), transparent 48%);
}

.factory-silhouette {
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 24%;
    height: 34%;
    border-bottom: 14px solid rgba(255, 255, 255, 0.3);
}

.factory-silhouette span {
    position: absolute;
    bottom: 0;
    display: block;
    background: rgba(255, 255, 255, 0.23);
}

.factory-silhouette span:nth-child(1) {
    left: 0;
    width: 30%;
    height: 42%;
}

.factory-silhouette span:nth-child(2) {
    left: 34%;
    width: 23%;
    height: 72%;
}

.factory-silhouette span:nth-child(3) {
    right: 0;
    width: 34%;
    height: 56%;
}

.industrial-photo--pending strong,
.industrial-photo--pending small {
    position: relative;
    z-index: 1;
}

.industrial-photo--pending strong {
    font-size: 1.45rem;
}

.industrial-photo--pending small {
    color: rgba(255, 255, 255, 0.75);
}

.hero-spec-card {
    position: absolute;
    left: -26px;
    top: 36px;
    min-width: 210px;
    padding: 16px 18px;
    border-left: 5px solid var(--hd-yellow);
    background: var(--hd-white);
    color: var(--hd-ink);
    box-shadow: var(--hd-shadow);
}

.hero-spec-card.second {
    left: auto;
    right: -18px;
    top: auto;
    bottom: 120px;
}

.hero-spec-card.third {
    top: auto;
    bottom: 28px;
}

.hero-spec-card span {
    display: block;
    color: var(--hd-muted);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.hero-spec-card strong {
    display: block;
    color: var(--hd-blue-dark);
    font-size: 1.1rem;
}

.factory-hero__stats {
    position: relative;
    z-index: 1;
    background: var(--hd-white);
    color: var(--hd-ink);
}

.stat-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-left: 1px solid var(--hd-line);
}

.stat-strip div {
    min-height: 118px;
    padding: 28px 24px;
    border-right: 1px solid var(--hd-line);
}

.stat-strip strong,
.stat-strip span {
    display: block;
}

.stat-strip strong {
    font-size: 1.1rem;
}

.stat-strip span {
    margin-top: 6px;
    color: var(--hd-muted);
}

.industrial-section {
    background: var(--hd-white);
}

.industrial-section-head {
    max-width: 860px;
    margin-bottom: 42px;
}

.industrial-section-head.centered {
    margin-inline: auto;
    text-align: center;
}

.industrial-section-head h2,
.trust-copy h2,
.cutting-highlight h2,
.product-industrial-hero h1,
.product-archive-hero h1,
.contact-industrial-hero h1,
.landing-industrial-hero h1 {
    color: var(--hd-ink);
    font-size: clamp(2.35rem, 3.6vw, 4.4rem);
    line-height: 1.08;
}

.industrial-section-head p:last-child {
    max-width: 760px;
    font-size: 1.08rem;
}

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

.industrial-product-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 300px;
    border: 1px solid var(--hd-line);
    background: var(--hd-white);
    box-shadow: 0 10px 30px rgba(7, 24, 39, 0.06);
}

.industrial-product-card__media {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 0;
}

.industrial-product-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
}

.industrial-product-card h3,
.industrial-product-row h2 {
    font-size: 1.65rem;
}

.industrial-link-button {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 44px;
    margin-top: 16px;
    padding: 0 18px;
    border: 2px solid var(--hd-blue);
    color: var(--hd-blue);
    font-weight: 900;
}

.industrial-link-button:hover {
    background: var(--hd-blue);
    color: var(--hd-white);
}

.trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 62px;
    align-items: center;
}

.trust-media-wrap,
.cutting-media-wrap {
    min-height: 560px;
}

.trust-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.trust-list div {
    display: grid;
    grid-template-columns: 58px 1fr;
    column-gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid var(--hd-line);
}

.trust-list h3,
.trust-list p {
    grid-column: 2;
}

.icon-badge {
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: var(--hd-blue);
    color: var(--hd-white);
    font-weight: 900;
}

.cutting-highlight {
    overflow: hidden;
    background:
        linear-gradient(110deg, #071827 0%, #0b3159 58%, #005bac 100%);
    color: var(--hd-white);
}

.cutting-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 56px;
    align-items: center;
}

.cutting-highlight h2 {
    max-width: 760px;
    color: var(--hd-white);
}

.cutting-highlight p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.12rem;
}

.cutting-points {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 36px;
    background: rgba(255, 255, 255, 0.18);
}

.cutting-points div {
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.cutting-points strong,
.cutting-points span {
    display: block;
}

.cutting-points strong {
    color: var(--hd-yellow);
    font-size: 1.1rem;
}

.cutting-points span {
    color: rgba(255, 255, 255, 0.74);
}

.timeline-process {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 0;
    border: 1px solid var(--hd-line);
    background: var(--hd-white);
}

.timeline-process div {
    position: relative;
    min-height: 150px;
    padding: 26px 20px;
    border-right: 1px solid var(--hd-line);
}

.timeline-process div:last-child {
    border-right: 0;
}

.timeline-process span {
    display: block;
    color: var(--hd-blue);
    font-size: 0.9rem;
    font-weight: 900;
}

.timeline-process strong {
    display: block;
    margin-top: 24px;
    font-size: 1.05rem;
}

.material-grid,
.industrial-chip-grid,
.quote-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.material-grid div,
.industrial-chip-grid div,
.quote-info-grid div {
    min-height: 86px;
    padding: 22px;
    border: 1px solid var(--hd-line);
    background: var(--hd-white);
    color: var(--hd-ink);
    font-weight: 900;
}

.material-grid div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.material-grid div span {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background:
        linear-gradient(135deg, var(--hd-blue), #2d8ade);
    clip-path: polygon(50% 0, 96% 25%, 96% 75%, 50% 100%, 4% 75%, 4% 25%);
}

.application-mosaic,
.delivery-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.application-tile,
.delivery-tile {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(7, 24, 39, 0.12), rgba(7, 24, 39, 0.82)),
        linear-gradient(135deg, #c7d4df, #eef3f7);
    color: var(--hd-white);
    font-weight: 900;
}

.application-tile:nth-child(1),
.application-tile:nth-child(2),
.delivery-tile:nth-child(1),
.delivery-tile:nth-child(2) {
    grid-column: span 2;
}

.application-tile:nth-child(3),
.delivery-tile:nth-child(3) {
    grid-column: span 2;
}

.application-tile:nth-child(n+4),
.delivery-tile:nth-child(n+4) {
    grid-column: span 2;
    min-height: 170px;
}

.industrial-faq .faq-item {
    border-radius: 0;
}

.industrial-inquiry-section {
    background: var(--hd-bg);
}

.inquiry-copy h2 {
    font-size: clamp(2.2rem, 3.3vw, 4rem);
}

.industrial-form-panel {
    border-radius: 4px;
    border-top: 5px solid var(--hd-blue);
    background: var(--hd-white);
    box-shadow: var(--hd-shadow);
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    border-radius: 2px;
    min-height: 52px;
}

.industrial-inquiry-form button {
    margin-top: 8px;
}

.product-industrial-hero,
.product-archive-hero,
.contact-industrial-hero,
.landing-industrial-hero {
    background:
        linear-gradient(100deg, rgba(7, 24, 39, 0.98), rgba(7, 24, 39, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 90px);
    color: var(--hd-white);
}

.product-industrial-hero__grid,
.product-archive-hero__grid,
.contact-industrial-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 56px;
    align-items: center;
    padding: 86px 0 54px;
}

.product-industrial-hero h1,
.product-archive-hero h1,
.contact-industrial-hero h1,
.landing-industrial-hero h1 {
    color: var(--hd-white);
}

.product-industrial-hero p,
.product-archive-hero p,
.contact-industrial-hero p,
.landing-industrial-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.12rem;
}

.industrial-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 800;
}

.industrial-breadcrumb a {
    color: var(--hd-white);
}

.product-industrial-hero__media {
    min-height: 520px;
}

.product-fact-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    transform: translateY(50%);
    border: 1px solid var(--hd-line);
    background: var(--hd-white);
    box-shadow: var(--hd-shadow);
}

.product-fact-strip div {
    min-height: 130px;
    padding: 26px 24px;
    border-right: 1px solid var(--hd-line);
}

.product-fact-strip div:last-child {
    border-right: 0;
}

.product-fact-strip span,
.product-fact-strip strong {
    display: block;
}

.product-fact-strip span {
    color: var(--hd-blue);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-fact-strip strong {
    margin-top: 10px;
    color: var(--hd-ink);
}

.product-detail-sections {
    padding-top: 150px;
    background: var(--hd-bg);
}

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

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

.industrial-detail-block {
    padding: 38px;
    border: 1px solid var(--hd-line);
    background: var(--hd-white);
}

.block-heading {
    max-width: 820px;
    margin-bottom: 24px;
}

.block-heading h2 {
    font-size: clamp(1.8rem, 2.4vw, 3rem);
}

.capacity-panels,
.equipment-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.capacity-panels div,
.equipment-card {
    padding: 22px;
    border: 1px solid var(--hd-line);
    background: var(--hd-bg);
}

.capacity-panels strong,
.capacity-panels span,
.equipment-card strong,
.equipment-card span {
    display: block;
}

.equipment-card span {
    color: var(--hd-blue);
    font-weight: 900;
}

.two-col-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.industrial-check-list {
    display: grid;
    gap: 12px;
}

.industrial-check-list div {
    padding: 16px 18px;
    border-left: 4px solid var(--hd-blue);
    background: var(--hd-bg);
    font-weight: 800;
}

.product-detail-aside {
    position: relative;
}

.industrial-sticky-cta {
    position: sticky;
    top: 106px;
    padding: 30px;
    border-top: 5px solid var(--hd-yellow);
    background: var(--hd-white);
    box-shadow: var(--hd-shadow);
}

.industrial-sticky-cta h2 {
    font-size: 1.85rem;
}

.industrial-sticky-cta .btn {
    width: 100%;
}

.product-archive-hero__grid {
    padding-bottom: 86px;
}

.industrial-product-list {
    display: grid;
    gap: 28px;
}

.industrial-product-row {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
    border: 1px solid var(--hd-line);
    background: var(--hd-white);
    box-shadow: 0 10px 32px rgba(7, 24, 39, 0.06);
}

.industrial-product-row__media {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.industrial-product-row__body {
    padding: 42px;
}

.row-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.row-meta span {
    padding: 8px 12px;
    background: var(--hd-bg);
    color: var(--hd-blue);
    font-weight: 800;
}

.contact-industrial-hero__grid {
    min-height: 520px;
}

.contact-hero-panel,
.sales-contact-card {
    background: var(--hd-white);
    color: var(--hd-ink);
    box-shadow: var(--hd-shadow);
}

.contact-hero-panel {
    padding: 34px;
    border-top: 5px solid var(--hd-yellow);
}

.contact-hero-panel ul {
    margin-bottom: 0;
    color: var(--hd-muted);
}

.contact-conversion-section {
    background: var(--hd-bg);
}

.contact-conversion-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
    gap: 34px;
    align-items: start;
}

.sales-contact-card {
    padding: 38px;
    border-top: 5px solid var(--hd-blue);
}

.sales-contact-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.sales-contact-list div {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--hd-line);
}

.sales-contact-list span {
    display: block;
    color: var(--hd-blue);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.sales-contact-list a {
    color: var(--hd-ink);
    font-size: 1.16rem;
    font-weight: 900;
}

.contact-note {
    margin-top: 30px;
    padding: 20px;
    background: var(--hd-bg);
    border-left: 5px solid var(--hd-yellow);
}

.contact-note p {
    margin-bottom: 0;
}

.landing-industrial-hero {
    padding: 76px 0;
}

.landing-industrial-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
    gap: 42px;
    align-items: start;
}

.landing-benefit-list {
    display: grid;
    gap: 10px;
    margin: 28px 0;
}

.landing-benefit-list span {
    padding: 14px 16px;
    border-left: 4px solid var(--hd-yellow);
    background: rgba(255, 255, 255, 0.08);
    color: var(--hd-white);
    font-weight: 800;
}

.landing-form-box .industrial-form-panel {
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.landing-form-box .inquiry-form {
    grid-template-columns: 1fr 1fr;
}

.landing-trust-strip {
    background: var(--hd-white);
    border-bottom: 1px solid var(--hd-line);
}

.landing-trust-strip .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-trust-strip div div,
.landing-trust-strip .container > div {
    padding: 26px;
    border-right: 1px solid var(--hd-line);
    color: var(--hd-blue);
    font-weight: 900;
    text-align: center;
}

.quote-landing-grid,
.final-cta-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 38px;
    align-items: center;
}

.final-cta-band {
    padding: 72px 0;
    background: var(--hd-blue-dark);
    color: var(--hd-white);
}

.final-cta-band h2 {
    color: var(--hd-white);
}

.final-cta-band p {
    color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 1100px) {
    .factory-hero__grid,
    .product-industrial-hero__grid,
    .product-archive-hero__grid,
    .contact-industrial-hero__grid,
    .cutting-grid,
    .trust-grid,
    .landing-industrial-grid,
    .contact-conversion-grid,
    .product-detail-grid,
    .industrial-product-row {
        grid-template-columns: 1fr;
    }

    .factory-hero__visual,
    .product-industrial-hero__media {
        order: 2;
    }

    .product-fact-strip,
    .stat-strip,
    .cutting-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .product-detail-sections {
        padding-top: 90px;
    }

    .product-fact-strip {
        transform: none;
        margin-top: 0;
    }

    .industrial-sticky-cta {
        position: static;
    }
}

@media (max-width: 780px) {
    .container {
        width: min(100% - 30px, 1280px);
    }

    .header-inner {
        min-height: 72px;
    }

    .brand-mark {
        width: 46px;
        height: 46px;
    }

    .brand-text strong {
        font-size: 1.12rem;
    }

    .section {
        padding: 70px 0;
    }

    .factory-hero__grid,
    .product-industrial-hero__grid,
    .product-archive-hero__grid,
    .contact-industrial-hero__grid {
        min-height: auto;
        padding: 62px 0;
    }

    .factory-hero h1,
    .product-industrial-hero h1,
    .product-archive-hero h1,
    .contact-industrial-hero h1,
    .landing-industrial-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.3rem);
    }

    .industrial-section-head h2,
    .trust-copy h2,
    .cutting-highlight h2 {
        font-size: clamp(2rem, 8vw, 3rem);
    }

    .factory-hero__image,
    .product-hero-photo,
    .archive-hero-photo,
    .trust-media,
    .cutting-media,
    .industrial-photo--pending {
        min-height: 360px;
    }

    .hero-spec-card,
    .hero-spec-card.second,
    .hero-spec-card.third {
        position: relative;
        inset: auto;
        display: inline-block;
        margin: 10px 8px 0 0;
        min-width: 0;
    }

    .industrial-product-grid,
    .industrial-product-card,
    .material-grid,
    .industrial-chip-grid,
    .quote-info-grid,
    .capacity-panels,
    .equipment-card-grid,
    .two-col-block,
    .product-fact-strip,
    .stat-strip,
    .cutting-points,
    .landing-trust-strip .container,
    .quote-landing-grid,
    .final-cta-grid {
        grid-template-columns: 1fr;
    }

    .industrial-product-card__media {
        min-height: 260px;
    }

    .application-mosaic,
    .delivery-grid {
        grid-template-columns: 1fr;
    }

    .application-tile,
    .application-tile:nth-child(n),
    .delivery-tile,
    .delivery-tile:nth-child(n) {
        grid-column: auto;
        min-height: 170px;
    }

    .industrial-detail-block,
    .sales-contact-card,
    .industrial-form-panel {
        padding: 26px;
    }

    .industrial-actions {
        flex-direction: column;
    }

    .landing-form-box .inquiry-form {
        grid-template-columns: 1fr;
    }
}

/* V5 Turnkey Factory Solution implementation */
:root {
    --v5-navy: #061d31;
    --v5-navy-2: #073a5d;
    --v5-blue: #0068b7;
    --v5-cyan: #35c8ff;
    --v5-yellow: #f8b83e;
    --v5-light: #eef7ff;
    --v5-card: #f5fbff;
    --v5-text: #102033;
    --v5-muted: #6b7d93;
    --v5-line: #d7e8f7;
    --v5-shadow: 0 22px 50px rgba(6, 29, 49, 0.13);
    --v5-radius: 22px;
}

body {
    background: #fff;
    color: var(--v5-text);
    font-family: Inter, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3 {
    color: var(--v5-text);
    font-family: Inter, Arial, system-ui, sans-serif;
    font-weight: 900;
    letter-spacing: 0;
}

.container {
    width: min(1410px, calc(100% - 64px));
}

.v5-site-header {
    position: absolute;
    inset: 28px 0 auto;
    z-index: 20;
    background: transparent;
    border: 0;
}

.v5-header-inner {
    min-height: 58px;
    padding: 0 22px;
    border: 1px solid rgba(80, 190, 255, 0.25);
    border-radius: 18px;
    background: rgba(3, 18, 31, 0.9);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid var(--v5-cyan);
    color: var(--v5-cyan);
    font-size: 1rem;
}

.brand-text strong {
    color: #fff;
    font-size: 1.15rem;
}

.brand-text small {
    display: none;
}

.menu {
    gap: 34px;
}

.menu a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.84rem;
    font-weight: 800;
}

.menu a:hover {
    color: var(--v5-cyan);
}

.header-cta {
    min-height: 40px;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--v5-yellow);
    color: #0a1a26;
    font-size: 0.86rem;
    font-weight: 900;
}

.v5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 34px;
    border-radius: 8px;
    font-weight: 900;
    text-align: center;
}

.v5-btn-yellow {
    background: var(--v5-yellow);
    color: #061d31;
}

.v5-btn-blue {
    background: var(--v5-blue);
    color: #fff;
}

.v5-btn-white {
    background: #fff;
    color: var(--v5-blue);
}

.v5-btn-outline {
    border: 3px solid var(--v5-blue);
    color: var(--v5-blue);
    background: #fff;
}

.v5-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 34px;
}

.v5-pill {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 18px;
    margin: 0 0 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--v5-blue);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.v5-pill.blue {
    border: 1px solid var(--v5-line);
    color: var(--v5-blue);
    background: #eaf7ff;
}

.v5-hero-copy .v5-pill,
.v5-landing-copy .v5-pill,
.v5-contact-hero .v5-pill,
.v5-cutting .v5-pill,
.v5-product-path .v5-pill {
    color: var(--v5-blue);
    font-size: 0.72rem;
}

.v5-hero,
.v5-landing-hero,
.v5-contact-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, var(--v5-navy), #063754 62%, #0b5f91);
    color: #fff;
    padding-top: 116px;
}

.v5-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 68% 20%, rgba(53, 200, 255, 0.16), transparent 26%),
        repeating-linear-gradient(73deg, transparent 0 92px, rgba(67, 200, 255, 0.18) 93px 95px, transparent 96px 190px);
    opacity: 0.75;
}

.v5-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(620px, 1.12fr);
    gap: 58px;
    align-items: center;
    min-height: 780px;
    padding: 50px 0 90px;
}

.v5-hero h1,
.v5-landing-hero h1,
.v5-contact-hero h1 {
    color: #fff;
    font-size: clamp(4.2rem, 5.4vw, 6.4rem);
    line-height: 0.98;
}

.v5-hero-subtitle,
.v5-hero-copy p,
.v5-landing-copy p,
.v5-contact-hero p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
    line-height: 1.5;
}

.v5-checks,
.v5-landing-checks {
    display: grid;
    gap: 14px;
    margin-top: 36px;
}

.v5-checks span,
.v5-landing-checks span {
    position: relative;
    padding-left: 44px;
    color: #fff;
    font-weight: 900;
}

.v5-checks span::before,
.v5-landing-checks span::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #dff8ff;
}

.v5-checks span::after,
.v5-landing-checks span::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 9px;
    height: 14px;
    border-right: 3px solid var(--v5-blue);
    border-bottom: 3px solid var(--v5-blue);
    transform: rotate(45deg);
}

.v5-hero-media {
    position: relative;
}

.v5-collage-img,
.v5-product-hero-img,
.v5-rounded-media,
.v5-cutting-img {
    display: block;
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: var(--v5-shadow);
}

.v5-trust-strip {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: -48px;
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(6, 29, 49, 0.18);
}

.v5-trust-strip div {
    padding: 28px 48px;
    border-right: 1px solid var(--v5-line);
}

.v5-trust-strip div:last-child {
    border-right: 0;
}

.v5-trust-strip strong,
.v5-trust-strip span {
    display: block;
}

.v5-trust-strip strong {
    font-size: 1.05rem;
}

.v5-trust-strip span {
    margin-top: 6px;
    color: var(--v5-muted);
    font-size: 0.9rem;
}

.v5-section {
    padding: 108px 0;
}

.v5-white {
    background: #fff;
}

.v5-light {
    background: var(--v5-light);
}

.v5-section-head {
    max-width: 860px;
    margin-bottom: 40px;
}

.v5-section-head.wide {
    max-width: 1120px;
}

.v5-section h2,
.v5-product-path h2,
.v5-standards h2,
.v5-product-cta h2 {
    font-size: clamp(2.4rem, 3.5vw, 4rem);
    line-height: 1.08;
}

.v5-section-head p,
.v5-section p {
    color: var(--v5-muted);
    font-size: 1.08rem;
}

.v5-flow {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: stretch;
    padding: 48px 42px;
    border: 1px solid var(--v5-line);
    border-radius: 22px;
    background: var(--v5-card);
    box-shadow: var(--v5-shadow);
}

.v5-flow div {
    position: relative;
    min-height: 88px;
    text-align: center;
}

.v5-flow div::after {
    content: "";
    position: absolute;
    top: 24px;
    right: -22px;
    width: 44px;
    height: 2px;
    background: #9bdfff;
}

.v5-flow div:last-child::after {
    display: none;
}

.v5-flow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 2px solid #9bdfff;
    border-radius: 50%;
    background: #fff;
    color: var(--v5-blue);
    font-weight: 900;
}

.v5-flow strong {
    display: block;
    margin-top: 14px;
    font-size: 0.78rem;
}

.v5-flow.dark {
    margin-top: 58px;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.v5-flow.dark span {
    border: 0;
    background: #fff;
}

.v5-flow.dark strong {
    color: #fff;
}

.v5-product-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 54px;
}

.v5-product-card {
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--v5-shadow);
}

.v5-card-img {
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.v5-product-card div {
    padding: 28px;
}

.v5-product-card span {
    display: inline-flex;
    padding: 8px 18px;
    border-radius: 999px;
    background: var(--v5-blue);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 900;
}

.v5-product-card:nth-child(2) span {
    background: #6667ff;
}

.v5-product-card:nth-child(3) span {
    background: #00b883;
}

.v5-product-card h3 {
    margin-top: 20px;
    font-size: 1.35rem;
}

.v5-product-card a {
    color: var(--v5-blue);
    font-weight: 900;
}

.v5-cutting {
    position: relative;
    overflow: hidden;
    background: linear-gradient(115deg, var(--v5-navy), #063b60 70%, #0b638f);
    color: #fff;
}

.v5-cutting::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 35%, rgba(52, 214, 255, 0.16), transparent 28%),
        repeating-linear-gradient(73deg, transparent 0 98px, rgba(100, 220, 255, 0.16) 99px 101px, transparent 102px 200px);
}

.v5-cutting-grid,
.v5-landing-grid,
.v5-two-col,
.v5-inquiry-grid,
.v5-contact-grid,
.v5-contact-form-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr);
    gap: 70px;
    align-items: center;
}

.v5-cutting h2,
.v5-cutting p {
    color: #fff;
}

.v5-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.v5-tech-grid div {
    min-height: 74px;
    padding: 16px 22px;
    border-radius: 10px;
    background: #fff;
    color: var(--v5-blue);
}

.v5-tech-grid strong,
.v5-tech-grid span {
    display: block;
}

.v5-tech-grid span {
    color: var(--v5-muted);
    font-size: 0.86rem;
}

.v5-cutting-media {
    position: relative;
}

.v5-cutting-img {
    border: 3px solid var(--v5-cyan);
    box-shadow: 0 0 0 1px rgba(53, 200, 255, 0.3), 0 24px 70px rgba(53, 200, 255, 0.23);
}

.v5-cutting-note {
    margin-top: 24px;
    padding: 20px 28px;
    border-radius: 12px;
    background: #fff;
    color: var(--v5-text);
}

.v5-cutting-note strong,
.v5-cutting-note span {
    display: block;
}

.v5-cutting-note strong {
    color: var(--v5-blue);
    font-size: 0.86rem;
    text-transform: uppercase;
}

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

.v5-proof-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v5-proof-card {
    overflow: hidden;
    min-height: 330px;
    padding: 0 0 26px;
    border: 1px solid var(--v5-line);
    border-radius: 18px;
    background: var(--v5-card);
}

.v5-proof-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.v5-proof-card span,
.v5-proof-card h3,
.v5-proof-card p {
    margin-left: 28px;
    margin-right: 28px;
}

.v5-proof-card span {
    display: block;
    margin-top: 24px;
    color: var(--v5-blue);
    font-weight: 900;
}

.v5-standards {
    padding: 46px 0;
    background: #fff;
}

.v5-standards-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(520px, 0.8fr);
    gap: 30px;
    align-items: center;
    padding: 32px 48px;
    border-radius: 18px;
    background: var(--v5-navy);
    color: #fff;
}

.v5-standards h2,
.v5-standards p {
    color: #fff;
}

.v5-standards-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.v5-standards-tags span {
    min-height: 34px;
    padding: 8px 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--v5-blue);
    font-size: 0.78rem;
    font-weight: 900;
    text-align: center;
}

.v5-keywords,
.v5-material-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.v5-keywords span,
.v5-material-tags span {
    padding: 9px 14px;
    border-radius: 999px;
    background: #e7f5ff;
    color: var(--v5-blue);
    font-size: 0.82rem;
    font-weight: 800;
}

.embedded-form-panel,
.v5-landing-form-card .industrial-form-panel {
    padding: 44px;
    border: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--v5-shadow);
}

.embedded-form-panel h2 {
    margin-bottom: 28px;
    font-size: 2rem;
}

.inquiry-form {
    gap: 16px;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 58px;
    border-color: var(--v5-line);
    border-radius: 8px;
    background: #fbfdff;
}

.industrial-inquiry-form button {
    width: min(100%, 390px);
    background: var(--v5-blue);
    color: #fff;
}

.v5-product-hero {
    padding: 150px 0 86px;
    background: var(--v5-light);
}

.v5-product-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(600px, 1.05fr);
    gap: 90px;
    align-items: center;
}

.v5-product-hero h1 {
    max-width: 740px;
    font-size: clamp(4rem, 5.4vw, 5.8rem);
    line-height: 0.98;
}

.v5-product-intro {
    max-width: 680px;
    color: var(--v5-muted);
    font-size: 1.45rem;
    line-height: 1.45;
}

.v5-product-hero-media {
    position: relative;
}

.v5-core-equipment {
    width: min(560px, 88%);
    margin: 34px 0 0 auto;
    padding: 34px 46px;
    border-radius: 18px;
    background: var(--v5-navy);
    color: #fff;
    box-shadow: var(--v5-shadow);
}

.v5-core-equipment span {
    color: var(--v5-cyan);
    font-size: 0.8rem;
    font-weight: 900;
}

.v5-core-equipment strong {
    display: block;
    margin-top: 12px;
    font-size: 1.75rem;
}

.v5-core-equipment p {
    color: rgba(255, 255, 255, 0.76);
}

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

.v5-summary-grid div,
.v5-benefit-grid div {
    padding: 34px 28px;
    border: 1px solid var(--v5-line);
    border-radius: 18px;
    background: #fff;
}

.v5-summary-grid h2,
.v5-benefit-grid h3 {
    color: var(--v5-blue);
    font-size: 1.2rem;
}

.v5-two-col {
    grid-template-columns: minmax(0, 1.03fr) minmax(520px, 0.97fr);
}

.v5-equipment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 36px;
}

.v5-equipment-list div {
    min-height: 62px;
    padding: 18px 24px;
    border: 1px solid var(--v5-line);
    border-radius: 10px;
    background: var(--v5-card);
    font-weight: 900;
}

.v5-product-path {
    background: linear-gradient(115deg, var(--v5-navy), #075d88);
    color: #fff;
}

.v5-product-path h2,
.v5-product-path p {
    color: #fff;
}

.v5-product-cta {
    padding: 62px 0;
    background: var(--v5-navy);
    color: #fff;
}

.v5-product-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: center;
}

.v5-product-cta h2,
.v5-product-cta p {
    color: #fff;
}

.v5-landing-hero {
    padding-bottom: 90px;
}

.v5-landing-grid {
    min-height: 650px;
    padding: 56px 0 0;
}

.v5-landing-hero h1 {
    max-width: 790px;
}

.v5-whatsapp-link {
    display: inline-flex;
    margin-top: 28px;
    color: var(--v5-cyan);
    font-size: 1.1rem;
    font-weight: 900;
}

.v5-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 44px;
    margin-top: 42px;
}

.v5-faq {
    display: grid;
    gap: 26px;
    margin-top: 42px;
}

.v5-faq .faq-item {
    border: 1px solid var(--v5-line);
    border-radius: 18px;
    background: var(--v5-card);
}

.v5-home-faq .v5-two-col {
    align-items: start;
}

.v5-home-faq .v5-faq {
    margin-top: 0;
}

.v5-contact-hero {
    padding-bottom: 88px;
}

.v5-contact-grid {
    min-height: 540px;
    padding-top: 70px;
}

.v5-contact-panel,
.v5-sales-card {
    padding: 44px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--v5-shadow);
}

.v5-contact-panel h2,
.v5-sales-card h2 {
    font-size: 1.8rem;
}

.v5-contact-panel li {
    margin: 8px 0;
    color: var(--v5-muted);
    font-weight: 700;
}

.v5-contact-form-grid {
    align-items: start;
}

.v5-sales-list {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.v5-sales-list div {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--v5-line);
}

.v5-sales-list span {
    display: block;
    color: var(--v5-blue);
    font-size: 0.8rem;
    font-weight: 900;
    text-transform: uppercase;
}

.v5-sales-list a {
    color: var(--v5-text);
    font-size: 1.2rem;
    font-weight: 900;
}

.v5-contact-tip {
    margin-top: 30px;
    padding: 22px;
    border-radius: 12px;
    background: var(--v5-light);
}

.v5-footer {
    background: var(--v5-navy);
}

.v5-footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
    gap: 46px;
    padding: 76px 0 42px;
}

.v5-footer h2 {
    color: #fff;
    font-size: 1rem;
}

.v5-footer p,
.v5-footer li,
.v5-footer a {
    color: rgba(255, 255, 255, 0.72);
}

.v5-footer ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.v5-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.v5-footer-bottom nav {
    display: flex;
    gap: 22px;
}

@media (max-width: 1024px) {
    .v5-header-inner {
        border-radius: 14px;
    }

    .v5-hero-grid,
    .v5-product-hero-grid,
    .v5-landing-grid,
    .v5-cutting-grid,
    .v5-two-col,
    .v5-inquiry-grid,
    .v5-contact-grid,
    .v5-contact-form-grid {
        grid-template-columns: 1fr;
    }

    .v5-hero-media {
        order: 2;
    }

    .v5-trust-strip,
    .v5-product-cards,
    .v5-proof-grid,
    .v5-summary-grid,
    .v5-benefit-grid,
    .v5-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v5-flow {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .v5-flow div {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 18px;
        align-items: center;
        min-height: 66px;
        text-align: left;
    }

    .v5-flow div::after {
        display: none;
    }

    .v5-flow strong {
        margin-top: 0;
        font-size: 1rem;
    }
}

@media (max-width: 780px) {
    .container {
        width: min(100% - 36px, 1410px);
    }

    .v5-site-header {
        inset: 18px 0 auto;
    }

    .v5-header-inner {
        min-height: 56px;
        padding: 0 12px;
        border-radius: 14px;
        background: #fff;
    }

    .brand-text strong {
        color: var(--v5-text);
    }

    .primary-nav {
        display: none;
    }

    .nav-toggle {
        display: none;
    }

    .header-cta {
        display: inline-flex;
        min-height: 38px;
        padding: 0 18px;
    }

    .v5-hero,
    .v5-landing-hero,
    .v5-contact-hero {
        padding-top: 92px;
    }

    .v5-hero-grid,
    .v5-landing-grid,
    .v5-contact-grid {
        min-height: auto;
        padding: 36px 0 0;
    }

    .v5-hero h1,
    .v5-product-hero h1,
    .v5-landing-hero h1,
    .v5-contact-hero h1 {
        font-size: 2.55rem;
        line-height: 1.04;
    }

    .v5-hero-subtitle,
    .v5-hero-copy p,
    .v5-landing-copy p,
    .v5-contact-hero p,
    .v5-product-intro {
        font-size: 1rem;
    }

    .v5-actions {
        flex-direction: column;
    }

    .v5-btn {
        width: 100%;
        min-height: 56px;
    }

    .v5-collage-img,
    .v5-product-hero-img,
    .v5-rounded-media,
    .v5-cutting-img {
        border-radius: 18px;
    }

    .v5-trust-strip {
        display: none;
    }

    .v5-section {
        padding: 66px 0;
    }

    .v5-section h2,
    .v5-product-path h2,
    .v5-standards h2,
    .v5-product-cta h2 {
        font-size: 2rem;
    }

    .v5-product-cards,
    .v5-proof-grid,
    .v5-proof-grid.three,
    .v5-summary-grid,
    .v5-benefit-grid,
    .v5-tech-grid,
    .v5-equipment-list,
    .v5-footer-grid,
    .v5-standards-inner,
    .v5-standards-tags,
    .v5-product-cta-inner {
        grid-template-columns: 1fr;
    }

    .v5-product-hero {
        padding: 106px 0 64px;
    }

    .v5-product-hero-grid {
        gap: 36px;
    }

    .v5-core-equipment {
        width: 100%;
        padding: 24px;
    }

    .embedded-form-panel {
        padding: 26px;
    }

    .inquiry-form,
    .landing-form-box .inquiry-form {
        grid-template-columns: 1fr;
    }

    .v5-footer-bottom {
        display: grid;
    }
}

/* V5 emergency fallback styles. Keep this block at the end so it wins over older theme rules. */
:root {
    --v5-force-navy: #062238;
    --v5-force-navy-2: #07577f;
    --v5-force-blue: #006eb8;
    --v5-force-cyan: #37c9ff;
    --v5-force-yellow: #f7b934;
    --v5-force-text: #0b1d2d;
    --v5-force-muted: #617183;
    --v5-force-line: #dbe8f2;
    --v5-force-light: #edf6fd;
    --v5-force-card: #ffffff;
    --v5-force-shadow: 0 26px 70px rgba(5, 28, 45, 0.18);
}

body {
    margin: 0 !important;
    color: var(--v5-force-text) !important;
    font-family: Inter, Arial, "Helvetica Neue", sans-serif !important;
    background: #fff !important;
}

.v5-page {
    overflow-x: hidden !important;
    background: #fff !important;
}

.v5-header {
    position: absolute !important;
    z-index: 50 !important;
    inset: 30px 0 auto !important;
    width: 100% !important;
    background: transparent !important;
}

.v5-header .v5-header-inner,
.v5-header .header-inner {
    width: min(100% - 64px, 1440px) !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    border: 1px solid rgba(80, 190, 255, 0.25) !important;
    border-radius: 18px !important;
    background: rgba(4, 18, 31, 0.94) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18) !important;
}

.v5-header .site-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

.v5-header .brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border: 3px solid var(--v5-force-cyan) !important;
    border-radius: 50% !important;
    color: var(--v5-force-cyan) !important;
    background: transparent !important;
    font-size: 1rem !important;
}

.v5-header .brand-text strong {
    color: #fff !important;
    font-size: 1.15rem !important;
}

.v5-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

.v5-nav .menu,
.v5-nav ul {
    display: flex !important;
    align-items: center !important;
    gap: 34px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.v5-nav a {
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none !important;
    font-size: 0.84rem !important;
    font-weight: 900 !important;
}

.v5-header .header-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    color: #082033 !important;
    background: var(--v5-force-yellow) !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

.v5-hero {
    position: relative !important;
    overflow: hidden !important;
    min-height: 860px !important;
    padding: 116px 0 0 !important;
    color: #fff !important;
    background: linear-gradient(115deg, var(--v5-force-navy), #063754 62%, var(--v5-force-navy-2)) !important;
}

.v5-hero::before,
.v5-cutting-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 72% 20%, rgba(55, 201, 255, 0.18), transparent 26%),
        repeating-linear-gradient(73deg, transparent 0 92px, rgba(82, 204, 255, 0.16) 93px 95px, transparent 96px 190px) !important;
}

.v5-hero-inner {
    position: relative !important;
    z-index: 1 !important;
    width: min(100% - 64px, 1440px) !important;
    margin: 0 auto !important;
    min-height: 760px !important;
    padding: 50px 0 92px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.88fr) minmax(620px, 1.12fr) !important;
    align-items: center !important;
    gap: 58px !important;
}

.v5-hero-copy {
    max-width: 680px !important;
}

.v5-hero .v5-pill {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 31px !important;
    padding: 0 18px !important;
    margin: 0 0 24px !important;
    border-radius: 999px !important;
    color: var(--v5-force-blue) !important;
    background: #fff !important;
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.v5-hero h1 {
    max-width: 760px !important;
    margin: 0 0 28px !important;
    color: #fff !important;
    font-size: clamp(4.2rem, 5.4vw, 6.4rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    font-weight: 900 !important;
}

.v5-hero p,
.v5-hero-subtitle {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

.v5-hero-media img,
.v5-collage-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    object-fit: cover !important;
    box-shadow: var(--v5-force-shadow) !important;
}

.v5-checks {
    display: grid !important;
    gap: 14px !important;
    margin-top: 36px !important;
}

.v5-checks span {
    position: relative !important;
    padding-left: 44px !important;
    color: #fff !important;
    font-weight: 900 !important;
}

.v5-checks span::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: -3px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #dff8ff !important;
}

.v5-checks span::after {
    content: "" !important;
    position: absolute !important;
    left: 10px !important;
    top: 6px !important;
    width: 9px !important;
    height: 14px !important;
    border-right: 3px solid var(--v5-force-blue) !important;
    border-bottom: 3px solid var(--v5-force-blue) !important;
    transform: rotate(45deg) !important;
}

.v5-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 0 34px !important;
    border-radius: 8px !important;
    border: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    font-weight: 900 !important;
}

.v5-btn-primary,
.v5-btn-yellow {
    color: #061d31 !important;
    background: var(--v5-force-yellow) !important;
}

.v5-btn-outline,
.v5-btn-white {
    color: var(--v5-force-blue) !important;
    background: #fff !important;
    border: 2px solid rgba(0, 110, 184, 0.18) !important;
}

.v5-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    margin-top: 34px !important;
}

.v5-section {
    position: relative !important;
    padding: 108px 0 !important;
    background: #fff !important;
}

.v5-section > .container,
.v5-standards > .container,
.v5-inquiry > .container {
    width: min(100% - 64px, 1440px) !important;
    margin: 0 auto !important;
}

.v5-section h2 {
    margin: 0 0 22px !important;
    color: var(--v5-force-text) !important;
    font-size: clamp(2.4rem, 3.5vw, 4rem) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
}

.v5-section p {
    color: var(--v5-force-muted) !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
}

.v5-light {
    background: var(--v5-force-light) !important;
}

.v5-service-flow .v5-flow,
.v5-flow.v5-service-flow {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 48px 42px !important;
    border: 1px solid var(--v5-force-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: var(--v5-force-shadow) !important;
}

.v5-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 54px !important;
}

.v5-card {
    overflow: hidden !important;
    border: 1px solid var(--v5-force-line) !important;
    border-radius: 18px !important;
    background: var(--v5-force-card) !important;
    box-shadow: var(--v5-force-shadow) !important;
}

.v5-card img,
.v5-card-img,
.v5-proof-img {
    display: block !important;
    width: 100% !important;
    height: 245px !important;
    object-fit: cover !important;
}

.v5-card h3 {
    color: var(--v5-force-text) !important;
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
}

.v5-product-card > div,
.v5-proof-card h3,
.v5-proof-card p,
.v5-proof-card span {
    margin-left: 28px !important;
    margin-right: 28px !important;
}

.v5-product-card > div {
    padding: 28px !important;
    margin: 0 !important;
}

.v5-cutting-section {
    position: relative !important;
    overflow: hidden !important;
    color: #fff !important;
    background: linear-gradient(115deg, var(--v5-force-navy), #063b60 70%, #0b638f) !important;
}

.v5-cutting-section .v5-cutting-grid {
    position: relative !important;
    z-index: 1 !important;
    width: min(100% - 64px, 1440px) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr) !important;
    gap: 70px !important;
    align-items: center !important;
}

.v5-cutting-section h2,
.v5-cutting-section p {
    color: #fff !important;
}

.v5-cutting-img {
    display: block !important;
    width: 100% !important;
    border: 3px solid var(--v5-force-cyan) !important;
    border-radius: 24px !important;
    box-shadow: 0 0 0 1px rgba(53, 200, 255, 0.3), 0 24px 70px rgba(53, 200, 255, 0.23) !important;
}

.v5-case-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
}

.v5-inquiry {
    background: var(--v5-force-light) !important;
}

.v5-inquiry-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr) !important;
    gap: 70px !important;
    align-items: start !important;
}

.v5-inquiry .embedded-form-panel {
    padding: 44px !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: var(--v5-force-shadow) !important;
}

.v5-footer {
    color: rgba(255, 255, 255, 0.72) !important;
    background: var(--v5-force-navy) !important;
}

.v5-footer-grid {
    width: min(100% - 64px, 1440px) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr !important;
    gap: 46px !important;
    padding: 76px 0 42px !important;
}

.v5-footer h2,
.v5-footer strong {
    color: #fff !important;
}

.v5-footer a,
.v5-footer p,
.v5-footer li {
    color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 1024px) {
    .v5-hero-inner,
    .v5-cutting-section .v5-cutting-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
    }

    .v5-product-grid,
    .v5-case-grid,
    .v5-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .v5-service-flow .v5-flow,
    .v5-flow.v5-service-flow {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
}

@media (max-width: 780px) {
    .v5-header {
        inset: 18px 0 auto !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner,
    .v5-hero-inner,
    .v5-section > .container,
    .v5-standards > .container,
    .v5-inquiry > .container {
        width: min(100% - 36px, 1440px) !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner {
        min-height: 56px !important;
        background: #fff !important;
    }

    .v5-header .brand-text strong {
        color: var(--v5-force-text) !important;
    }

    .v5-nav {
        display: none !important;
    }

    .v5-hero {
        min-height: auto !important;
        padding-top: 92px !important;
    }

    .v5-hero-inner {
        min-height: auto !important;
        padding: 36px 0 0 !important;
        gap: 36px !important;
    }

    .v5-hero h1 {
        font-size: 2.55rem !important;
        line-height: 1.04 !important;
    }

    .v5-hero p,
    .v5-hero-subtitle {
        font-size: 1rem !important;
    }

    .v5-actions {
        flex-direction: column !important;
    }

    .v5-btn {
        width: 100% !important;
    }

    .v5-section {
        padding: 66px 0 !important;
    }

    .v5-section h2 {
        font-size: 2rem !important;
    }

    .v5-product-grid,
    .v5-case-grid,
    .v5-footer-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
    }
}

/* V3 FINAL TAIL OVERRIDE 1.1.0: always wins over older fallback blocks. */
.v3-home-hero {
    background-image:
        linear-gradient(90deg, rgba(4, 21, 35, 0.92) 0%, rgba(4, 28, 45, 0.76) 48%, rgba(4, 30, 48, 0.42) 100%),
        var(--v3-hero-bg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.v3-home-hero .v5-hero-inner {
    min-height: min(760px, calc(100vh - 34px)) !important;
    align-items: center !important;
}

.v5-hero h1,
.v3-home-hero h1 {
    max-width: 760px !important;
    font-size: clamp(2.65rem, 4vw, 4.35rem) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.v5-section h2,
.wpkg-hero h1,
.page-hero h1,
.v5-page-hero h1,
.compact-hero h1,
.v5-product-hero h1 {
    font-size: clamp(2.05rem, 3.15vw, 3.45rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.v5-card h2,
.v5-card h3,
.wpkg-news-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-project-card h2,
.v5-tech-page-card h2 {
    font-size: clamp(1.08rem, 1.22vw, 1.36rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a,
.v5-product-card h3,
.v5-tech-page-card h2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

.wpkg-card-image,
.v5-card-img,
.v5-proof-img,
.hd-case-review-image {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

.wpkg-news-card .wpkg-card-image {
    aspect-ratio: 16 / 9 !important;
}

.v5-product-card > div,
.wpkg-line-card > div,
.wpkg-equipment-card > div,
.v5-project-card > div,
.wpkg-news-card > div {
    padding: 24px !important;
}

.industrial-form-panel h2 {
    font-size: clamp(1.62rem, 2.05vw, 2.45rem) !important;
    line-height: 1.14 !important;
}

.industrial-inquiry-form {
    gap: 14px 16px !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 48px !important;
}

.industrial-inquiry-form .form-wide {
    grid-column: 1 / -1 !important;
}

@media (max-width: 900px) {
    .v3-home-hero .v5-hero-inner {
        min-height: auto !important;
    }

    .v5-hero h1,
    .v3-home-hero h1 {
        font-size: clamp(2rem, 9vw, 3.05rem) !important;
        line-height: 1.15 !important;
    }

    .v5-section h2,
    .wpkg-hero h1,
    .page-hero h1,
    .v5-page-hero h1,
    .compact-hero h1,
    .v5-product-hero h1 {
        font-size: clamp(1.78rem, 8vw, 2.65rem) !important;
    }
}

/* V3 FINAL OVERRIDE 1.1.0: content visual polish, smaller titles, real-image layout. */
.v3-home-hero {
    position: relative !important;
    min-height: auto !important;
    background-image:
        linear-gradient(90deg, rgba(4, 21, 35, 0.92) 0%, rgba(4, 28, 45, 0.76) 48%, rgba(4, 30, 48, 0.42) 100%),
        var(--v3-hero-bg) !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden !important;
}

.v3-home-hero .v5-hero-bg {
    opacity: 0.25 !important;
}

.v3-home-hero .v5-hero-inner {
    min-height: min(760px, calc(100vh - 34px)) !important;
    align-items: center !important;
}

.v5-hero h1,
.v3-home-hero h1,
.wpkg-hero h1,
.page-hero h1,
.v5-page-hero h1,
.compact-hero h1,
.v5-product-hero h1 {
    letter-spacing: 0 !important;
}

.v5-hero h1,
.v3-home-hero h1 {
    max-width: 760px !important;
    font-size: clamp(2.65rem, 4vw, 4.35rem) !important;
    line-height: 1.1 !important;
}

.v5-section h2,
.wpkg-hero h1,
.page-hero h1,
.v5-page-hero h1,
.compact-hero h1,
.v5-product-hero h1 {
    font-size: clamp(2.05rem, 3.15vw, 3.45rem) !important;
    line-height: 1.12 !important;
}

.v5-card h2,
.v5-card h3,
.wpkg-news-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-project-card h2,
.v5-tech-page-card h2 {
    font-size: clamp(1.08rem, 1.22vw, 1.36rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a,
.v5-product-card h3,
.v5-tech-page-card h2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

.wpkg-card-image,
.v5-card-img,
.v5-proof-img,
.hd-case-review-image,
.wpkg-hero-img,
.v5-contact-image,
.v5-rounded-media {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

.wpkg-card-image,
.v5-card-img,
.v5-proof-img,
.hd-case-review-image {
    aspect-ratio: 4 / 3 !important;
}

.wpkg-news-card .wpkg-card-image {
    aspect-ratio: 16 / 9 !important;
}

.v5-product-card,
.wpkg-line-card,
.wpkg-equipment-card,
.v5-project-card,
.wpkg-news-card,
.v5-tech-page-card {
    border-radius: 14px !important;
    overflow: hidden !important;
}

.v5-product-card > div,
.wpkg-line-card > div,
.wpkg-equipment-card > div,
.v5-project-card > div,
.wpkg-news-card > div {
    padding: 24px !important;
}

.wpkg-line-card ul,
.wpkg-equipment-card ul {
    margin: 16px 0 0 !important;
    padding-left: 18px !important;
    color: #4e6578 !important;
}

.industrial-form-panel.embedded-form-panel,
.industrial-form-panel {
    border-radius: 18px !important;
}

.industrial-form-panel h2 {
    font-size: clamp(1.62rem, 2.05vw, 2.45rem) !important;
    line-height: 1.14 !important;
}

.form-helper {
    margin: -8px 0 18px !important;
    color: #5b6e80 !important;
    line-height: 1.55 !important;
}

.industrial-inquiry-form {
    gap: 14px 16px !important;
}

.industrial-inquiry-form label {
    font-size: 0.92rem !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 48px !important;
}

.industrial-inquiry-form .form-wide {
    grid-column: 1 / -1 !important;
}

@media (max-width: 900px) {
    .v3-home-hero .v5-hero-inner {
        min-height: auto !important;
    }

    .v5-hero h1,
    .v3-home-hero h1 {
        font-size: clamp(2rem, 9vw, 3.05rem) !important;
        line-height: 1.15 !important;
    }

    .v5-section h2,
    .wpkg-hero h1,
    .page-hero h1,
    .v5-page-hero h1,
    .compact-hero h1,
    .v5-product-hero h1 {
        font-size: clamp(1.78rem, 8vw, 2.65rem) !important;
    }

    .v5-product-card > div,
    .wpkg-line-card > div,
    .wpkg-equipment-card > div,
    .v5-project-card > div,
    .wpkg-news-card > div {
        padding: 20px !important;
    }
}

/* Formal V2 image slot integration 1.0.8 */
.hd-case-review-image {
    display: block !important;
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    background: #e7eef4 !important;
}

.v5-project-card .hd-case-review-image,
.v5-project-card .v5-card-img {
    border-radius: 0 !important;
}

.page-hero .hd-case-review-image,
.compact-hero .hd-case-review-image {
    min-height: 360px !important;
    height: 100% !important;
}

@media (max-width: 780px) {
    .hd-case-review-image {
        height: 210px !important;
    }

    .page-hero .hd-case-review-image,
    .compact-hero .hd-case-review-image {
        min-height: 240px !important;
    }
}

/* Wall panel package V1 pages */
.wpkg-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 82px;
    color: #ffffff;
    background:
        linear-gradient(120deg, rgba(5, 26, 44, 0.94), rgba(5, 46, 76, 0.82)),
        radial-gradient(circle at 84% 18%, rgba(78, 207, 255, 0.24), transparent 36%),
        #061d31;
}

.wpkg-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
    gap: 64px;
    align-items: center;
}

.wpkg-hero h1 {
    max-width: 860px;
    margin: 14px 0 22px;
    color: #ffffff;
    font-size: clamp(2.8rem, 5.8vw, 5.9rem);
    line-height: 0.98;
}

.wpkg-hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.12rem;
    line-height: 1.75;
}

.wpkg-hero-media {
    position: relative;
}

.wpkg-hero-media::before {
    content: "";
    position: absolute;
    inset: -14px;
    border: 1px solid rgba(79, 215, 255, 0.38);
    border-radius: 28px;
    box-shadow: 0 0 46px rgba(79, 215, 255, 0.18);
}

.wpkg-hero-img,
.wpkg-rounded-image {
    position: relative;
    display: block;
    width: 100%;
    min-height: 360px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.wpkg-card-grid,
.wpkg-equipment-grid,
.wpkg-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.wpkg-line-card,
.wpkg-equipment-card,
.wpkg-news-card {
    overflow: hidden;
    border: 1px solid #dde9f2;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(5, 28, 45, 0.08);
}

.wpkg-line-card > div,
.wpkg-equipment-card > div,
.wpkg-news-card > div {
    padding: 26px;
}

.wpkg-line-card span,
.wpkg-news-card span {
    display: inline-flex;
    margin-bottom: 12px;
    color: #126fa4;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wpkg-line-card h2,
.wpkg-equipment-card h2,
.wpkg-news-card h2 {
    margin: 0 0 12px;
    color: #0a1f33;
    font-size: 1.32rem;
    line-height: 1.25;
}

.wpkg-line-card a,
.wpkg-equipment-card a,
.wpkg-news-card a {
    color: inherit;
    text-decoration: none;
}

.wpkg-line-card a:hover,
.wpkg-equipment-card a:hover,
.wpkg-news-card a:hover {
    color: #087fbd;
}

.wpkg-line-card p,
.wpkg-equipment-card p,
.wpkg-news-card p {
    color: #536678;
    line-height: 1.65;
}

.wpkg-line-card ul,
.wpkg-check-list {
    margin: 18px 0 0;
    padding-left: 20px;
    color: #415365;
    line-height: 1.65;
}

.wpkg-card-image {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.wpkg-feature-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(460px, 0.95fr);
    gap: 64px;
    align-items: center;
}

.wpkg-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.wpkg-mini-grid a,
.wpkg-mini-grid span {
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 18px 20px;
    border: 1px solid #d8e7f2;
    border-radius: 8px;
    color: #0a1f33;
    text-decoration: none;
    background: #ffffff;
    font-weight: 800;
}

.wpkg-mini-grid a:hover {
    border-color: #3abde9;
    color: #087fbd;
}

.wpkg-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.wpkg-process-grid article {
    padding: 30px;
    border: 1px solid #dce9f2;
    border-radius: 10px;
    background: #ffffff;
}

.wpkg-process-grid span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    color: #071d31;
    background: #ffd24d;
    font-weight: 900;
}

.wpkg-process-grid h2 {
    margin: 0 0 10px;
    color: #0a1f33;
    font-size: 1.18rem;
}

.wpkg-process-grid p {
    margin: 0;
    color: #536678;
    line-height: 1.65;
}

.wpkg-cutting-focus {
    background:
        radial-gradient(circle at 78% 18%, rgba(81, 215, 255, 0.2), transparent 34%),
        linear-gradient(115deg, #061d31 0%, #053457 66%, #075b84 100%);
}

.wpkg-empty {
    grid-column: 1 / -1;
    padding: 42px;
    border: 1px dashed #c7d8e4;
    border-radius: 10px;
    background: #f7fbfe;
}

.wpkg-image-placeholder {
    display: flex;
    min-height: 240px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #bfd2df;
    border-radius: 10px;
    color: #607487;
    background: #edf5fa;
}

.wpkg-generic-hero {
    background: linear-gradient(120deg, #061d31, #0b4f78);
}

.wpkg-generic-hero .eyebrow,
.wpkg-generic-hero h1,
.wpkg-generic-hero .hero-subtitle {
    color: #ffffff;
}

.v5-nav-list {
    gap: 20px;
}

.v5-nav-list a {
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .wpkg-hero-grid,
    .wpkg-feature-grid {
        grid-template-columns: 1fr;
    }

    .wpkg-card-grid,
    .wpkg-equipment-grid,
    .wpkg-news-grid,
    .wpkg-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    .wpkg-hero {
        padding: 112px 0 58px;
    }

    .wpkg-hero h1 {
        font-size: 2.45rem;
    }

    .wpkg-hero-img,
    .wpkg-rounded-image {
        min-height: 260px;
    }

    .wpkg-card-grid,
    .wpkg-equipment-grid,
    .wpkg-news-grid,
    .wpkg-process-grid,
    .wpkg-mini-grid {
        grid-template-columns: 1fr;
    }

    .wpkg-card-image {
        height: 220px;
    }
}

/* Formal content polish 1.0.7 */
.v5-hero h1 {
    max-width: 980px !important;
    font-size: clamp(3.35rem, 4.35vw, 5.15rem) !important;
    line-height: 1.03 !important;
}

.v5-product-hero h1,
.wpkg-hero h1 {
    max-width: 820px !important;
    font-size: clamp(2.85rem, 4.1vw, 4.75rem) !important;
    line-height: 1.04 !important;
}

.page-hero h1,
.v5-page-hero h1,
.compact-hero h1 {
    font-size: clamp(2.15rem, 3.1vw, 3.55rem) !important;
    line-height: 1.08 !important;
}

.wpkg-news-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-project-card h2,
.v5-card h2 {
    font-size: clamp(1.08rem, 1.45vw, 1.34rem) !important;
    line-height: 1.28 !important;
}

.v5-project-card .media-placeholder {
    min-height: 220px !important;
    color: #567083 !important;
    background: linear-gradient(135deg, #edf5fa, #f8fbfd) !important;
}

.v5-project-card .media-placeholder span {
    max-width: 220px !important;
    text-align: center !important;
    font-size: 0.92rem !important;
    line-height: 1.45 !important;
}

@media (max-width: 780px) {
    .v5-hero h1,
    .v5-product-hero h1,
    .wpkg-hero h1 {
        font-size: clamp(2.15rem, 10vw, 3.05rem) !important;
        line-height: 1.05 !important;
    }

    .page-hero h1,
    .v5-page-hero h1,
    .compact-hero h1 {
        font-size: clamp(1.9rem, 8vw, 2.55rem) !important;
    }
}

/* V5 HOTFIX 1.0.3 FINAL: keep navigation fixed, clickable and scroll-aware. */
.v5-header {
    position: fixed !important;
    top: 16px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1320px, calc(100% - 40px)) !important;
    z-index: 9999 !important;
    color: #ffffff !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    transform: translate(-50%, 0) !important;
    transition: transform 0.28s ease, opacity 0.28s ease, background 0.28s ease, box-shadow 0.28s ease !important;
}

body.admin-bar .v5-header {
    top: 48px !important;
}

.v5-header-hidden {
    transform: translate(-50%, -140%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.v5-header-visible {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.v5-header .v5-header-inner,
.v5-header .header-inner,
.v5-header > .container {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    border: 1px solid rgba(80, 190, 255, 0.28) !important;
    border-radius: 18px !important;
    background: rgba(3, 18, 31, 0.95) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2) !important;
}

.v5-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

.v5-nav-list {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.v5-nav-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.v5-nav-list a {
    text-decoration: none !important;
    color: inherit !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.v5-nav-list a:hover {
    color: #55d7ff !important;
}

.v5-page-hero {
    padding-top: 150px !important;
}

.v5-project-card > div,
.v5-tech-page-card > div {
    padding: 28px !important;
}

.v5-card-meta {
    color: #0a6fa8 !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
}

@media (max-width: 768px) {
    .v5-header {
        top: 10px !important;
        width: calc(100% - 24px) !important;
    }

    body.admin-bar .v5-header {
        top: 56px !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner,
    .v5-header > .container {
        min-height: 56px !important;
        background: #ffffff !important;
        color: #0a1f33 !important;
    }

    .v5-nav {
        display: flex !important;
    }

    .v5-nav-list {
        display: none !important;
    }

    .primary-nav.is-open .v5-nav-list {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        padding: 16px !important;
        border: 1px solid #dbe8f2 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 18px 48px rgba(5, 28, 45, 0.18) !important;
    }

    .primary-nav.is-open .v5-nav-list a {
        display: block !important;
        width: 100% !important;
        padding: 12px 4px !important;
        color: #0a1f33 !important;
    }
}

/* V5 HOTFIX 1.0.3: hard fallback for live homepage and navigation rendering. */
html {
    scroll-behavior: smooth !important;
}

body.v5-page,
body.home,
.v5-page {
    margin: 0 !important;
    color: #0a1f33 !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    background: #ffffff !important;
}

.v5-page *,
.v5-header *,
.v5-footer * {
    box-sizing: border-box !important;
}

.v5-page a,
.v5-header a,
.v5-footer a {
    text-decoration: none !important;
}

.v5-header {
    position: fixed !important;
    z-index: 9999 !important;
    top: 16px !important;
    left: 50% !important;
    right: auto !important;
    width: min(1320px, calc(100% - 40px)) !important;
    padding: 0 !important;
    border: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    transform: translate(-50%, 0) !important;
    transition: transform 0.28s ease, opacity 0.28s ease, background 0.28s ease, box-shadow 0.28s ease !important;
}

body.admin-bar .v5-header {
    top: 48px !important;
}

.v5-header-hidden {
    transform: translate(-50%, -140%) !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.v5-header-visible {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.v5-header .v5-header-inner,
.v5-header .header-inner,
.v5-header > .container {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 auto !important;
    padding: 0 22px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 28px !important;
    border: 1px solid rgba(80, 190, 255, 0.28) !important;
    border-radius: 18px !important;
    background: rgba(3, 18, 31, 0.95) !important;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2) !important;
}

.v5-header .site-brand {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

.v5-header .brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border: 3px solid #37c9ff !important;
    border-radius: 50% !important;
    color: #37c9ff !important;
    background: transparent !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.v5-header .brand-text strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 1.15rem !important;
    line-height: 1 !important;
}

.v5-nav {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

.v5-nav ul,
.v5-nav .menu,
.v5-nav-list {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.v5-nav li {
    margin: 0 !important;
    padding: 0 !important;
}

.v5-nav a {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 40px !important;
    color: inherit !important;
    font-size: 0.84rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.v5-nav a:hover {
    color: #55d7ff !important;
}

.v5-header .header-cta {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 40px !important;
    padding: 0 24px !important;
    border-radius: 999px !important;
    color: #071f33 !important;
    background: #f7b934 !important;
    font-size: 0.86rem !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

.v5-hero {
    position: relative !important;
    overflow: hidden !important;
    min-height: 860px !important;
    padding: 116px 0 0 !important;
    color: #ffffff !important;
    background: linear-gradient(115deg, #061d31 0%, #073754 62%, #0a608d 100%) !important;
}

.v5-hero::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 72% 18%, rgba(55, 201, 255, 0.18), transparent 28%),
        repeating-linear-gradient(73deg, transparent 0 92px, rgba(95, 214, 255, 0.16) 93px 95px, transparent 96px 190px) !important;
}

.v5-hero-inner {
    position: relative !important;
    z-index: 2 !important;
    width: min(100% - 64px, 1440px) !important;
    min-height: 760px !important;
    margin: 0 auto !important;
    padding: 50px 0 92px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.88fr) minmax(620px, 1.12fr) !important;
    align-items: center !important;
    gap: 58px !important;
}

.v5-hero-copy {
    max-width: 720px !important;
}

.v5-hero-copy .v5-pill,
.v5-hero .v5-pill {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 31px !important;
    padding: 0 18px !important;
    margin: 0 0 24px !important;
    border-radius: 999px !important;
    color: #006eb8 !important;
    background: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.v5-hero h1 {
    max-width: 780px !important;
    margin: 0 0 28px !important;
    color: #ffffff !important;
    font-size: clamp(4.25rem, 5.6vw, 6.45rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    font-weight: 900 !important;
}

.v5-hero p,
.v5-hero-subtitle {
    max-width: 720px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
}

.v5-hero-media {
    position: relative !important;
    z-index: 2 !important;
}

.v5-hero-media img,
.v5-collage-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 24px !important;
    object-fit: cover !important;
    box-shadow: 0 26px 70px rgba(5, 28, 45, 0.22) !important;
}

.v5-checks {
    display: grid !important;
    gap: 14px !important;
    margin: 36px 0 0 !important;
}

.v5-checks span {
    position: relative !important;
    display: block !important;
    padding-left: 44px !important;
    color: #ffffff !important;
    font-weight: 900 !important;
}

.v5-checks span::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: -3px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #dff8ff !important;
}

.v5-checks span::after {
    content: "" !important;
    position: absolute !important;
    left: 10px !important;
    top: 6px !important;
    width: 9px !important;
    height: 14px !important;
    border-right: 3px solid #006eb8 !important;
    border-bottom: 3px solid #006eb8 !important;
    transform: rotate(45deg) !important;
}

.v5-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 58px !important;
    padding: 0 34px !important;
    border-radius: 8px !important;
    border: 0 !important;
    text-align: center !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
}

.v5-btn-primary,
.v5-btn-yellow {
    color: #061d31 !important;
    background: #f7b934 !important;
}

.v5-btn-outline,
.v5-btn-white {
    color: #006eb8 !important;
    background: #ffffff !important;
    border: 2px solid rgba(0, 110, 184, 0.18) !important;
}

.v5-actions {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 18px !important;
    margin-top: 34px !important;
}

.v5-trust-strip {
    position: relative !important;
    z-index: 3 !important;
    width: min(100% - 64px, 1440px) !important;
    margin: -48px auto 0 !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 24px 54px rgba(6, 29, 49, 0.18) !important;
}

.v5-trust-strip div {
    padding: 28px 48px !important;
    border-right: 1px solid #dbe8f2 !important;
}

.v5-section {
    position: relative !important;
    padding: 108px 0 !important;
    background: #ffffff !important;
}

.v5-section > .container,
.v5-standards > .container,
.v5-footer > .container,
.v5-inquiry > .container {
    width: min(100% - 64px, 1440px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.v5-section h2 {
    margin: 0 0 22px !important;
    color: #0a1f33 !important;
    font-size: clamp(2.4rem, 3.5vw, 4rem) !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
}

.v5-section p {
    color: #617183 !important;
    font-size: 1.08rem !important;
    line-height: 1.65 !important;
}

.v5-light {
    background: #edf6fd !important;
}

.v5-service-flow .v5-flow,
.v5-flow.v5-service-flow {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 0 !important;
    padding: 48px 42px !important;
    border: 1px solid #dbe8f2 !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 26px 70px rgba(5, 28, 45, 0.12) !important;
}

.v5-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 54px !important;
}

.v5-card {
    overflow: hidden !important;
    border: 1px solid #dbe8f2 !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 26px 70px rgba(5, 28, 45, 0.14) !important;
}

.v5-card img,
.v5-card-img,
.v5-proof-img {
    display: block !important;
    width: 100% !important;
    height: 245px !important;
    object-fit: cover !important;
}

.v5-card h3 {
    color: #0a1f33 !important;
    font-size: 1.35rem !important;
    line-height: 1.2 !important;
}

.v5-product-card > div {
    padding: 28px !important;
}

.v5-cutting-section {
    position: relative !important;
    overflow: hidden !important;
    color: #ffffff !important;
    background: linear-gradient(115deg, #061d31 0%, #063b60 70%, #0b638f 100%) !important;
}

.v5-cutting-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at 80% 35%, rgba(52, 214, 255, 0.16), transparent 28%),
        repeating-linear-gradient(73deg, transparent 0 98px, rgba(100, 220, 255, 0.16) 99px 101px, transparent 102px 200px) !important;
}

.v5-cutting-section .v5-cutting-grid {
    position: relative !important;
    z-index: 2 !important;
    width: min(100% - 64px, 1440px) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr) !important;
    gap: 70px !important;
    align-items: center !important;
}

.v5-cutting-section h2,
.v5-cutting-section p {
    color: #ffffff !important;
}

.v5-cutting-img {
    display: block !important;
    width: 100% !important;
    border: 3px solid #37c9ff !important;
    border-radius: 24px !important;
    box-shadow: 0 0 0 1px rgba(53, 200, 255, 0.3), 0 24px 70px rgba(53, 200, 255, 0.23) !important;
}

.v5-case-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 36px !important;
}

.v5-inquiry {
    background: #edf6fd !important;
}

.v5-inquiry-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(560px, 1.05fr) !important;
    gap: 70px !important;
    align-items: start !important;
}

.v5-inquiry .embedded-form-panel {
    padding: 44px !important;
    border-radius: 22px !important;
    background: #ffffff !important;
    box-shadow: 0 26px 70px rgba(5, 28, 45, 0.14) !important;
}

.v5-footer {
    color: rgba(255, 255, 255, 0.72) !important;
    background: #061d31 !important;
}

.v5-footer-grid {
    width: min(100% - 64px, 1440px) !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1fr 1.1fr !important;
    gap: 46px !important;
    padding: 76px 0 42px !important;
}

.v5-footer h2,
.v5-footer strong {
    color: #ffffff !important;
}

.v5-footer a,
.v5-footer p,
.v5-footer li {
    color: rgba(255, 255, 255, 0.72) !important;
}

@media (max-width: 1024px) {
    .v5-hero-inner,
    .v5-cutting-section .v5-cutting-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
    }

    .v5-product-grid,
    .v5-case-grid,
    .v5-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .v5-service-flow .v5-flow,
    .v5-flow.v5-service-flow {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 780px) {
    .v5-header {
        top: 10px !important;
        width: calc(100% - 24px) !important;
    }

    body.admin-bar .v5-header {
        top: 56px !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner,
    .v5-hero-inner,
    .v5-section > .container,
    .v5-standards > .container,
    .v5-footer > .container,
    .v5-inquiry > .container {
        width: min(100% - 36px, 1440px) !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner {
        min-height: 56px !important;
        background: #ffffff !important;
    }

    .v5-header .brand-text strong {
        color: #0a1f33 !important;
    }

    .v5-nav {
        display: flex !important;
    }

    .v5-nav-list,
    .v5-nav ul,
    .v5-nav .menu {
        display: none !important;
    }

    .primary-nav.is-open .v5-nav-list,
    .primary-nav.is-open ul,
    .primary-nav.is-open .menu {
        position: absolute !important;
        top: calc(100% + 10px) !important;
        left: 0 !important;
        right: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0 !important;
        padding: 16px !important;
        border: 1px solid #dbe8f2 !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 18px 48px rgba(5, 28, 45, 0.18) !important;
    }

    .primary-nav.is-open a {
        display: block !important;
        width: 100% !important;
        padding: 12px 4px !important;
        color: #0a1f33 !important;
    }

    .v5-hero {
        min-height: auto !important;
        padding-top: 92px !important;
    }

    .v5-hero-inner {
        min-height: auto !important;
        padding: 36px 0 0 !important;
        gap: 36px !important;
    }

    .v5-hero h1 {
        font-size: 2.55rem !important;
        line-height: 1.04 !important;
    }

    .v5-hero p,
    .v5-hero-subtitle {
        font-size: 1rem !important;
    }

    .v5-actions {
        flex-direction: column !important;
    }

    .v5-btn {
        width: 100% !important;
    }

    .v5-trust-strip {
        display: none !important;
    }

    .v5-section {
        padding: 66px 0 !important;
    }

    .v5-section h2 {
        font-size: 2rem !important;
    }

    .v5-product-grid,
    .v5-case-grid,
    .v5-footer-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
    }
}

/* V3 FINAL EOF OVERRIDE 1.1.0: final live visual tuning. */
.v3-home-hero {
    background-image:
        linear-gradient(90deg, rgba(4, 21, 35, 0.92) 0%, rgba(4, 28, 45, 0.76) 48%, rgba(4, 30, 48, 0.42) 100%),
        var(--v3-hero-bg) !important;
    background-size: cover !important;
    background-position: center !important;
}

.v3-home-hero .v5-hero-inner {
    min-height: min(760px, calc(100vh - 34px)) !important;
    align-items: center !important;
}

.v5-hero h1,
.v3-home-hero h1 {
    max-width: 760px !important;
    font-size: clamp(2.65rem, 4vw, 4.35rem) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.v5-section h2,
.wpkg-hero h1,
.page-hero h1,
.v5-page-hero h1,
.compact-hero h1,
.v5-product-hero h1 {
    font-size: clamp(2.05rem, 3.15vw, 3.45rem) !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
}

.v5-card h2,
.v5-card h3,
.wpkg-news-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-project-card h2,
.v5-tech-page-card h2 {
    font-size: clamp(1.08rem, 1.22vw, 1.36rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0 !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a,
.v5-product-card h3,
.v5-tech-page-card h2 {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
}

.wpkg-card-image,
.v5-card-img,
.v5-proof-img,
.hd-case-review-image {
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

.wpkg-news-card .wpkg-card-image {
    aspect-ratio: 16 / 9 !important;
}

.v5-product-card > div,
.wpkg-line-card > div,
.wpkg-equipment-card > div,
.v5-project-card > div,
.wpkg-news-card > div {
    padding: 24px !important;
}

.industrial-form-panel h2 {
    font-size: clamp(1.62rem, 2.05vw, 2.45rem) !important;
    line-height: 1.14 !important;
}

.industrial-inquiry-form {
    gap: 14px 16px !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 48px !important;
}

.industrial-inquiry-form .form-wide {
    grid-column: 1 / -1 !important;
}

@media (max-width: 900px) {
    .v3-home-hero .v5-hero-inner {
        min-height: auto !important;
    }

    .v5-hero h1,
    .v3-home-hero h1 {
        font-size: clamp(2rem, 9vw, 3.05rem) !important;
        line-height: 1.15 !important;
    }

    .v5-section h2,
    .wpkg-hero h1,
    .page-hero h1,
    .v5-page-hero h1,
    .compact-hero h1,
    .v5-product-hero h1 {
        font-size: clamp(1.78rem, 8vw, 2.65rem) !important;
    }
}

/* V3 VISUAL POLISH 1.1.2: tighter archive pages, readable hero tags, cleaner case cards. */
.wpkg-hero {
    min-height: auto !important;
    padding: 118px 0 70px !important;
}

.wpkg-hero .wpkg-hero-grid {
    min-height: auto !important;
    align-items: center !important;
}

.wpkg-hero .v5-pill,
.v5-section-dark .v5-pill {
    width: auto !important;
    min-width: 0 !important;
    max-width: max-content !important;
    padding: 8px 18px !important;
    color: #005e9c !important;
    background: #ffffff !important;
    border: 1px solid rgba(85, 215, 255, 0.42) !important;
    border-radius: 999px !important;
    font-size: 0.78rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.v5-section.v5-page-hero {
    padding-top: 118px !important;
    padding-bottom: 74px !important;
}

.v5-page-hero + .v5-section,
.v5-page-hero + .v5-light {
    padding-top: 72px !important;
}

.v5-page-hero .v5-section-head p {
    max-width: 900px !important;
}

.v5-project-card p:not(.v5-card-meta) {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    min-height: 4.9em !important;
    overflow: hidden !important;
}

.v5-project-card .v5-card-meta {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    min-height: 2.8em !important;
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
    font-weight: 700 !important;
    color: #50687c !important;
}

.v5-case-filters {
    gap: 12px !important;
    margin-bottom: 34px !important;
}

.v5-case-filter {
    min-height: 40px !important;
    padding: 0 18px !important;
    font-size: 0.92rem !important;
}

.wpkg-news-card p,
.wpkg-line-card p,
.wpkg-equipment-card p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
    overflow: hidden !important;
}

@media (max-width: 900px) {
    .wpkg-hero {
        padding: 96px 0 56px !important;
    }

    .v5-section.v5-page-hero {
        padding-top: 96px !important;
        padding-bottom: 54px !important;
    }
}

/* STRUCTURE UPDATE 1.1.4: product detail, equipment detail and SEM landing templates. */
.v6-product-hero {
    padding-top: 132px !important;
    padding-bottom: 78px !important;
}

.v6-product-hero .v5-product-hero-grid {
    align-items: center !important;
}

.v6-checks {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 22px 0 0 !important;
}

.v6-checks span {
    padding: 9px 14px !important;
    border-radius: 999px !important;
    color: #dff6ff !important;
    background: rgba(85, 215, 255, 0.12) !important;
    border: 1px solid rgba(85, 215, 255, 0.24) !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
}

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

.v6-detail-panel,
.v6-quote-card {
    padding: 28px !important;
    border: 1px solid #d9e7f1 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 45px rgba(5, 28, 45, 0.08) !important;
}

.v6-detail-panel h2,
.v6-quote-card h2 {
    margin: 0 0 16px !important;
    font-size: clamp(1.18rem, 1.45vw, 1.55rem) !important;
    line-height: 1.2 !important;
}

.v6-detail-panel ul,
.v6-quote-card ul {
    margin: 0 !important;
    padding-left: 18px !important;
    color: #496477 !important;
    line-height: 1.65 !important;
}

.v6-equipment-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.v6-equipment-grid div,
.v6-advantage-list div {
    padding: 18px 20px !important;
    border: 1px solid #d9e7f1 !important;
    border-radius: 12px !important;
    background: #f7fbfe !important;
    color: #244156 !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
}

.v6-process-section h2 {
    max-width: 760px !important;
    color: #ffffff !important;
}

.v6-process-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 34px !important;
}

.v6-process-grid div {
    min-height: 132px !important;
    padding: 20px !important;
    border: 1px solid rgba(85, 215, 255, 0.24) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.v6-process-grid span {
    display: block !important;
    margin-bottom: 22px !important;
    color: #55d7ff !important;
    font-weight: 900 !important;
}

.v6-process-grid strong {
    display: block !important;
    color: #ffffff !important;
    line-height: 1.32 !important;
}

.v6-advantage-list {
    display: grid !important;
    gap: 14px !important;
}

.v6-quote-card {
    position: sticky !important;
    top: 110px !important;
}

.v6-content-body {
    max-width: 980px !important;
}

.v6-product-inquiry .v5-inquiry-grid {
    align-items: start !important;
}

.v6-equipment-detail-hero {
    padding-top: 126px !important;
    padding-bottom: 76px !important;
    background: #f8fbfd !important;
}

.v6-equipment-detail-body .v6-content-shell {
    max-width: 1100px !important;
}

.v6-equipment-detail-body .v3-detail-section {
    margin: 0 0 22px !important;
    padding: 28px !important;
    border: 1px solid #d9e7f1 !important;
    border-radius: 14px !important;
    background: #ffffff !important;
}

.v6-equipment-detail-body .v3-detail-section h2 {
    margin-top: 0 !important;
    font-size: clamp(1.35rem, 1.8vw, 2rem) !important;
}

.single-hd_landing .v5-nav-list {
    display: none !important;
}

.single-hd_landing .v5-header .v5-header-inner,
.single-hd_landing .v5-header .header-inner,
.single-hd_landing .v5-header > .container {
    max-width: 980px !important;
}

.v6-landing-page .v5-landing-hero {
    min-height: auto !important;
    padding-top: 126px !important;
    padding-bottom: 82px !important;
}

.v6-landing-proof .v5-proof-card {
    overflow: hidden !important;
}

@media (max-width: 1100px) {
    .v6-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .v6-process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .v6-equipment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 760px) {
    .v6-product-hero,
    .v6-equipment-detail-hero,
    .v6-landing-page .v5-landing-hero {
        padding-top: 96px !important;
        padding-bottom: 54px !important;
    }

    .v6-detail-grid,
    .v6-process-grid,
    .v6-equipment-grid {
        grid-template-columns: 1fr !important;
    }

    .v6-quote-card {
        position: static !important;
    }
}

/* STRUCTURE UPDATE 1.1.5: page hierarchy, case details, article details and compact forms. */
.v5-home-hero {
    min-height: 760px !important;
}

.v5-home-hero h1 {
    max-width: 820px !important;
    font-size: clamp(3.4rem, 5.8vw, 6.4rem) !important;
    line-height: 0.95 !important;
    letter-spacing: 0 !important;
}

.v5-home-hero .v5-hero-subtitle {
    max-width: 760px !important;
    font-size: clamp(1.05rem, 1.25vw, 1.28rem) !important;
    line-height: 1.65 !important;
}

.v5-home-hero .v5-hero-media {
    align-self: center !important;
}

.v5-home-hero .v5-collage-img {
    min-height: 360px !important;
    max-height: 520px !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 18px !important;
    border: 1px solid rgba(85, 215, 255, 0.35) !important;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32) !important;
}

.wpkg-hero h1,
.page-hero h1,
.v5-page-hero h1,
.compact-hero h1,
.v5-product-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-solution-hero h1 {
    font-size: clamp(2.7rem, 4.6vw, 5.3rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
    max-width: 900px !important;
}

.v5-section-head h2,
.v5-two-col h2,
.v6-case-main h2,
.v6-article-body h2,
.v6-faq-panel h2 {
    font-size: clamp(2rem, 3.1vw, 3.5rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.v5-project-card h2,
.wpkg-news-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-tech-page-card h2 {
    font-size: clamp(1.24rem, 1.55vw, 1.75rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
}

.wpkg-news-card,
.wpkg-line-card,
.wpkg-equipment-card,
.v5-project-card {
    overflow: hidden !important;
}

.wpkg-news-card .wpkg-card-image,
.wpkg-line-card .wpkg-card-image,
.wpkg-equipment-card .wpkg-card-image,
.v5-project-card .v5-card-img,
.v5-proof-img {
    height: 230px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.v6-solution-intro,
.v6-two-column,
.v6-case-layout,
.v6-article-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.8fr) !important;
    gap: 34px !important;
    align-items: start !important;
}

.v6-solution-hero,
.v6-project-hero {
    padding-top: 126px !important;
    padding-bottom: 76px !important;
}

.v6-case-main,
.v6-article-body,
.v6-faq-panel {
    padding: 34px !important;
    border: 1px solid #d9e7f1 !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 46px rgba(5, 28, 45, 0.07) !important;
}

.v6-case-main > h2 {
    margin-top: 12px !important;
    font-size: clamp(1.8rem, 2.6vw, 3rem) !important;
}

.v6-case-main .v6-detail-panel {
    margin-top: 24px !important;
    box-shadow: none !important;
}

.v6-project-meta,
.v6-article-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    margin: 24px 0 !important;
}

.v6-project-meta span,
.v6-article-meta span {
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    min-width: 138px !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(85, 215, 255, 0.22) !important;
    color: #eaf8ff !important;
    font-weight: 800 !important;
}

.v6-project-meta strong {
    color: #55d7ff !important;
    font-size: 0.72rem !important;
    text-transform: uppercase !important;
}

.v6-article-meta span {
    background: #eaf4fb !important;
    border-color: #cfe2ee !important;
    color: #0a2238 !important;
}

.v6-detail-panel ol,
.v6-detail-panel ul,
.v6-case-main ol,
.v6-case-main ul,
.v6-article-body ol,
.v6-article-body ul {
    color: #496477 !important;
    line-height: 1.7 !important;
}

.v6-article-hero {
    padding-top: 126px !important;
    padding-bottom: 74px !important;
}

.v6-article-hero-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr) !important;
    gap: 44px !important;
    align-items: center !important;
}

.v6-article-body {
    font-size: 1.05rem !important;
    line-height: 1.78 !important;
}

.v6-article-body p {
    margin-bottom: 1.15em !important;
}

.v6-quote-card + .v6-quote-card {
    margin-top: 18px !important;
}

.industrial-form-panel,
.embedded-form-panel {
    padding: 28px !important;
    border-radius: 16px !important;
}

.embedded-form-panel h2,
.industrial-form-panel h2 {
    font-size: clamp(1.5rem, 2.3vw, 2.4rem) !important;
    line-height: 1.06 !important;
}

.industrial-inquiry-form {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px 16px !important;
}

.industrial-inquiry-form label,
.industrial-inquiry-form .form-wide,
.industrial-inquiry-form button,
.industrial-inquiry-form .form-message {
    min-width: 0 !important;
}

.industrial-inquiry-form .form-wide,
.industrial-inquiry-form button,
.industrial-inquiry-form .form-message {
    grid-column: 1 / -1 !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 44px !important;
    padding: 11px 13px !important;
}

.industrial-inquiry-form textarea {
    min-height: 98px !important;
}

.v5-inquiry-grid {
    align-items: start !important;
}

.v5-inquiry h2,
.v6-product-inquiry h2 {
    font-size: clamp(2.1rem, 3.7vw, 4rem) !important;
    line-height: 1.02 !important;
}

@media (max-width: 1180px) {
    .v5-home-hero h1 {
        font-size: clamp(3rem, 6.6vw, 5.7rem) !important;
    }

    .v6-solution-intro,
    .v6-two-column,
    .v6-case-layout,
    .v6-article-layout,
    .v6-article-hero-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 760px) {
    .v5-home-hero {
        min-height: auto !important;
    }

    .v5-home-hero h1,
    .wpkg-hero h1,
    .page-hero h1,
    .v5-page-hero h1,
    .compact-hero h1,
    .v5-product-hero h1,
    .v6-article-hero h1,
    .v6-project-hero h1,
    .v6-solution-hero h1 {
        font-size: clamp(2.3rem, 13vw, 4rem) !important;
        line-height: 1 !important;
    }

    .v5-section-head h2,
    .v5-two-col h2,
    .v6-case-main h2,
    .v6-article-body h2,
    .v6-faq-panel h2,
    .v5-inquiry h2,
    .v6-product-inquiry h2 {
        font-size: clamp(1.75rem, 9.5vw, 2.8rem) !important;
    }

    .v6-case-main,
    .v6-article-body,
    .v6-faq-panel,
    .v6-detail-panel,
    .v6-quote-card {
        padding: 22px !important;
    }

    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }

    .wpkg-news-card .wpkg-card-image,
    .wpkg-line-card .wpkg-card-image,
    .wpkg-equipment-card .wpkg-card-image,
    .v5-project-card .v5-card-img,
    .v5-proof-img {
        height: 210px !important;
    }
}

/* MOBILE OVERFLOW HOTFIX 1.1.6: prevent narrow screens from clipping hero/header content. */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.v5-page,
.site-main,
.v5-section,
.v5-hero,
.wpkg-hero,
.v5-product-hero {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

img,
picture,
video {
    max-width: 100% !important;
}

@media (max-width: 780px) {
    .container,
    .v5-header > .container,
    .v5-header .container {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        min-width: 0 !important;
    }

    .v5-header {
        top: 10px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: translateY(0) !important;
    }

    body.admin-bar .v5-header {
        top: 56px !important;
    }

    .v5-header-hidden {
        transform: translateY(-140%) !important;
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .v5-header-visible {
        transform: translateY(0) !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .v5-header .v5-header-inner,
    .v5-header .header-inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        min-height: 56px !important;
        padding: 0 12px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        border-radius: 14px !important;
    }

    .v5-header .site-brand {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        gap: 8px !important;
    }

    .v5-header .brand-mark {
        width: 34px !important;
        height: 34px !important;
        flex: 0 0 34px !important;
    }

    .v5-header .brand-text {
        min-width: 0 !important;
    }

    .v5-header .brand-text strong {
        display: block !important;
        max-width: 104px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
    }

    .v5-header .header-cta {
        flex: 0 0 auto !important;
        min-width: 112px !important;
        min-height: 38px !important;
        padding: 0 14px !important;
        font-size: 0.82rem !important;
        white-space: nowrap !important;
    }

    .v5-nav,
    .primary-nav,
    .v5-nav-list {
        display: none !important;
    }

    .v5-home-hero,
    .v5-hero {
        min-height: auto !important;
        padding-top: 96px !important;
        padding-bottom: 44px !important;
    }

    .v5-hero-inner,
    .v5-hero-grid,
    .v3-home-hero .v5-hero-inner {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 26px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .v5-hero-copy,
    .v5-hero-media {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .v5-home-hero h1,
    .v5-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2.25rem, 10.6vw, 3.35rem) !important;
        line-height: 1.03 !important;
        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .v5-home-hero .v5-hero-subtitle,
    .v5-hero-subtitle,
    .v5-hero-copy p {
        max-width: 100% !important;
        font-size: 0.98rem !important;
        line-height: 1.62 !important;
    }

    .v5-checks {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        max-width: 100% !important;
    }

    .v5-checks span {
        min-width: 0 !important;
        max-width: 100% !important;
        overflow-wrap: anywhere !important;
        font-size: 0.96rem !important;
    }

    .v5-actions {
        width: 100% !important;
        max-width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .v5-btn {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        white-space: normal !important;
    }

    .v5-home-hero .v5-collage-img,
    .v5-collage-img,
    .v5-product-hero-img,
    .v5-rounded-media,
    .v5-cutting-img {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
        aspect-ratio: 4 / 3 !important;
        object-fit: cover !important;
        border-radius: 14px !important;
    }

    .v5-trust-strip {
        display: none !important;
    }

    .v5-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .v5-flow {
        max-width: 100% !important;
        overflow: hidden !important;
    }
}

/* VISUAL / CONTENT POLISH 1.1.7: industrial imagery, restrained typography, compact conversion sections. */
.v3-home-hero {
    min-height: 820px !important;
    background-color: #071c2e !important;
}

.v3-home-hero .v5-hero-bg {
    background-position: center center !important;
    filter: saturate(0.95) contrast(1.04) brightness(0.72) !important;
}

.v3-home-hero::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, rgba(4, 22, 36, 0.88) 0%, rgba(4, 22, 36, 0.62) 42%, rgba(4, 22, 36, 0.24) 100%),
        linear-gradient(180deg, rgba(4, 22, 36, 0.55) 0%, rgba(4, 22, 36, 0.08) 46%, rgba(4, 22, 36, 0.85) 100%) !important;
    z-index: 0 !important;
}

.v3-home-hero .v5-hero-inner,
.v3-home-hero .v5-trust-strip {
    position: relative !important;
    z-index: 2 !important;
}

.v3-home-hero .v5-hero-inner {
    align-items: center !important;
    padding-top: 110px !important;
    padding-bottom: 54px !important;
}

.v3-home-hero .v5-hero-copy {
    max-width: 720px !important;
}

.v3-home-hero .v5-hero h1,
.v3-home-hero h1,
.v5-home-hero h1 {
    max-width: 720px !important;
    font-size: clamp(3.05rem, 4.2vw, 4.85rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v3-home-hero .v5-hero-subtitle {
    max-width: 650px !important;
    font-size: clamp(1.02rem, 1.15vw, 1.22rem) !important;
    line-height: 1.62 !important;
}

.v3-home-hero .v5-hero-media {
    align-self: center !important;
}

.v3-home-hero .v5-collage-img {
    min-height: 420px !important;
    max-height: 520px !important;
    object-fit: cover !important;
    border: 1px solid rgba(85, 215, 255, 0.42) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.4) !important;
}

.v5-section-head h1,
.v5-section-head h2,
.wpkg-hero h1,
.v5-page-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-product-hero h1 {
    letter-spacing: 0 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

.wpkg-hero h1,
.v5-page-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-product-hero h1 {
    font-size: clamp(2.45rem, 3.4vw, 3.85rem) !important;
    line-height: 1.02 !important;
}

.v5-section-head h2,
.v5-two-col h2,
.v5-inquiry h2,
.wpkg-feature-grid h2,
.wpkg-cutting-focus h2,
.v7-line-detail h2,
.v7-equipment-detail h2 {
    font-size: clamp(2rem, 2.7vw, 3.2rem) !important;
    line-height: 1.08 !important;
}

.v5-product-card h3,
.v5-proof-card h3,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v5-project-card h2,
.wpkg-news-card h2,
.v7-detail-grid h3,
.v7-module-card h3 {
    font-size: clamp(1.08rem, 1.15vw, 1.34rem) !important;
    line-height: 1.22 !important;
    letter-spacing: 0 !important;
    overflow-wrap: break-word !important;
}

.v5-project-card h2,
.wpkg-news-card h2 {
    font-size: clamp(1.05rem, 1vw, 1.22rem) !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a,
.wpkg-line-card h2 a,
.wpkg-equipment-card h2 a {
    color: inherit !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.v5-project-card,
.wpkg-news-card,
.wpkg-line-card,
.wpkg-equipment-card {
    border-radius: 14px !important;
    box-shadow: 0 18px 46px rgba(9, 32, 52, 0.08) !important;
}

.v5-project-card .v5-card-img,
.wpkg-news-card .wpkg-card-image,
.wpkg-line-card .wpkg-card-image,
.wpkg-equipment-card .wpkg-card-image {
    height: 230px !important;
    object-fit: cover !important;
    object-position: center !important;
}

.v5-project-card > div,
.wpkg-news-card > div,
.wpkg-line-card > div,
.wpkg-equipment-card > div {
    padding: 24px !important;
    gap: 12px !important;
}

.v5-project-card p,
.wpkg-news-card p,
.wpkg-line-card p,
.wpkg-equipment-card p {
    font-size: 0.98rem !important;
    line-height: 1.65 !important;
}

.v5-proof-grid {
    align-items: stretch !important;
}

.v5-proof-card {
    display: grid !important;
    grid-template-rows: 230px auto auto 1fr !important;
}

.v5-proof-card .v5-proof-img {
    height: 230px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.v5-proof-card h3 {
    font-size: 1.28rem !important;
}

.v5-inquiry {
    padding-top: 74px !important;
    padding-bottom: 78px !important;
}

.v5-inquiry-grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(440px, 1fr) !important;
    gap: 46px !important;
    align-items: start !important;
}

.v5-inquiry-grid > div:first-child {
    position: sticky !important;
    top: 112px !important;
}

.v5-inquiry h2 {
    font-size: clamp(2.1rem, 3vw, 3.35rem) !important;
}

.embedded-form-panel,
.industrial-form-panel {
    padding: 34px !important;
    border-radius: 18px !important;
}

.embedded-form-panel h2,
.industrial-form-panel h2 {
    font-size: clamp(1.8rem, 2.5vw, 2.7rem) !important;
    line-height: 1.05 !important;
}

.industrial-inquiry-form {
    gap: 14px 16px !important;
}

.industrial-inquiry-form label {
    font-size: 0.9rem !important;
    gap: 8px !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select,
.industrial-inquiry-form textarea {
    min-height: 48px !important;
    padding: 11px 14px !important;
    font-size: 0.96rem !important;
}

.industrial-inquiry-form textarea {
    min-height: 86px !important;
}

.v7-line-detail,
.v7-equipment-detail {
    background: #ffffff !important;
}

.v7-detail-grid,
.v7-module-grid {
    display: grid !important;
    gap: 24px !important;
}

.v7-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.v7-module-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.v7-detail-grid article,
.v7-module-card {
    background: #f7fbff !important;
    border: 1px solid rgba(12, 70, 104, 0.12) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 42px rgba(9, 32, 52, 0.08) !important;
}

.v7-detail-img,
.v7-module-img {
    width: 100% !important;
    height: 245px !important;
    display: block !important;
    object-fit: cover !important;
    object-position: center !important;
}

.v7-detail-grid article > div,
.v7-module-card > div {
    padding: 24px !important;
}

.v7-detail-grid span {
    display: inline-flex !important;
    margin-bottom: 12px !important;
    color: #0068b7 !important;
    font-size: 0.76rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
}

.v7-detail-grid p,
.v7-module-card p {
    margin: 0 !important;
    color: #4c6478 !important;
    line-height: 1.65 !important;
}

.v7-module-card {
    display: grid !important;
    grid-template-rows: 210px 1fr !important;
}

.v7-module-img {
    height: 210px !important;
    background: #e7f2f9 !important;
}

.wpkg-feature-grid {
    align-items: center !important;
}

.wpkg-mini-grid a {
    min-height: 64px !important;
}

@media (max-width: 1100px) {
    .v5-inquiry-grid,
    .v7-detail-grid,
    .v7-module-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    .v5-inquiry-grid > div:first-child {
        position: static !important;
    }
}

@media (max-width: 780px) {
    .v3-home-hero {
        min-height: auto !important;
    }

    .v3-home-hero .v5-hero-inner {
        padding-top: 92px !important;
        padding-bottom: 32px !important;
    }

    .v3-home-hero h1,
    .v5-home-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v6-article-hero h1,
    .v6-project-hero h1,
    .v6-product-hero h1 {
        font-size: clamp(2.05rem, 9.2vw, 3rem) !important;
        line-height: 1.04 !important;
    }

    .v5-section-head h2,
    .v5-two-col h2,
    .v5-inquiry h2,
    .wpkg-feature-grid h2,
    .wpkg-cutting-focus h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2 {
        font-size: clamp(1.72rem, 7.4vw, 2.45rem) !important;
        line-height: 1.12 !important;
    }

    .v5-project-card h2,
    .wpkg-news-card h2,
    .wpkg-line-card h2,
    .wpkg-equipment-card h2,
    .v7-detail-grid h3,
    .v7-module-card h3 {
        font-size: 1.12rem !important;
        line-height: 1.25 !important;
    }

    .v5-project-card .v5-card-img,
    .wpkg-news-card .wpkg-card-image,
    .wpkg-line-card .wpkg-card-image,
    .wpkg-equipment-card .wpkg-card-image,
    .v5-proof-card .v5-proof-img,
    .v7-detail-img,
    .v7-module-img {
        height: 205px !important;
    }

    .v5-proof-card {
        grid-template-rows: 205px auto auto 1fr !important;
    }

    .v5-inquiry {
        padding-top: 46px !important;
        padding-bottom: 48px !important;
    }

    .v5-inquiry-grid,
    .v7-detail-grid,
    .v7-module-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .embedded-form-panel,
    .industrial-form-panel,
    .v5-project-card > div,
    .wpkg-news-card > div,
    .wpkg-line-card > div,
    .wpkg-equipment-card > div,
    .v7-detail-grid article > div,
    .v7-module-card > div {
        padding: 20px !important;
    }

    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }
}

/* FINAL VISUAL QA TIGHTENING 1.1.8: keep this block at the end so it wins. */
.v5-page-hero,
.wpkg-hero,
.v5-contact-hero {
    overflow: hidden !important;
}

.v5-page-hero .v5-section-head,
.wpkg-hero .container,
.v5-contact-hero .container {
    padding-top: clamp(88px, 9vw, 138px) !important;
}

.v5-page-hero h1,
.wpkg-hero h1,
.v5-contact-hero h1 {
    max-width: 920px !important;
    font-size: clamp(2.35rem, 4.1vw, 4.15rem) !important;
    line-height: 1.03 !important;
    letter-spacing: 0 !important;
}

.v5-page-hero p,
.wpkg-hero p,
.v5-contact-hero p {
    max-width: 760px !important;
}

.v5-case-grid,
.wpkg-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 26px !important;
    align-items: stretch !important;
}

.v5-project-card,
.wpkg-news-card {
    min-width: 0 !important;
    height: 100% !important;
    display: grid !important;
    grid-template-rows: 220px 1fr !important;
    overflow: hidden !important;
    background: #ffffff !important;
}

.v5-project-card .v5-card-img,
.v5-project-card .hd-case-review-image,
.wpkg-news-card .wpkg-card-image {
    width: 100% !important;
    height: 220px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v5-project-card .media-placeholder,
.wpkg-news-card .media-placeholder {
    height: 220px !important;
    min-height: 220px !important;
}

.v5-project-card > div,
.wpkg-news-card > div {
    min-width: 0 !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 22px !important;
}

.v5-project-card span,
.wpkg-news-card span,
.v5-card-meta {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0.08em !important;
}

.v5-project-card h2,
.wpkg-news-card h2,
.v5-case-grid .v5-card h2,
.wpkg-news-grid article h2 {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(1.02rem, 1.05vw, 1.24rem) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

.v5-project-card h2 a,
.wpkg-news-card h2 a {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.v5-project-card p,
.wpkg-news-card p {
    margin: 0 !important;
    color: #4f6678 !important;
    font-size: 0.94rem !important;
    line-height: 1.58 !important;
}

.v5-project-card p:not(.v5-card-meta),
.wpkg-news-card p {
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.v5-project-card .text-link,
.wpkg-news-card .text-link {
    margin-top: auto !important;
    font-size: 0.9rem !important;
}

.v5-contact-grid {
    gap: clamp(34px, 5vw, 70px) !important;
    align-items: center !important;
}

.v5-contact-panel,
.v5-sales-card,
.embedded-form-panel,
.industrial-form-panel {
    border-radius: 16px !important;
}

.v5-contact-panel h2,
.v5-sales-card h2,
.embedded-form-panel h2,
.industrial-form-panel h2 {
    font-size: clamp(1.45rem, 2.2vw, 2.35rem) !important;
    line-height: 1.12 !important;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(280px, 0.72fr) minmax(460px, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

.v5-sales-card {
    position: sticky !important;
    top: 112px !important;
}

.industrial-inquiry-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 14px !important;
}

.industrial-inquiry-form textarea {
    min-height: 78px !important;
}

.industrial-inquiry-form .form-wide,
.industrial-inquiry-form button,
.industrial-inquiry-form .form-message {
    grid-column: 1 / -1 !important;
}

@media (max-width: 1120px) {
    .v5-case-grid,
    .wpkg-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .v5-contact-form-grid {
        grid-template-columns: 1fr !important;
    }

    .v5-sales-card {
        position: static !important;
    }
}

@media (max-width: 780px) {
    .v5-page-hero .v5-section-head,
    .wpkg-hero .container,
    .v5-contact-hero .container {
        padding-top: 88px !important;
    }

    .v5-page-hero h1,
    .wpkg-hero h1,
    .v5-contact-hero h1 {
        font-size: clamp(2rem, 8.4vw, 2.85rem) !important;
        line-height: 1.06 !important;
    }

    .v5-case-grid,
    .wpkg-news-grid,
    .v5-contact-form-grid,
    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }

    .v5-project-card,
    .wpkg-news-card {
        grid-template-rows: 190px 1fr !important;
    }

    .v5-project-card .v5-card-img,
    .v5-project-card .hd-case-review-image,
    .wpkg-news-card .wpkg-card-image,
    .v5-project-card .media-placeholder,
    .wpkg-news-card .media-placeholder {
        height: 190px !important;
        min-height: 190px !important;
    }

    .v5-project-card > div,
    .wpkg-news-card > div {
        padding: 18px !important;
    }

    .v5-project-card h2,
    .wpkg-news-card h2 {
        font-size: 1.04rem !important;
        line-height: 1.26 !important;
    }

    .v5-project-card h2 a,
    .wpkg-news-card h2 a {
        -webkit-line-clamp: 3 !important;
    }

    .v5-project-card p,
    .wpkg-news-card p {
        font-size: 0.92rem !important;
    }
}

/* V4 IMAGE/SEO POLISH 1.1.9: final end-of-file overrides. */
.v3-home-hero {
    background: #06253a !important;
}

.v3-home-hero h1 {
    font-size: clamp(3rem, 5.2vw, 5.8rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v3-home-hero .v5-hero-subtitle {
    font-size: clamp(1.02rem, 1.25vw, 1.28rem) !important;
    line-height: 1.65 !important;
}

.v3-home-hero .v5-collage-img,
.wpkg-hero-img,
.wpkg-card-image,
.v7-detail-img,
.v7-module-img,
.v5-proof-img,
.v5-rounded-media,
.v5-contact-image {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.wpkg-card-image,
.v5-proof-img {
    height: 230px !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2,
.v5-standards-inner h2 {
    font-size: clamp(2rem, 3.2vw, 3.65rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}

.wpkg-line-card h2,
.wpkg-equipment-card h2,
.v7-detail-grid h3,
.v7-module-card h3,
.v5-project-card h2,
.wpkg-news-card h2 {
    font-size: clamp(1.08rem, 1.2vw, 1.45rem) !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

.wpkg-line-card,
.wpkg-equipment-card,
.v5-project-card,
.wpkg-news-card {
    min-width: 0 !important;
    overflow: hidden !important;
}

@media (max-width: 860px) {
    .v3-home-hero h1 {
        font-size: clamp(2.35rem, 10vw, 3.4rem) !important;
        line-height: 1.02 !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2,
    .v5-standards-inner h2 {
        font-size: clamp(1.85rem, 8vw, 2.6rem) !important;
    }

    .wpkg-card-image,
    .v5-proof-img {
        height: 190px !important;
    }
}

/* V5 VISUAL FIX 1.2.1: true last-line enforcement. */
html,
body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

.container,
.v5-hero-inner,
.v5-product-hero-grid,
.wpkg-hero-grid,
.v5-contact-grid,
.v5-contact-form-grid {
    min-width: 0 !important;
}

.v5-home-hero {
    min-height: clamp(720px, 86vh, 900px) !important;
    background-color: #052337 !important;
}

.v5-home-hero .v5-hero-bg {
    opacity: 0.72 !important;
    background-position: center !important;
}

.v5-home-hero h1 {
    max-width: 12.8ch !important;
    font-size: clamp(3.25rem, 5.4vw, 5.65rem) !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
}

.v5-home-hero .v5-collage-img {
    aspect-ratio: 1.22 / 0.82 !important;
    height: auto !important;
    min-height: 0 !important;
    border-radius: 18px !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34) !important;
}

.v5-btn,
.header-cta {
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.15 !important;
}

.wpkg-hero h1,
.v5-page-hero h1,
.v5-product-hero h1,
.v5-contact-hero h1,
.v6-article-hero h1,
.v6-project-hero h1,
.v6-solution-hero h1 {
    max-width: 13.5ch !important;
    font-size: clamp(2.7rem, 4.5vw, 4.9rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
    word-break: normal !important;
}

.v5-section-head h2,
.wpkg-feature-grid h2,
.v7-line-detail h2,
.v7-equipment-detail h2,
.wpkg-cutting-focus h2,
.v5-standards-inner h2 {
    max-width: 16ch !important;
    font-size: clamp(2rem, 3vw, 3.35rem) !important;
    line-height: 1.08 !important;
}

.v121-solution-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
}

.v121-solution-card,
.wpkg-line-card,
.wpkg-equipment-card,
.v7-module-card,
.wpkg-news-card,
.v5-project-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.v121-solution-img {
    width: 100% !important;
    height: 220px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
}

.v121-solution-card > div {
    display: flex !important;
    min-height: 240px !important;
    flex-direction: column !important;
    gap: 14px !important;
    padding: 24px !important;
}

.v121-solution-card h2,
.wpkg-line-card h2,
.wpkg-equipment-card h2,
.wpkg-news-card h2,
.v5-project-card h2 {
    margin: 0 !important;
    font-size: clamp(1.04rem, 1.1vw, 1.32rem) !important;
    line-height: 1.24 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}

.hd-case-neutral-visual {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    padding: 22px !important;
    min-height: 220px !important;
    color: #fff !important;
    background:
        linear-gradient(135deg, rgba(5, 36, 58, 0.96), rgba(7, 80, 118, 0.88)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 26px) !important;
}

.hd-case-neutral-visual span {
    color: #55d7ff !important;
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
}

.hd-case-neutral-visual strong {
    color: #fff !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}

.hd-case-neutral-visual small {
    color: rgba(255, 255, 255, 0.74) !important;
    font-size: 0.86rem !important;
    line-height: 1.4 !important;
}

.v6-project-hero .hd-case-neutral-visual {
    min-height: 420px !important;
    border-radius: 18px !important;
}

.v6-product-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(37, 177, 225, 0.22), transparent 34%),
        linear-gradient(135deg, #061c2d, #073650) !important;
    color: #fff !important;
}

.v6-product-hero h1,
.v6-product-hero p,
.v6-product-hero .v5-product-intro {
    color: #fff !important;
}

.v6-content-body h2 {
    font-size: clamp(1.45rem, 2vw, 2.35rem) !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
}

.v5-contact-form-grid {
    grid-template-columns: minmax(280px, 0.66fr) minmax(420px, 1fr) !important;
}

.embedded-form-panel {
    padding: clamp(22px, 3vw, 34px) !important;
}

.embedded-form-panel h2,
.industrial-form-panel h2 {
    max-width: 11ch !important;
}

.industrial-inquiry-form input,
.industrial-inquiry-form select {
    min-height: 48px !important;
}

.industrial-inquiry-form textarea {
    min-height: 72px !important;
}

@media (max-width: 1180px) {
    .v121-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    .site-header.v5-header {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        transform: none !important;
    }

    .v5-header-hidden {
        transform: translateY(-140%) !important;
    }

    .v5-header-visible {
        transform: translateY(0) !important;
    }

    .header-inner,
    .v5-header-inner {
        min-width: 0 !important;
        gap: 10px !important;
    }

    .header-cta {
        flex: 0 0 auto !important;
        min-width: 44px !important;
        max-width: 128px !important;
        padding-inline: 14px !important;
        font-size: 0.82rem !important;
    }

    .v5-home-hero,
    .wpkg-hero,
    .v5-page-hero,
    .v5-contact-hero,
    .v5-product-hero {
        overflow: hidden !important;
    }

    .v5-home-hero .v5-hero-inner,
    .wpkg-hero-grid,
    .v5-product-hero-grid,
    .v5-contact-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        width: 100% !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1,
    .v6-article-hero h1,
    .v6-project-hero h1,
    .v6-solution-hero h1 {
        max-width: 100% !important;
        font-size: clamp(2.15rem, 10.4vw, 3.15rem) !important;
        line-height: 1.06 !important;
        word-break: normal !important;
        hyphens: none !important;
    }

    .v5-section-head h2,
    .wpkg-feature-grid h2,
    .v7-line-detail h2,
    .v7-equipment-detail h2,
    .wpkg-cutting-focus h2,
    .v5-standards-inner h2 {
        max-width: 100% !important;
        font-size: clamp(1.72rem, 7vw, 2.35rem) !important;
    }

    .v5-actions {
        width: 100% !important;
    }

    .v5-actions .v5-btn {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
    }

    .v121-solution-grid,
    .wpkg-card-grid,
    .wpkg-equipment-grid,
    .v7-module-grid,
    .v7-detail-grid,
    .v5-case-grid,
    .wpkg-news-grid,
    .v5-contact-form-grid,
    .v5-inquiry-grid {
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }

    .v121-solution-card > div {
        min-height: 0 !important;
    }

    .v121-solution-img,
    .wpkg-card-image,
    .v5-proof-img,
    .v5-project-card .v5-card-img,
    .wpkg-news-card .wpkg-card-image {
        height: 190px !important;
    }

    .v5-contact-image {
        max-height: 230px !important;
    }

    .embedded-form-panel h2,
    .industrial-form-panel h2 {
        max-width: 100% !important;
    }

    .industrial-inquiry-form {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 460px) {
    .container {
        width: min(100% - 28px, 1320px) !important;
    }

    .v5-home-hero h1,
    .v5-hero h1,
    .wpkg-hero h1,
    .v5-page-hero h1,
    .v5-product-hero h1,
    .v5-contact-hero h1 {
        font-size: clamp(2rem, 10vw, 2.7rem) !important;
    }

    .brand-text strong {
        font-size: 1rem !important;
    }

    .header-cta {
        max-width: 104px !important;
        padding-inline: 12px !important;
    }
}
