
/* HEADER */

/* SEARCH ICON */

/* ENQUIRE BUTTON */

/* HERO */

.hero {
    min-height: calc(100vh - 94px);
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #09251f;
}

/* HERO BACKGROUND */

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2,30,26,.98) 0%,
            rgba(2,30,26,.93) 27%,
            rgba(2,30,26,.50) 45%,
            rgba(2,30,26,.06) 67%,
            rgba(2,30,26,.02) 100%
        ),
        url("../images/mh.jpg") center center / cover no-repeat;
    transform: scale(1.02);
}

/* HERO CONTENT */

.hero-content {
    position: relative;
    z-index: 2;
    width: min(610px,45vw);
    margin-left: 4.3vw;
    padding-top: 85px;
    color: #fff;
}

.eyebrow {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 800;
    margin-bottom: 23px;
}

h1 {
    font-size: clamp(56px,5vw,82px);
    line-height: .96;
    letter-spacing: -2px;
    margin: 0 0 27px;
    font-weight: 800;
}

.intro {
    font-size: 20px;
    line-height: 1.45;
    max-width: 575px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.94);
}

.products {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 31px;
    max-width: 570px;
}

/* BUTTONS */

.buttons {
    display: flex;
    gap: 21px;
    flex-wrap: wrap;
}

.btn {
    min-width: 270px;
    height: 67px;
    padding: 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.65);
    background: rgba(0,0,0,.08);
    transition: .3s;
}

.btn:hover {
    background: rgba(255,255,255,.12);
}

.btn-primary {
    background: #006e5c;
    border-color: #006e5c;
}

.btn-primary:hover {
    background: #00806c;
}

.download-icon {
    font-size: 24px;
    line-height: 0;
}

/* SCROLL INDICATOR */

.scroll {
    position: absolute;
    left: 4.3vw;
    bottom: 20px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 21px;
    color: rgba(255,255,255,.86);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.scroll-circle {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

/* WATCH OUR STORY */

.watch {
    position: absolute;
    right: 27%;
    top: 78%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255,255,255,.92);
    font-weight: 700;
    font-size: 17px;
}

.play {
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00715e;
    font-size: 25px;
    padding-left: 4px;
}

/* RIGHT SIDE TEXT */

.side-wordmark {
    position: absolute;
    right: 4.2vw;
    bottom: 60px;
    z-index: 3;
    color: rgba(255,255,255,.9);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.85;
    letter-spacing: .5px;
    text-align: right;
}

/* =========================================
   MANUFACTURING HIGHLIGHTS
========================================= */

.manufacturing-highlights {
    width: 100%;

    padding: 22px 4.3vw;

    background: #ffffff;
}

.manufacturing-highlights-container {
    width: 100%;

    max-width: 1600px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    align-items: center;
}

/* =========================================
   HIGHLIGHT ITEM
========================================= */

.manufacturing-highlight {
    min-width: 0;

    min-height: 66px;

    padding: 0 42px;

    display: flex;

    align-items: center;

    border-right: 1px solid #dfe6e3;
}

.manufacturing-highlight:first-child {
    padding-left: 0;
}

.manufacturing-highlight:last-child {
    padding-right: 0;

    border-right: none;
}

/* =========================================
   ICON
========================================= */

.manufacturing-highlight-icon {
    width: 52px;

    height: 52px;

    flex-shrink: 0;

    margin-right: 20px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.manufacturing-highlight-icon img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;
}

/* =========================================
   CONTENT
========================================= */

.manufacturing-highlight-content {
    min-width: 0;
}

.manufacturing-highlight-content h3 {
    margin: 0 0 5px;

    color: #172522;

    font-size: 15px;

    line-height: 1.25;

    font-weight: 700;
}

.manufacturing-highlight-content p {
    margin: 0;

    color: #333333;

    font-size: 12px;

    line-height: 1.35;

    font-weight: 400;
}

/* =========================================
   OUR MANUFACTURING
========================================= */

.manufacturing-intro-section {
    width: 100%;

    padding: 0 4.3vw 70px;

    background: #ffffff;
}

.manufacturing-intro-container {
    width: 100%;

    max-width: 1600px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 46% 54%;

    min-height: 420px;
}

/* =========================================
   LEFT CONTENT
========================================= */

.manufacturing-intro-content {
    padding: 25px 45px 35px 0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;
}

.manufacturing-eyebrow {
    margin-bottom: 11px;

    color: #7DBF83;

    font-size: 13px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 2px;
}

.manufacturing-intro-content h2 {
    margin: 0 0 17px;

    color: #000;

    font-size: clamp(42px, 3.5vw, 56px);

    line-height: 1.02;

    letter-spacing: -1.7px;

    font-weight: 700;
}

.manufacturing-intro-content > p {
    max-width: 590px;

    margin: 0;

    color: #333333;

    font-size: 15px;

    line-height: 1.55;

    font-weight: 400;
}

/* =========================================
   VIRTUAL TOUR BUTTON
========================================= */

.manufacturing-tour-btn {
    min-width: 210px;

    height: 43px;

    margin-top: 23px;

    padding: 0 19px;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    background: #006e5c;

    border: 1px solid #006e5c;

    color: #ffffff;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition: .3s ease;
}

.manufacturing-tour-btn:hover {
    background: #004c40;

    border-color: #004c40;
}

.manufacturing-tour-arrow {
    font-size: 20px;

    line-height: 0;

    transition: transform .3s ease;
}

.manufacturing-tour-btn:hover
.manufacturing-tour-arrow {
    transform: translateX(4px);
}

/* =========================================
   RIGHT VISUAL
========================================= */

.manufacturing-intro-visual {
    position: relative;

    min-height: 420px;

    overflow: hidden;

    border-radius: 5px 0 0 0;

    background: #dfe5e3;
}

.manufacturing-intro-visual > img {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;
}

/* =========================================
   FACILITY INFO PANEL
========================================= */

.facility-info-panel {
    position: absolute;

    right: 0;

    bottom: 0;

    width: 290px;

    min-height: 178px;

    padding: 27px 30px;

    background: #7DBF83;

    color: #ffffff;
}

/* =========================================
   FACILITY INFO
========================================= */

.facility-info {
    display: flex;

    align-items: center;

    gap: 18px;
}

.facility-icon {
    width: 40px;

    height: 40px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;
}

.facility-icon img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: contain;

    filter: brightness(0) invert(1);
}

.facility-label {
    margin-bottom: 5px;

    color: rgba(255,255,255,.75);

    font-size: 10px;

    line-height: 1.3;

    font-weight: 600;

    letter-spacing: .7px;
}

.facility-value {
    color: #ffffff;

    font-size: 11px;

    line-height: 1.45;

    font-weight: 600;

    letter-spacing: .3px;
}

/* =========================================
   DIVIDER
========================================= */

.facility-divider {
    width: 28px;

    height: 2px;

    margin: 17px 0 17px 58px;

    background: rgba(255,255,255,.35);
}

/* =========================================
   SECOND INFO
========================================= */

.facility-side-line {
    width: 2px;

    height: 38px;

    flex-shrink: 0;

    background: rgba(255,255,255,.55);
}

/* =========================================
   KEY CAPABILITIES
========================================= */

.key-capabilities-section {
    width: 100%;

    padding: 0px 4.3vw 50px;

    background: #ffffff;
}

.key-capabilities-container {
    width: 100%;

    max-width: 1600px;

    margin: 0 auto;
}

/* =========================================
   SECTION HEADER
========================================= */

.key-capabilities-header {
    width: 100%;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: end;

    gap: 50px;

    margin-bottom: 27px;
}

/* =========================================
   LEFT HEADING
========================================= */

.key-capabilities-heading {
    min-width: 0;
}

.key-capabilities-eyebrow {
    margin-bottom: 11px;

    color: #7DBF83;

    font-size: 13px;

    line-height: 1.3;

    font-weight: 800;

    letter-spacing: 2px;
}

.key-capabilities-heading h2 {
    margin: 0;

    color: #062f2a;

    font-size: clamp(38px, 3.4vw, 50px);

    line-height: 1.06;

    letter-spacing: -1.4px;

    font-weight: 700;
}

/* =========================================
   RIGHT INTRO
========================================= */

.key-capabilities-intro {
    display: flex;

    align-items: flex-start;

    padding-bottom: 4px;
}

.key-capabilities-intro p {
    max-width: 610px;

    margin: 0;

    color: #333333;

    font-size: 15px;

    line-height: 1.55;

    font-weight: 400;
}

/* =========================================
   CAPABILITY GRID
========================================= */

.key-capabilities-grid {
    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

/* =========================================
   CAPABILITY CARD
========================================= */

.capability-card {
    min-width: 0;

    background: #ffffff;

    border: 1px solid #dfe6e3;

    border-radius: 5px;

    overflow: hidden;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.capability-card:hover {
    transform: translateY(-4px);

    border-color: #c3d3ce;

    box-shadow: 0 10px 25px rgba(23,37,34,.07);
}

/* =========================================
   CARD IMAGE
========================================= */

.capability-image {
    width: 100%;

    height: 150px;

    overflow: hidden;

    background: #e8edeb;
}

.capability-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .45s ease;
}

.capability-card:hover
.capability-image img {
    transform: scale(1.04);
}

/* =========================================
   CARD CONTENT
========================================= */

.capability-content {
    min-height: 100px;

    padding: 18px 21px 22px;
}

.capability-content h3 {
    margin: 0 0 10px;

    color: #17322e;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 700;
}

.capability-content p {
    margin: 0;

    color: #333333;

    font-size: 13px;

    line-height: 1.55;

    font-weight: 400;
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1100px) {
.key-capabilities-section {
        padding: 60px 5vw;
    }
.key-capabilities-header {
        gap: 30px;
    }
.key-capabilities-heading h2 {
        font-size: 40px;
    }
.key-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }
.capability-image {
        height: 185px;
    }
}

/* =====================================================
   FOOTER
===================================================== */

/* =====================================================
   FOOTER CTA
===================================================== */

.footer-cta {
    width: 100%;
    min-height: 220px;

    position: relative;
    overflow: hidden;

    background-image: url("../images/yarn2.png");
    background-size: cover;
    background-position: center 48%;

    color: #fff;
}

.footer-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(0, 45, 39, .94) 0%,
            rgba(0, 45, 39, .88) 45%,
            rgba(0, 45, 39, .55) 100%
        );
}

.footer-cta-content {
    position: relative;
    z-index: 2;

    width: 100%;
    min-height: 220px;

    padding: 32px 4.3vw;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;
}

/* CTA TEXT */

.footer-eyebrow {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;

    margin-bottom: 14px;

    color: rgba(255,255,255,.85);
}

.footer-cta-text h2 {
    margin: 0;

    color: #fff;

    font-size: 34px;
    line-height: 1.25;
    letter-spacing: -1px;

    font-weight: 700;
}

/* CTA BUTTONS */

.footer-cta-buttons {
    width: 300px;

    display: flex;
    flex-direction: column;

    gap: 25px;

    flex-shrink: 0;
}

.footer-btn {
    width: 100%;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 15px;

    font-size: 15px;
    font-weight: 700;

    border-radius: 4px;

    transition: .3s;
}

.footer-btn span {
    font-size: 22px;
    line-height: 0;
}

/* WHITE BUTTON */

.footer-btn-light {
    background: #fff;
    color: #17322e;

    border: 1px solid #fff;
}

.footer-btn-light:hover {
    background: #7DBF83;
    border-color: #7DBF83;
    color: #fff;
}

/* WHATSAPP BUTTON */

.footer-btn-whatsapp {
    color: #fff;

    background: rgba(0, 75, 62, .65);

    border: 1px solid rgba(255,255,255,.55);
}

.footer-btn-whatsapp:hover {
    background: #7DBF83;
    border-color: #7DBF83;
}

.whatsapp-icon {
    width: 25px;
    height: 25px;

    border: 2px solid #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px !important;
}

/* =====================================================
   FOOTER MAIN
===================================================== */

/* COLUMNS */

/* BRAND */

/* FOOTER COLUMN */

/* QUICK LINKS */

/* LOCATIONS */

/* SOCIAL */

/* BROCHURE */

/* =====================================================
   FOOTER BOTTOM
===================================================== */

.footer-legal {
    display: flex;
    align-items: center;

    gap: 15px;
}

.footer-legal a {
    color: #333333;

    font-size: 12px;
    font-weight: 500;

    transition: .2s;
}

.footer-legal a:hover {
    color: #17322e;
}

.footer-legal span {
    color: #c4ccca;
}

/* =====================================================
   BACK TO TOP
===================================================== */

.back-to-top {
    position: absolute;

    right: 2vw;
    bottom: 78px;

    width: 56px;
    height: 56px;

    border-radius: 50%;

    background: #006e5c;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    z-index: 5;

    transition: .3s;
    border: none;
    cursor: pointer ;
}

.back-to-top:hover {
    background: #7DBF83;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {
.footer-cta-content {
        padding: 35px 3vw;
    }
.footer-cta-text h2 {
        font-size: 30px;
    }
.footer-cta-buttons {
        width: 270px;
    }
.back-to-top {
        right: 20px;
    }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 800px) {
.footer-cta {
        min-height: auto;
    }
.footer-cta-content {
        min-height: auto;

        padding: 45px 22px;

        flex-direction: column;
        align-items: flex-start;

        gap: 30px;
    }
.footer-cta-text h2 {
        font-size: 29px;
        line-height: 1.2;
    }
.footer-cta-buttons {
        width: 100%;
    }
.footer-legal {
        gap: 10px;
    }
.back-to-top {
        width: 48px;
        height: 48px;

        right: 20px;
        bottom: 130px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {
.key-capabilities-section {
        padding: 55px 25px 65px;
    }
.key-capabilities-header {
        grid-template-columns: 1fr;

        gap: 18px;

        margin-bottom: 30px;

        align-items: start;
    }
.key-capabilities-heading h2 {
        font-size: 40px;

        line-height: 1.08;
    }
.key-capabilities-intro {
        padding-bottom: 0;
    }
.key-capabilities-intro p {
        max-width: 700px;

        font-size: 14px;
    }
.key-capabilities-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 14px;
    }
.capability-image {
        height: 175px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
.key-capabilities-section {
        padding: 50px 25px 60px;
    }
.key-capabilities-heading h2 {
        font-size: 36px;
    }
.key-capabilities-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }
.capability-image {
        height: 210px;
    }
.capability-content {
        min-height: auto;

        padding: 17px 20px 23px;
    }
.capability-content p {
        font-size: 13px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.key-capabilities-section {
        padding-left: 20px;

        padding-right: 20px;
    }
.key-capabilities-heading h2 {
        font-size: 33px;

        letter-spacing: -1px;
    }
.capability-image {
        height: 190px;
    }
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1150px) {
.manufacturing-intro-container {
        grid-template-columns: 48% 52%;
    }
.manufacturing-intro-content {
        padding-right: 30px;
    }
.manufacturing-intro-content h2 {
        font-size: 44px;
    }
.manufacturing-intro-content > p {
        font-size: 14px;
    }
.facility-info-panel {
        width: 270px;

        padding: 25px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {
.manufacturing-intro-section {
        padding: 0 5vw 60px;
    }
.manufacturing-intro-container {
        grid-template-columns: 1fr;

        gap: 35px;
    }
.manufacturing-intro-content {
        padding: 40px 0 0;
    }
.manufacturing-intro-content h2 {
        font-size: 48px;
    }
.manufacturing-intro-content > p {
        max-width: 700px;
    }
.manufacturing-intro-visual {
        min-height: 450px;

        border-radius: 5px;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
.manufacturing-intro-section {
        padding: 0 25px 55px;
    }
.manufacturing-intro-content {
        padding-top: 35px;
    }
.manufacturing-eyebrow {
        font-size: 12px;
    }
.manufacturing-intro-content h2 {
        font-size: 38px;

        line-height: 1.06;

        letter-spacing: -1px;
    }
.manufacturing-intro-content > p {
        font-size: 14px;

        line-height: 1.6;
    }
.manufacturing-tour-btn {
        width: 100%;

        max-width: 240px;
    }
.manufacturing-intro-visual {
        min-height: 450px;
    }
.facility-info-panel {
        width: 270px;

        min-height: 175px;

        padding: 25px 22px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.manufacturing-intro-section {
        padding-left: 20px;

        padding-right: 20px;
    }
.manufacturing-intro-content h2 {
        font-size: 34px;
    }
.manufacturing-intro-visual {
        min-height: 400px;
    }
.facility-info-panel {
        width: 245px;
    }
}

/* =========================================
   LARGE TABLET
========================================= */

@media (max-width: 1150px) {
.manufacturing-highlight {
        padding: 0 25px;
    }
.manufacturing-highlight-icon {
        width: 46px;

        height: 46px;

        margin-right: 14px;
    }
.manufacturing-highlight-content h3 {
        font-size: 14px;
    }
.manufacturing-highlight-content p {
        font-size: 11px;
    }
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {
.manufacturing-highlights {
        padding: 30px 5vw;
    }
.manufacturing-highlights-container {
        grid-template-columns: repeat(2, 1fr);

        row-gap: 25px;
    }
.manufacturing-highlight:nth-child(2) {
        border-right: none;
    }
.manufacturing-highlight:nth-child(3) {
        padding-left: 0;
    }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {
.manufacturing-highlights {
        padding: 35px 25px;
    }
.manufacturing-highlights-container {
        grid-template-columns: 1fr;

        gap: 22px;
    }
.manufacturing-highlight,
.manufacturing-highlight:first-child,
.manufacturing-highlight:nth-child(3),
.manufacturing-highlight:last-child {
        padding: 0;

        border-right: none;
    }
.manufacturing-highlight {
        min-height: 55px;
    }
.manufacturing-highlight-icon {
        width: 48px;

        height: 48px;

        margin-right: 17px;
    }
}

/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {
.manufacturing-highlights {
        padding-left: 20px;

        padding-right: 20px;
    }
}

/* TABLET */

/* MOBILE */

@media (max-width:800px) {
.hero {
        min-height: calc(100vh - 76px);
    }
.hero-content {
        width: auto;
        margin: 0;
        padding: 55px 25px 120px;
    }
.hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(2,30,26,.97),
                rgba(2,30,26,.67)
            ),
            url("../images/hero-bg.html") center / cover no-repeat;
    }
.eyebrow {
        font-size: 13px;
    }
h1 {
        font-size: 56px;
    }
.intro {
        font-size: 17px;
    }
.products {
        font-size: 14px;
    }
.btn {
        width: 100%;
        min-width: 0;
        height: 58px;
    }
.watch {
        display: none;
    }
.side-wordmark {
        right: 25px;
        bottom: 35px;
        font-size: 14px;
    }
.scroll {
        display: none;
    }
}

/* =========================================================
   FINAL RESPONSIVE SYSTEM
   Desktop design/content remains unchanged.
   ========================================================= */

/* =========================================================
   MOBILE LEFT DRAWER
   ========================================================= */























/* =========================================================
   TABLET — 801px to 1100px
   ========================================================= */

@media (min-width: 801px) and (max-width: 1100px) {
/* Hero */
.hero {
        min-height: calc(100vh - 94px);
    }
.hero-content {
        width: min(590px, 52vw);
        margin-left: 3vw;
        padding-top: 65px;
    }
.eyebrow {
        font-size: 14px;
        margin-bottom: 18px;
    }
h1 {
        font-size: clamp(48px, 5.3vw, 64px);
        margin-bottom: 22px;
    }
.intro {
        font-size: 16px;
        line-height: 1.5;
        max-width: 540px;
    }
.side-wordmark {
        right: 3vw;
        bottom: 40px;
        font-size: 16px;
    }
/* Hero buttons are not currently present in the source,
       so no button layout is introduced. */
/* Highlights — keep all 4 in one row */
.manufacturing-highlights {
        padding: 22px 3vw;
    }
.manufacturing-highlights-container {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
.manufacturing-highlight {
        padding: 0 18px;
    }
.manufacturing-highlight:first-child {
        padding-left: 0;
    }
.manufacturing-highlight:last-child {
        padding-right: 0;
    }
.manufacturing-highlight-icon {
        width: 46px;
        height: 46px;
        margin-right: 14px;
    }
.manufacturing-highlight-content h3 {
        font-size: 13px;
    }
.manufacturing-highlight-content p {
        font-size: 10px;
    }
/* Our manufacturing */
.manufacturing-intro-section {
        padding: 0 3vw 60px;
    }
.manufacturing-intro-container {
        grid-template-columns: 48% 52%;
        min-height: 390px;
        gap: 0;
    }
.manufacturing-intro-content {
        padding: 25px 30px 30px 0;
    }
.manufacturing-intro-content h2 {
        font-size: 40px;
    }
.manufacturing-intro-content > p {
        font-size: 13px;
        line-height: 1.55;
    }
.manufacturing-intro-visual {
        min-height: 390px;
    }
.facility-info-panel {
        width: 250px;
        min-height: 165px;
        padding: 22px;
    }
/* Key capabilities — tablet stays 4 across */
.key-capabilities-section {
        padding: 0 3vw 50px;
    }
.key-capabilities-header {
        gap: 30px;
        margin-bottom: 27px;
    }
.key-capabilities-heading h2 {
        font-size: 38px;
    }
.key-capabilities-intro p {
        font-size: 13px;
    }
.key-capabilities-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }
.capability-image {
        height: 135px;
    }
.capability-content {
        min-height: 115px;
        padding: 15px 15px 18px;
    }
.capability-content h3 {
        font-size: 13px;
    }
.capability-content p {
        font-size: 11px;
        line-height: 1.5;
    }
/* Footer — same sizing system as Home/About */
.footer-cta-content {
        padding: 35px 3vw !important;
    }
.footer-cta-text h2 {
        font-size: 30px !important;
    }
.footer-cta-buttons {
        width: 270px !important;
    }
.footer-btn {
        height: 58px !important;
        font-size: 15px !important;
    }
.back-to-top {
        right: 20px !important;
    }
}

/* =========================================================
   MOBILE — 481px to 800px
   ========================================================= */

@media (min-width: 481px) and (max-width: 800px) {
/* Hero */
.hero {
        min-height: calc(100vh - 76px);
    }
.hero-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 55px 25px 85px;
    }
.hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(2,30,26,.97) 0%,
                rgba(2,30,26,.67) 100%
            ),
            url("../images/mh.jpg") center center / cover no-repeat;
    }
.eyebrow {
        font-size: 13px;
        margin-bottom: 15px;
    }
h1 {
        font-size: clamp(42px, 8vw, 58px);
        line-height: .98;
        letter-spacing: -1.5px;
        margin-bottom: 19px;
    }
.intro {
        font-size: 15px;
        line-height: 1.55;
        margin-bottom: 20px;
    }
.side-wordmark {
        display: none;
    }
/* Highlights — tablet/mobile stays compact */
.manufacturing-highlights {
        padding: 30px 25px;
    }
.manufacturing-highlights-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 25px;
    }
.manufacturing-highlight,
.manufacturing-highlight:first-child,
.manufacturing-highlight:nth-child(3),
.manufacturing-highlight:last-child {
        padding: 0 15px;
    }
.manufacturing-highlight:nth-child(2) {
        border-right: none;
    }
.manufacturing-highlight:nth-child(3) {
        padding-left: 0;
    }
.manufacturing-highlight-icon {
        width: 44px;
        height: 44px;
        margin-right: 13px;
    }
.manufacturing-highlight-content h3 {
        font-size: 13px;
    }
.manufacturing-highlight-content p {
        font-size: 10px;
    }
/* Our manufacturing */
.manufacturing-intro-section {
        padding: 0 25px 55px;
    }
.manufacturing-intro-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
.manufacturing-intro-content {
        padding: 35px 0 0;
    }
.manufacturing-eyebrow {
        font-size: 12px;
    }
.manufacturing-intro-content h2 {
        font-size: 40px;
        line-height: 1.06;
        letter-spacing: -1px;
    }
.manufacturing-intro-content > p {
        max-width: 700px;
        font-size: 14px;
        line-height: 1.6;
    }
.manufacturing-intro-visual {
        min-height: 430px;
        border-radius: 5px;
    }
.facility-info-panel {
        width: 270px;
        min-height: 175px;
        padding: 25px 22px;
    }
/* Key capabilities — 2 x 2 on tablet/mobile */
.key-capabilities-section {
        padding: 0 25px 60px;
    }
.key-capabilities-header {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 30px;
        align-items: start;
    }
.key-capabilities-heading h2 {
        font-size: 40px;
        line-height: 1.08;
    }
.key-capabilities-intro {
        padding-bottom: 0;
    }
.key-capabilities-intro p {
        max-width: 700px;
        font-size: 14px;
    }
.key-capabilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
.capability-image {
        height: 175px;
    }
/* Footer */
.footer-cta-content {
        min-height: auto !important;
        padding: 45px 22px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 30px !important;
    }
.footer-cta-text h2 {
        font-size: 25px !important;
        line-height: 1.2 !important;
    }
.footer-cta-buttons {
        width: 100% !important;
        max-width: 310px !important;
    }
.footer-btn {
        height: 46px !important;
        font-size: 12px !important;
    }
.footer-btn span {
        font-size: 20px !important;
    }
.footer-legal {
        gap: 10px !important;
    }
.back-to-top {
        width: 48px !important;
        height: 48px !important;
        right: 20px !important;
        bottom: 130px !important;
    }
}

/* =========================================================
   SMALL MOBILE — 480px AND BELOW
   ========================================================= */

@media (max-width: 480px) {
/* Hero — use the ACTUAL manufacturing hero image */
.hero {
        min-height: auto;
    }
.hero-content {
        width: 100%;
        max-width: 100%;
        padding: 48px 20px 70px;
    }
.hero::before {
        background:
            linear-gradient(
                90deg,
                rgba(2,30,26,.91) 0%,
                rgba(2,30,26,.86) 55%,
                rgba(2,30,26,.76) 100%
            ),
            url("../images/mh.jpg") center center / cover no-repeat;
    }
.eyebrow {
        font-size: 10px;
        letter-spacing: 1.7px;
        margin-bottom: 13px;
    }
h1 {
        font-size: clamp(34px, 10.5vw, 44px);
        line-height: .98;
        letter-spacing: -1px;
        margin-bottom: 17px;
    }
.intro {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
/* Highlights */
.manufacturing-highlights {
        padding: 35px 20px;
    }
.manufacturing-highlights-container {
        grid-template-columns: 1fr;
        gap: 22px;
    }
.manufacturing-highlight,
.manufacturing-highlight:first-child,
.manufacturing-highlight:nth-child(3),
.manufacturing-highlight:last-child {
        min-height: 55px;
        padding: 0;
        border-right: none;
    }
.manufacturing-highlight-icon {
        width: 48px;
        height: 48px;
        margin-right: 17px;
    }
.manufacturing-highlight-content h3 {
        font-size: 13px;
    }
.manufacturing-highlight-content p {
        font-size: 11px;
    }
/* Our manufacturing */
.manufacturing-intro-section {
        padding: 0 20px 50px;
    }
.manufacturing-intro-container {
        grid-template-columns: 1fr;
        gap: 28px;
    }
.manufacturing-intro-content {
        padding-top: 32px;
    }
.manufacturing-eyebrow {
        font-size: 10px;
        letter-spacing: 1.7px;
        margin-bottom: 10px;
    }
.manufacturing-intro-content h2 {
        font-size: 29px;
        line-height: 1.08;
        letter-spacing: -1px;
        margin-bottom: 15px;
    }
.manufacturing-intro-content > p {
        font-size: 13px;
        line-height: 1.55;
    }
.manufacturing-tour-btn {
        width: 100%;
        max-width: 230px;
        height: 44px;
        margin-top: 20px;
        font-size: 11px;
    }
.manufacturing-intro-visual {
        min-height: 390px;
        border-radius: 5px;
    }
.facility-info-panel {
        width: 245px;
        min-height: 170px;
        padding: 23px 20px;
    }
.facility-info {
        gap: 14px;
    }
.facility-icon {
        width: 36px;
        height: 36px;
    }
.facility-label {
        font-size: 9px;
    }
.facility-value {
        font-size: 10px;
    }
/* Key capabilities */
.key-capabilities-section {
        padding: 0 20px 45px;
    }
.key-capabilities-header {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 28px;
    }
.key-capabilities-eyebrow {
        font-size: 10px;
        letter-spacing: 1.7px;
        margin-bottom: 9px;
    }
.key-capabilities-heading h2 {
        font-size: 27px;
        line-height: 1.08;
        letter-spacing: -1px;
    }
.key-capabilities-intro p {
        font-size: 11px;
        line-height: 1.55;
    }
.key-capabilities-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
.capability-image {
        height: 190px;
    }
.capability-content {
        min-height: auto;
        padding: 16px 18px 21px;
    }
.capability-content h3 {
        font-size: 13px;
        margin-bottom: 8px;
    }
.capability-content p {
        font-size: 11px;
        line-height: 1.55;
    }
/* Footer */
.footer-cta-content {
        min-height: auto !important;
        padding: 32px 18px !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 28px !important;
    }
.footer-cta-text h2 {
        font-size: 23px !important;
        line-height: 1.25 !important;
    }
.footer-cta-buttons {
        width: 100% !important;
        max-width: 280px !important;
    }
.footer-btn {
        height: 44px !important;
        font-size: 11px !important;
    }
.footer-btn span {
        font-size: 19px !important;
    }
.back-to-top {
        width: 48px !important;
        height: 48px !important;
        right: 20px !important;
        bottom: 130px !important;
    }
}

/* =========================================================
   VERY SMALL MOBILE — 360px AND BELOW
   ========================================================= */

@media (max-width: 360px) {
.hero-content {
        padding-left: 18px;
        padding-right: 18px;
    }
.manufacturing-highlights,
.manufacturing-intro-section,
.key-capabilities-section {
        padding-left: 18px;
        padding-right: 18px;
    }
.manufacturing-intro-content h2 {
        font-size: 27px;
    }
.key-capabilities-heading h2 {
        font-size: 26px;
    }
}

/* =====================================================
   STICKY HEADER + BACK TO TOP
===================================================== */

html { scroll-behavior: smooth; }

@keyframes manufacturingHeaderIn {
    from { opacity: 0; transform: translate3d(0,-24px,0); }
    to   { opacity: 1; transform: translate3d(0,0,0); }
}





.back-to-top {
    position: fixed !important;
    right: 28px !important;
    bottom: 28px !important;
    width: 52px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #006e5c !important;
    color: #fff !important;
    z-index: 100000 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(15px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.back-to-top.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0);
}

@media (max-width:767px) {
.back-to-top { right:16px !important; bottom:18px !important; width:46px !important; height:46px !important; }
}
