﻿/* =========================================================
   CrazyNuts Manufacturing Page - FULL FINAL CSS
   Replace the entire manufacturing.css file with this
   ========================================================= */

.cn-manufacturing {
    --mfg-red: #951f1f;
    --mfg-red-dark: #691d0e;
    --mfg-red-deep: #3a0b07;
    --mfg-black: #060606;
    --mfg-orange: #f58220;
    --mfg-orange-dark: #d86712;
    --mfg-cream: #fff8f0;
    --mfg-muted: rgba(40, 22, 18, .72);
    --mfg-shadow: 0 24px 60px rgba(0, 0, 0, .16);
    --mfg-red-shadow: 0 18px 44px rgba(149, 31, 31, .22);
    background: #fff;
    overflow: hidden;
}

/* =========================================================
   Shared Typography / Buttons
   ========================================================= */

.cn-mfgKicker {
    margin: 0 0 10px;
    color: var(--mfg-orange);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cn-mfgKicker--light {
    color: rgba(255, 255, 255, .84);
}

.cn-mfgTitle {
    margin: 0;
    color: var(--mfg-red);
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: .98;
    font-weight: 800;
    letter-spacing: -.7px;
}

.cn-mfgText {
    margin: 18px 0 0;
    color: var(--mfg-muted);
    font-size: 17px;
    line-height: 1.75;
}

.cn-mfgSection {
    max-width: 1160px;
    margin: 0 auto;
    padding: 74px 18px;
}

.cn-mfgSectionHead {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.cn-mfgBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 14px 24px;
    border-radius: 15px;
    border: 2px solid transparent;
    font-size: 17px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    overflow-wrap: break-word;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

    .cn-mfgBtn:hover {
        transform: translateY(-3px) scale(1.02);
        text-decoration: none;
    }

    .cn-mfgBtn:focus-visible {
        outline: 3px solid rgba(245, 130, 32, .38);
        outline-offset: 3px;
    }

.cn-mfgBtn--orange {
    color: #fff;
    background: linear-gradient(135deg, var(--mfg-orange), var(--mfg-orange-dark));
    box-shadow: 0 14px 28px rgba(245, 130, 32, .28);
}

    .cn-mfgBtn--orange:hover {
        color: #fff;
        box-shadow: 0 18px 38px rgba(245, 130, 32, .38);
    }

.cn-mfgBtn--outline {
    color: #fff;
    border-color: var(--mfg-orange);
    background: rgba(0, 0, 0, .16);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10);
}

    .cn-mfgBtn--outline:hover {
        color: #fff;
        background: rgba(245, 130, 32, .16);
        box-shadow: 0 18px 38px rgba(0, 0, 0, .25);
    }

.cn-mfgBtn--white {
    color: var(--mfg-red);
    background: #fff;
    border-color: rgba(255, 255, 255, .7);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

    .cn-mfgBtn--white:hover {
        color: var(--mfg-red);
        box-shadow: 0 18px 38px rgba(0, 0, 0, .24);
    }

/* =========================================================
   Custom Hero
   ========================================================= */

.cn-mfgHero {
    position: relative;
    left: 50%;
    width: 100vw;
    min-height: clamp(540px, 74vh, 780px);
    margin-left: -50vw;
    isolation: isolate;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, .92) 0%, rgba(0, 0, 0, .80) 26%, rgba(0, 0, 0, .42) 56%, rgba(0, 0, 0, .10) 100%), url('/Images/manufacturing/hero1.png') center right / cover no-repeat;
    overflow: hidden;
}

    .cn-mfgHero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        pointer-events: none;
        background: radial-gradient(680px 340px at 13% 40%, rgba(245, 130, 32, .15), transparent 65%), linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .34));
    }

    .cn-mfgHero::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 9px;
        z-index: 2;
        background: linear-gradient(90deg, var(--mfg-red), var(--mfg-orange), var(--mfg-red));
        box-shadow: 0 -8px 26px rgba(149, 31, 31, .38);
    }

.cn-mfgHero__content {
    width: min(720px, calc(100% - 36px));
    margin-left: clamp(22px, 6vw, 84px);
    padding: 64px 0;
    color: #fff;
    animation: cnMfgHeroIn .72s cubic-bezier(.2, .8, .2, 1) both;
}

.cn-mfgHero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .cn-mfgHero__eyebrow::before {
        content: "";
        width: 42px;
        height: 3px;
        border-radius: 999px;
        background: var(--mfg-orange);
        box-shadow: 0 0 20px rgba(245, 130, 32, .65);
    }

.cn-mfgHero__title {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-size: clamp(52px, 8vw, 104px);
    line-height: .92;
    font-weight: 1000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

    .cn-mfgHero__title span {
        display: block;
    }

.cn-mfgHero__text {
    max-width: 640px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(17px, 2vw, 22px);
    line-height: 1.45;
    font-weight: 650;
}

.cn-mfgHero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

@keyframes cnMfgHeroIn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =========================================================
   Intro Section
   ========================================================= */

.cn-mfgIntro {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    gap: 54px;
    align-items: center;
}

.cn-mfgIntro__media {
    position: relative;
    min-height: 520px;
}

.cn-mfgImageCard {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--mfg-shadow);
    border: 1px solid rgba(149, 31, 31, .10);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

    .cn-mfgImageCard::after,
    .cn-mfgStep__visual::after,
    .cn-mfgPackCard::after {
        content: "";
        position: absolute;
        inset: -55% -70%;
        pointer-events: none;
        background: linear-gradient( 120deg, transparent 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, .44) 50%, rgba(255, 255, 255, 0) 58%, transparent 100% );
        opacity: 0;
        transform: translateX(-32%) rotate(8deg);
        transition: opacity .22s ease, transform .62s ease;
    }

    .cn-mfgImageCard:hover,
    .cn-mfgStep__card:hover,
    .cn-mfgPackCard:hover {
        transform: translateY(-6px);
        box-shadow: 0 28px 72px rgba(0, 0, 0, .18);
        border-color: rgba(149, 31, 31, .22);
    }

        .cn-mfgImageCard:hover::after,
        .cn-mfgStep__card:hover .cn-mfgStep__visual::after,
        .cn-mfgPackCard:hover::after {
            opacity: 1;
            transform: translateX(34%) rotate(8deg);
        }

    .cn-mfgImageCard img,
    .cn-mfgStep__visual img,
    .cn-mfgPackCard img {
        display: block;
        width: 100%;
        height: 100%;
        transition: transform .7s cubic-bezier(.2, .8, .2, 1);
    }

    .cn-mfgImageCard:hover img,
    .cn-mfgStep__card:hover .cn-mfgStep__visual img,
    .cn-mfgPackCard:hover img {
        transform: scale(1.07);
    }

.cn-mfgImageCard--large {
    width: 82%;
    aspect-ratio: 1 / 1;
}

    .cn-mfgImageCard--large img {
        object-fit: cover;
    }

.cn-mfgImageCard--float {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 48%;
    aspect-ratio: 1.25 / 1;
    border: 9px solid #fff;
    box-shadow: 0 24px 58px rgba(149, 31, 31, .26);
}

    .cn-mfgImageCard--float img {
        object-fit: cover;
    }

.cn-mfgIntro__content {
    position: relative;
}

.cn-mfgPills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

    .cn-mfgPills span {
        display: inline-flex;
        align-items: center;
        min-height: 38px;
        padding: 9px 14px;
        border-radius: 999px;
        background: rgba(149, 31, 31, .08);
        color: var(--mfg-red);
        font-size: 13px;
        font-weight: 900;
        border: 1px solid rgba(149, 31, 31, .12);
    }

/* =========================================================
   Moving Band Strip
   ========================================================= */

.cn-mfgBand {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin: 10px -50vw;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(120deg, var(--mfg-red) 0%, #000 70%);
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

    .cn-mfgBand::before {
        content: "";
        position: absolute;
        inset: -2px;
        pointer-events: none;
        background: radial-gradient(700px 200px at 20% 20%, rgba(255, 80, 40, .18), transparent 60%);
    }

.cn-mfgBand__track {
    position: relative;
    z-index: 1;
    padding: 17px 0;
}

.cn-mfgBand__row {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: cnMfgBandMove 17s linear infinite;
    color: #fff;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: 1.25px;
    opacity: .96;
}

.cn-mfgBand--reverse .cn-mfgBand__row {
    animation-direction: reverse;
}

.cn-mfgBand__row span {
    margin-right: 34px;
}

@keyframes cnMfgBandMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* =========================================================
   Bordo Icon Strip
   ========================================================= */

.cn-mfgFeatureStrip {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    color: #fff;
    background: radial-gradient(680px 240px at 10% 0%, rgba(255, 120, 60, .18), transparent 68%), linear-gradient(120deg, var(--mfg-red) 0%, var(--mfg-red-dark) 48%, #260504 100%);
    overflow: hidden;
}

    .cn-mfgFeatureStrip::before {
        content: "";
        position: absolute;
        inset: -35%;
        pointer-events: none;
        background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.09) 48%, transparent 60%);
        transform: translateX(-38%) rotate(7deg);
        animation: cnMfgSheen 7s ease-in-out infinite;
    }

.cn-mfgFeatureStrip__inner {
    position: relative;
    z-index: 1;
    max-width: 1160px;
    margin: 0 auto;
    padding: 34px 18px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.cn-mfgFeature {
    position: relative;
    padding: 6px 22px;
    text-align: center;
    transition: transform .18s ease;
}

    .cn-mfgFeature:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 12px;
        right: 0;
        width: 1px;
        height: calc(100% - 24px);
        background: rgba(255, 255, 255, .42);
    }

    .cn-mfgFeature:hover {
        transform: translateY(-5px);
    }

.cn-mfgFeature__icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 12px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, .16);
    border: 1px solid rgba(255, 255, 255, .22);
    box-shadow: inset 0 0 24px rgba(255, 255, 255, .08);
    transition: transform .22s cubic-bezier(.2, .8, .2, 1), background .22s ease;
}

.cn-mfgFeature:hover .cn-mfgFeature__icon {
    transform: scale(1.08) rotate(-2deg);
    background: rgba(0, 0, 0, .24);
}

.cn-mfgFeature__icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .18));
}

.cn-mfgFeature h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.cn-mfgFeature p {
    margin: 8px auto 0;
    max-width: 210px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    line-height: 1.45;
    font-weight: 650;
}

@keyframes cnMfgSheen {
    0% {
        opacity: 0;
        transform: translateX(-42%) rotate(7deg);
    }

    22% {
        opacity: .7;
    }

    100% {
        opacity: 0;
        transform: translateX(42%) rotate(7deg);
    }
}

/* =========================================================
   FINAL Bigger Process Section
   ========================================================= */

.cn-mfgProcess {
    max-width: 1360px;
    padding-top: 92px;
    padding-bottom: 92px;
    scroll-margin-top: 24px;
}

.cn-mfgProcess__list {
    position: relative;
    max-width: 1260px;
    margin: 58px auto 0;
    display: grid;
    gap: 46px;
}

    .cn-mfgProcess__list::before {
        content: "";
        position: absolute;
        top: 8px;
        bottom: 8px;
        left: 52px;
        transform: none;
        border-left: 3px dashed rgba(149, 31, 31, .34);
    }

.cn-mfgStep {
    position: relative;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: stretch;
    min-height: 370px;
}

.cn-mfgStep__dot {
    grid-column: 1;
    width: 78px;
    height: 78px;
    margin: 0 auto;
    align-self: center;
    z-index: 3;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    background: radial-gradient(circle at 32% 28%, rgba(255, 255, 255, .22), transparent 35%), linear-gradient(135deg, var(--mfg-red), var(--mfg-red-deep));
    border: 7px solid #fff;
    box-shadow: 0 22px 54px rgba(149, 31, 31, .30);
    font-size: 18px;
    font-weight: 1000;
    letter-spacing: .5px;
}

.cn-mfgStep__card,
.cn-mfgStep:nth-child(even) .cn-mfgStep__card {
    grid-column: 2;
    width: 100%;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(500px, 1.18fr);
    gap: 32px;
    align-items: center;
    padding: 30px;
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, rgba(149, 31, 31, .26), rgba(245, 130, 32, .20)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 26px 70px rgba(0, 0, 0, .12);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.cn-mfgStep:nth-child(even) .cn-mfgStep__visual {
    order: -1;
}

.cn-mfgStep__card:hover {
    transform: translateY(-7px);
    box-shadow: 0 34px 86px rgba(0, 0, 0, .16);
    border-color: rgba(149, 31, 31, .26);
}

.cn-mfgStep__content {
    align-self: center;
    min-width: 0;
}

.cn-mfgStep__eyebrow {
    margin: 0 0 11px;
    color: var(--mfg-orange);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.cn-mfgStep h3 {
    margin: 0;
    color: var(--mfg-red);
    font-size: clamp(30px, 2.4vw, 40px);
    line-height: 1.04;
    font-weight: 950;
}

.cn-mfgStep p {
    max-width: 660px;
    margin: 15px 0 0;
    color: rgba(40, 22, 18, .74);
    font-size: 17px;
    line-height: 1.72;
    font-weight: 600;
}

.cn-mfgStep__visual {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 310px;
    min-height: 310px;
    border-radius: 26px;
    background: radial-gradient(circle at 25% 20%, rgba(245, 130, 32, .18), transparent 45%), linear-gradient(135deg, var(--mfg-red), #1b0303);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .10), 0 18px 38px rgba(0, 0, 0, .12);
}

    /* Real photos */
    .cn-mfgStep__visual img {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 !important;
        object-fit: cover !important;
        object-position: center center;
        transform: scale(1);
        transition: transform .75s cubic-bezier(.2, .8, .2, 1);
    }

.cn-mfgStep__card:hover .cn-mfgStep__visual img {
    transform: scale(1.07);
}

/* Transparent PNG product images only: zipper/container */
.cn-mfgStep__visual--contain {
    background: radial-gradient(circle at 50% 40%, rgba(245, 130, 32, .14), transparent 54%), linear-gradient(135deg, #fffaf4, #fff);
    border: 1px solid rgba(149, 31, 31, .10);
}

    .cn-mfgStep__visual--contain img {
        padding: 14px !important;
        object-fit: contain !important;
        object-position: center center;
    }

/* White icon PNGs only */
.cn-mfgStep__visual--icon {
    display: grid;
    place-items: center;
    padding: 46px;
    background: radial-gradient(circle at 28% 20%, rgba(245, 130, 32, .22), transparent 44%), linear-gradient(135deg, var(--mfg-red), #1b0303);
}

    .cn-mfgStep__visual--icon img {
        width: auto;
        height: auto;
        max-width: 180px;
        max-height: 180px;
        padding: 0 !important;
        object-fit: contain !important;
    }

/* =========================================================
   Packaging and Export
   ========================================================= */

.cn-mfgPack {
    max-width: 1160px;
    margin: 0 auto;
    padding: 74px 18px 38px;
}

.cn-mfgPack__inner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 34px;
    align-items: center;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 34px;
    color: #fff;
    background: radial-gradient(760px 320px at 10% 0%, rgba(245, 130, 32, .18), transparent 68%), radial-gradient(640px 300px at 92% 90%, rgba(255, 255, 255, .10), transparent 68%), linear-gradient(120deg, var(--mfg-red) 0%, var(--mfg-red-deep) 45%, #050505 100%);
    box-shadow: 0 28px 78px rgba(0, 0, 0, .20);
}

    .cn-mfgPack__inner::before {
        content: "";
        position: absolute;
        inset: -35%;
        pointer-events: none;
        background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.09) 46%, transparent 58%);
        transform: translateX(-40%) rotate(7deg);
        animation: cnMfgSheen 7.5s ease-in-out infinite;
    }

.cn-mfgPack__content,
.cn-mfgPack__gallery {
    position: relative;
    z-index: 1;
}

.cn-mfgPack h2 {
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1;
    font-weight: 800;
}

.cn-mfgPack p {
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.68;
    font-weight: 600;
}

.cn-mfgPack__list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
}

    .cn-mfgPack__list li {
        position: relative;
        padding-left: 28px;
        color: rgba(255, 255, 255, .88);
        font-weight: 750;
        line-height: 1.45;
    }

        .cn-mfgPack__list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: .45em;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: var(--mfg-orange);
            box-shadow: 0 0 0 5px rgba(245, 130, 32, .16);
        }

.cn-mfgPack__gallery {
    display: grid;
    gap: 18px;
}

.cn-mfgPackCard {
    position: relative;
    overflow: hidden;
    margin: 0;
    min-height: 228px;
    display: grid;
    place-items: center;
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .42);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .20);
    transition: transform .22s ease, box-shadow .22s ease;
}

    .cn-mfgPackCard img {
        max-height: 210px;
        object-fit: contain;
    }

    .cn-mfgPackCard figcaption {
        position: absolute;
        left: 16px;
        bottom: 14px;
        padding: 8px 12px;
        border-radius: 999px;
        color: #fff;
        background: rgba(149, 31, 31, .92);
        font-size: 12px;
        font-weight: 950;
        letter-spacing: .7px;
        text-transform: uppercase;
    }

.cn-mfgPackCard--container img {
    max-height: 230px;
}

/* =========================================================
   Final CTA
   ========================================================= */

.cn-mfgCta {
    max-width: 1160px;
    margin: 0 auto;
    padding: 34px 18px 78px;
}

.cn-mfgCta__inner {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    padding: clamp(34px, 5vw, 58px) 24px;
    text-align: center;
    color: #fff;
    background: radial-gradient(680px 280px at 20% 0%, rgba(245, 130, 32, .18), transparent 60%), linear-gradient(120deg, var(--mfg-red) 0%, #000 74%);
    box-shadow: 0 22px 62px rgba(0, 0, 0, .18);
}

    .cn-mfgCta__inner::before {
        content: "";
        position: absolute;
        inset: -2px;
        pointer-events: none;
        background: radial-gradient(500px 180px at 15% 20%, rgba(255, 255, 255, .09), transparent 60%), linear-gradient(110deg, transparent, rgba(255, 255, 255, .08), transparent);
    }

    .cn-mfgCta__inner > * {
        position: relative;
        z-index: 1;
    }

.cn-mfgCta h2 {
    max-width: 760px;
    margin: 0 auto;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: clamp(32px, 4.2vw, 58px);
    line-height: 1;
    font-weight: 800;
}

.cn-mfgCta p {
    max-width: 720px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 650;
}

.cn-mfgCta__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

/* =========================================================
   Reveal / Pop Animation
   ========================================================= */

.cn-mfgReveal {
    opacity: 0;
    transform: translateY(24px) scale(.985);
    transition: opacity .56s ease, transform .56s cubic-bezier(.2, .8, .2, 1);
}

    .cn-mfgReveal.is-visible {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

.cn-mfgStep.cn-mfgReveal {
    transform: translateY(28px) scale(.97);
}

    .cn-mfgStep.cn-mfgReveal.is-visible {
        transform: translateY(0) scale(1);
    }

/* =========================================================
   Responsive - Large Desktop
   ========================================================= */

@media (min-width: 1280px) {
    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__card {
        grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr);
        min-height: 390px;
        padding: 34px;
    }

    .cn-mfgStep__visual {
        height: 340px;
        min-height: 340px;
    }
}

/* =========================================================
   Responsive - Laptop / Small Desktop
   ========================================================= */

@media (max-width: 1180px) {
    .cn-mfgProcess {
        max-width: 1140px;
        padding-top: 80px;
    }

    .cn-mfgProcess__list {
        max-width: 1040px;
        gap: 38px;
    }

    .cn-mfgStep {
        grid-template-columns: 90px minmax(0, 1fr);
        min-height: 330px;
    }

    .cn-mfgProcess__list::before {
        left: 45px;
    }

    .cn-mfgStep__dot {
        width: 68px;
        height: 68px;
        font-size: 16px;
        border-width: 6px;
    }

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__card {
        grid-template-columns: minmax(280px, .88fr) minmax(360px, 1.12fr);
        min-height: 320px;
        gap: 26px;
        padding: 26px;
        border-radius: 30px;
    }

    .cn-mfgStep__visual {
        height: 280px;
        min-height: 280px;
        border-radius: 24px;
    }
}

/* =========================================================
   Responsive - Tablet
   ========================================================= */

@media (max-width: 980px) {
    .cn-mfgIntro {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .cn-mfgIntro__media {
        min-height: 470px;
        order: 1;
    }

    .cn-mfgIntro__content {
        order: 2;
    }

    .cn-mfgFeatureStrip__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .cn-mfgFeature:nth-child(2)::after {
        display: none;
    }

    .cn-mfgFeature:nth-child(1),
    .cn-mfgFeature:nth-child(2) {
        padding-bottom: 26px;
        margin-bottom: 24px;
        border-bottom: 1px solid rgba(255, 255, 255, .28);
    }
}

@media (max-width: 920px) {
    .cn-mfgProcess {
        padding-top: 68px;
        padding-bottom: 74px;
    }

    .cn-mfgProcess__list {
        margin-top: 44px;
        gap: 34px;
    }

    .cn-mfgStep {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: auto;
    }

    .cn-mfgProcess__list::before {
        left: 39px;
        border-left-width: 2px;
    }

    .cn-mfgStep__dot {
        width: 60px;
        height: 60px;
        font-size: 15px;
        border-width: 5px;
    }

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px;
        min-height: auto;
        border-radius: 28px;
    }

    .cn-mfgStep__visual,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__visual {
        order: -1;
    }

    .cn-mfgStep__visual {
        height: 330px;
        min-height: 330px;
        border-radius: 22px;
    }

    .cn-mfgStep h3 {
        font-size: 30px;
    }

    .cn-mfgStep p {
        font-size: 16px;
    }

    .cn-mfgPack__inner {
        grid-template-columns: 1fr;
    }

    .cn-mfgPack__gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* =========================================================
   Responsive - Mobile
   ========================================================= */

@media (max-width: 720px) {
    .cn-mfgHero {
        min-height: 640px;
        align-items: flex-end;
        background-position: center right;
    }

        .cn-mfgHero::before {
            background: linear-gradient(180deg, rgba(0, 0, 0, .40) 0%, rgba(0, 0, 0, .72) 44%, rgba(0, 0, 0, .92) 100%), radial-gradient(560px 260px at 20% 70%, rgba(245, 130, 32, .16), transparent 65%);
        }

    .cn-mfgHero__content {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 0 0 54px;
    }

    .cn-mfgHero__actions,
    .cn-mfgCta__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        min-width: 0;
    }

    .cn-mfgBtn {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        padding: 14px 16px;
        font-size: clamp(14px, 4vw, 17px);
    }

    .cn-mfgSection {
        padding: 56px 16px;
    }

    .cn-mfgIntro__media {
        min-height: auto;
        display: grid;
        gap: 16px;
    }

    .cn-mfgImageCard--large,
    .cn-mfgImageCard--float {
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
    }

    .cn-mfgImageCard--float {
        border: 0;
    }

    .cn-mfgFeatureStrip__inner {
        grid-template-columns: 1fr;
        padding: 28px 18px;
    }

    .cn-mfgFeature {
        padding: 22px 10px;
    }

        .cn-mfgFeature:not(:last-child)::after {
            display: none;
        }

        .cn-mfgFeature:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, .28);
        }

        .cn-mfgFeature:nth-child(1),
        .cn-mfgFeature:nth-child(2) {
            margin-bottom: 0;
        }

    .cn-mfgProcess {
        padding-top: 56px;
        padding-bottom: 60px;
    }

    .cn-mfgProcess__list {
        margin-top: 36px;
        gap: 30px;
    }

    .cn-mfgStep {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .cn-mfgProcess__list::before {
        left: 32px;
    }

    .cn-mfgStep__dot {
        width: 54px;
        height: 54px;
        margin-top: 22px;
        align-self: start;
        font-size: 14px;
    }

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__card {
        padding: 18px;
        border-radius: 24px;
    }

    .cn-mfgStep__visual {
        height: 270px;
        min-height: 270px;
        border-radius: 20px;
    }

    .cn-mfgStep h3 {
        font-size: 26px;
    }

    .cn-mfgStep p {
        font-size: 15.5px;
        line-height: 1.64;
    }

    .cn-mfgPack {
        padding: 56px 16px 30px;
    }

    .cn-mfgPack__gallery {
        grid-template-columns: 1fr;
    }

    .cn-mfgPackCard {
        min-height: 218px;
    }

    .cn-mfgCta {
        padding: 30px 16px 58px;
    }
}

/* =========================================================
   Responsive - Small Mobile
   ========================================================= */

@media (max-width: 520px) {
    .cn-mfgProcess__list {
        gap: 26px;
    }

    .cn-mfgStep {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .cn-mfgProcess__list::before {
        left: 28px;
    }

    .cn-mfgStep__dot {
        width: 48px;
        height: 48px;
        font-size: 13px;
    }

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__card {
        padding: 15px;
        border-radius: 22px;
    }

    .cn-mfgStep__visual {
        height: 225px;
        min-height: 225px;
        border-radius: 18px;
    }

    .cn-mfgStep h3 {
        font-size: 23px;
    }

    .cn-mfgStep p {
        font-size: 14.5px;
    }
}

@media (max-width: 480px) {
    .cn-mfgHero__title {
        font-size: clamp(44px, 15vw, 66px);
        letter-spacing: 1px;
    }

    .cn-mfgHero__text {
        font-size: 16px;
    }

    .cn-mfgTitle,
    .cn-mfgPack h2,
    .cn-mfgCta h2 {
        font-size: 34px;
    }

    .cn-mfgBand__track {
        padding: 14px 0;
    }

    .cn-mfgBand__row {
        font-size: 14px;
    }

    .cn-mfgFeature__icon {
        width: 82px;
        height: 82px;
    }

        .cn-mfgFeature__icon img {
            width: 62px;
            height: 62px;
        }
}

/* Very small mobile: remove side timeline so image/card stays wide */
@media (max-width: 390px) {
    .cn-mfgProcess__list::before {
        display: none;
    }

    .cn-mfgStep {
        display: block;
    }

    .cn-mfgStep__dot {
        position: relative;
        z-index: 3;
        margin: 0 0 -18px 18px;
    }

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even) .cn-mfgStep__card {
        width: 100%;
        padding-top: 32px;
    }

    .cn-mfgStep__visual {
        height: 205px;
        min-height: 205px;
    }
}

/* =========================================================
   Reduced Motion
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
    .cn-mfgHero__content,
    .cn-mfgBand__row,
    .cn-mfgFeatureStrip::before,
    .cn-mfgPack__inner::before,
    .cn-mfgReveal,
    .cn-mfgImageCard,
    .cn-mfgStep__card,
    .cn-mfgPackCard,
    .cn-mfgBtn,
    .cn-mfgImageCard img,
    .cn-mfgStep__visual img,
    .cn-mfgPackCard img {
        animation: none !important;
        transition: none !important;
    }

    .cn-mfgReveal {
        opacity: 1;
        transform: none;
    }
}
/* =========================================================
   STEP 17D
   FINAL MANUFACTURING RESPONSIVE OVERRIDES
   ========================================================= */


/* =========================================================
   GLOBAL OVERFLOW SAFETY
   ========================================================= */

.cn-manufacturing {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

    .cn-manufacturing *,
    .cn-manufacturing *::before,
    .cn-manufacturing *::after {
        box-sizing: border-box;
    }

    .cn-manufacturing img {
        max-width: 100%;
    }


/* =========================================================
   BUTTON SAFETY
   ========================================================= */

.cn-mfgHero__actions,
.cn-mfgCta__actions {
    max-width: 100%;
}

.cn-mfgBtn {
    max-width: 100%;
    overflow-wrap: anywhere;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .cn-mfgPack__inner {
        min-width: 0;
    }

    .cn-mfgPack__content,
    .cn-mfgPack__gallery {
        min-width: 0;
    }

    .cn-mfgPackCard {
        width: 100%;
        min-width: 0;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {

    /* -----------------------------------------
       HERO
       ----------------------------------------- */

    .cn-mfgHero {
        /*
           Better than a fixed 640px on short phones.
        */

        min-height: clamp( 560px, 82svh, 660px);
        background-position: 66% center;
    }

    .cn-mfgHero__content {
        width: calc( 100% - 28px);
        margin: 0 auto;
        padding: 34px 0 42px;
    }

    .cn-mfgHero__eyebrow {
        max-width: 100%;
        font-size: 11px;
        letter-spacing: 1.4px;
        line-height: 1.4;
        overflow-wrap: anywhere;
    }

        .cn-mfgHero__eyebrow::before {
            width: 30px;
            flex: 0 0 30px;
        }

    .cn-mfgHero__title {
        max-width: 100%;
        font-size: clamp( 42px, 13vw, 64px);
        line-height: .95;
        letter-spacing: .5px;
        overflow-wrap: anywhere;
    }

    .cn-mfgHero__text {
        max-width: 100%;
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.5;
    }


    /* -----------------------------------------
       HERO + CTA BUTTONS
       ----------------------------------------- */

    .cn-mfgHero__actions,
    .cn-mfgCta__actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 11px;
        margin-top: 24px;
    }

    .cn-mfgBtn {
        width: 100%;
        min-height: 52px;
        padding: 13px 14px;
        border-radius: 13px;
        font-size: 15px;
    }


    /* -----------------------------------------
       NORMAL SECTIONS
       ----------------------------------------- */

    .cn-mfgSection {
        width: 100%;
        padding: 52px 14px;
    }

    .cn-mfgTitle {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .cn-mfgText {
        font-size: 15.5px;
        line-height: 1.65;
    }


    /* -----------------------------------------
       PILLS
       ----------------------------------------- */

    .cn-mfgPills {
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
        gap: 8px;
    }

        .cn-mfgPills span {
            max-width: 100%;
            white-space: normal;
            overflow-wrap: anywhere;
        }


    /* -----------------------------------------
       PROCESS
       ----------------------------------------- */

    .cn-mfgProcess {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
    }

    .cn-mfgStep {
        min-width: 0;
    }

    .cn-mfgStep__card {
        min-width: 0;
    }

    .cn-mfgStep__content {
        min-width: 0;
    }

        .cn-mfgStep__content h3,
        .cn-mfgStep__content p {
            max-width: 100%;
            overflow-wrap: anywhere;
        }

    .cn-mfgStep__visual {
        width: 100%;
        overflow: hidden;
    }

        .cn-mfgStep__visual img {
            width: 100%;
            max-width: 100%;
        }


    /* -----------------------------------------
       PACKAGING
       ----------------------------------------- */

    .cn-mfgPack {
        width: 100%;
        padding: 48px 14px 26px;
    }

    .cn-mfgPack__inner {
        width: 100%;
        gap: 24px;
        padding: 26px 18px;
        border-radius: 26px;
    }

    .cn-mfgPack h2 {
        overflow-wrap: anywhere;
    }

    .cn-mfgPack p {
        font-size: 15.5px;
        line-height: 1.6;
    }

    .cn-mfgPack__list li {
        padding-left: 25px;
        font-size: 14px;
        overflow-wrap: anywhere;
    }

    .cn-mfgPack__gallery {
        width: 100%;
    }

    .cn-mfgPackCard {
        width: 100%;
        min-height: 210px;
        padding: 18px;
        border-radius: 20px;
    }

        .cn-mfgPackCard img {
            max-height: 190px;
        }


    /* -----------------------------------------
       FINAL CTA
       ----------------------------------------- */

    .cn-mfgCta {
        width: 100%;
        padding: 26px 14px 52px;
    }

    .cn-mfgCta__inner {
        width: 100%;
        padding: 32px 18px;
        border-radius: 25px;
    }

    .cn-mfgCta h2 {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .cn-mfgCta p {
        font-size: 15.5px;
        line-height: 1.6;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .cn-mfgHero {
        min-height: clamp( 540px, 80svh, 620px);
    }

    .cn-mfgHero__content {
        width: calc( 100% - 24px);
        padding-bottom: 36px;
    }

    .cn-mfgHero__title {
        font-size: clamp( 39px, 12.5vw, 56px);
    }

    .cn-mfgHero__text {
        font-size: 15px;
    }


    /* TITLES */

    .cn-mfgTitle,
    .cn-mfgPack h2,
    .cn-mfgCta h2 {
        font-size: clamp( 29px, 9vw, 34px);
        line-height: 1.04;
    }


    /* PROCESS */

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even)
    .cn-mfgStep__card {
        padding: 14px;
        border-radius: 19px;
    }

    .cn-mfgStep__visual {
        height: 215px;
        min-height: 215px;
        border-radius: 16px;
    }

    .cn-mfgStep h3 {
        font-size: 22px;
        line-height: 1.15;
    }

    .cn-mfgStep p {
        font-size: 14px;
        line-height: 1.6;
    }


    /* PACKAGING */

    .cn-mfgPack__inner {
        padding: 22px 14px;
        border-radius: 22px;
    }

    .cn-mfgPackCard {
        min-height: 190px;
        padding: 14px;
    }

        .cn-mfgPackCard figcaption {
            left: 10px;
            bottom: 10px;
            max-width: calc( 100% - 20px);
            padding: 7px 10px;
            font-size: 10px;
            white-space: normal;
            overflow-wrap: anywhere;
        }


    /* CTA */

    .cn-mfgCta__inner {
        padding: 28px 14px;
        border-radius: 21px;
    }
}


/* =========================================================
   VERY SMALL PHONE
   ========================================================= */

@media (max-width: 390px) {

    .cn-mfgSection,
    .cn-mfgProcess {
        padding-left: 10px;
        padding-right: 10px;
    }

    .cn-mfgPack,
    .cn-mfgCta {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*
       Remove timeline side-column on tiny screens
       so cards get almost full width.
    */

    .cn-mfgProcess__list::before {
        display: none;
    }

    .cn-mfgStep {
        display: block;
        width: 100%;
    }

    .cn-mfgStep__dot {
        margin: 0 0 -17px 14px;
    }

    .cn-mfgStep__card,
    .cn-mfgStep:nth-child(even)
    .cn-mfgStep__card {
        width: 100%;
        padding-top: 31px;
    }

    .cn-mfgStep__visual {
        height: 195px;
        min-height: 195px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .cn-mfgBtn {
        transition: none;
    }

        .cn-mfgBtn:hover {
            transform: none;
        }
}