.manufacturing-page {
    --mfg-paper: #f3f1eb;
    --mfg-surface: #fffdf8;
    --mfg-ink: #171713;
    --mfg-copy: #4f504b;
    --mfg-muted: #73746d;
    --mfg-line: rgba(23, 23, 19, 0.16);
    --mfg-bronze: #b08a4e;
    min-height: 100vh;
    padding-top: var(--site-header-height, 80px);
    overflow: clip;
    background: var(--mfg-paper);
    color: var(--mfg-copy);
    font-family: 'Barlow', 'Montserrat', sans-serif;
}

html.dark .manufacturing-page {
    --mfg-paper: #0c1012;
    --mfg-surface: #121719;
    --mfg-ink: #f6f1e7;
    --mfg-copy: #c8c5bb;
    --mfg-muted: #9a9a92;
    --mfg-line: rgba(214, 190, 131, 0.19);
    --mfg-bronze: #d6be83;
}

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

.manufacturing-page :where(h1, h2, h3, p, figure) {
    margin-top: 0;
}

.manufacturing-page :where(h1, h2, h3, p, a, span, strong) {
    min-width: 0;
}

.manufacturing-shell {
    width: min(100% - 48px, 1200px);
    margin-inline: auto;
}

.manufacturing-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    color: var(--mfg-bronze);
    font-size: 0.69rem;
    font-weight: 850;
    line-height: 1.3;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.manufacturing-eyebrow::before {
    width: 34px;
    height: 1px;
    flex: 0 0 auto;
    background: currentColor;
    content: '';
}

.manufacturing-button {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 14px 20px;
    border: 1px solid #d6be83;
    background: #d6be83;
    color: #11110f;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 180ms ease, transform 180ms ease;
}

.manufacturing-button:hover,
.manufacturing-button:focus-visible {
    background: #ead8aa;
    transform: translateY(-2px);
}

.manufacturing-page :where(a, button):focus-visible {
    outline: 3px solid #d6be83;
    outline-offset: 4px;
}

.manufacturing-hero {
    position: relative;
    display: grid;
    min-height: clamp(600px, calc(100svh - var(--site-header-height, 80px)), 850px);
    align-items: end;
    overflow: hidden;
    background: #090b0c;
    color: #fff;
}

.manufacturing-hero > img,
.manufacturing-hero__veil {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.manufacturing-hero > img {
    object-fit: cover;
    object-position: 58% center;
}

.manufacturing-hero__veil {
    background:
        linear-gradient(90deg, rgba(4, 7, 8, 0.96) 0%, rgba(4, 7, 8, 0.76) 48%, rgba(4, 7, 8, 0.19) 100%),
        linear-gradient(0deg, rgba(4, 7, 8, 0.72), transparent 60%);
}

.manufacturing-hero__content {
    position: relative;
    z-index: 1;
    padding-block: clamp(64px, 9vw, 120px);
}

.manufacturing-hero__content h1 {
    max-width: 900px;
    margin-bottom: 26px;
    color: #fff;
    font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
    font-size: clamp(4rem, 8vw, 7.5rem);
    font-weight: 650;
    line-height: 0.86;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.manufacturing-hero__content > p:not(.manufacturing-eyebrow) {
    max-width: 650px;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.45vw, 1.2rem);
    line-height: 1.7;
}

.manufacturing-hero__rail {
    position: absolute;
    z-index: 2;
    right: clamp(22px, 4vw, 70px);
    bottom: clamp(24px, 5vw, 74px);
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-end;
}

.manufacturing-hero__rail span {
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.manufacturing-intro {
    padding-block: clamp(78px, 10vw, 140px);
    border-bottom: 1px solid var(--mfg-line);
    background: var(--mfg-surface);
}

.manufacturing-intro__grid {
    display: grid;
    grid-template-columns: minmax(180px, 0.6fr) minmax(0, 1.4fr);
    gap: clamp(42px, 9vw, 140px);
    margin-bottom: 70px;
}

.manufacturing-intro h2,
.manufacturing-section-heading h2,
.manufacturing-standard h2,
.manufacturing-cta h2 {
    margin-bottom: 24px;
    overflow-wrap: anywhere;
    color: var(--mfg-ink);
    font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
    font-size: clamp(3rem, 5.7vw, 5.7rem);
    font-weight: 600;
    line-height: 0.92;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.manufacturing-intro__grid > div > p,
.manufacturing-section-heading > p,
.manufacturing-standard__grid > div > p,
.manufacturing-cta > div > p:not(.manufacturing-eyebrow) {
    color: var(--mfg-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}

.manufacturing-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--mfg-line);
    border-left: 1px solid var(--mfg-line);
}

.manufacturing-stats article {
    display: flex;
    min-width: 0;
    min-height: 180px;
    flex-direction: column;
    justify-content: space-between;
    padding: 26px 24px;
    border-right: 1px solid var(--mfg-line);
    border-bottom: 1px solid var(--mfg-line);
}

.manufacturing-stats strong {
    overflow-wrap: anywhere;
    color: var(--mfg-ink);
    font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
    font-size: clamp(2rem, 3vw, 3.2rem);
    font-weight: 650;
    line-height: 0.95;
}

.manufacturing-stats span {
    color: var(--mfg-muted);
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.manufacturing-process {
    padding-block: clamp(82px, 11vw, 150px);
    background:
        linear-gradient(rgba(214, 190, 131, 0.05) 1px, transparent 1px) 0 0 / 100% 82px,
        var(--mfg-paper);
}

.manufacturing-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: clamp(36px, 8vw, 110px);
    align-items: end;
    margin-bottom: 62px;
}

.manufacturing-process__list {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--mfg-line);
    list-style: none;
}

.manufacturing-process__list li {
    display: grid;
    grid-template-columns: 64px minmax(280px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(22px, 4.5vw, 66px);
    align-items: center;
    padding: clamp(34px, 5vw, 64px) 0;
    border-bottom: 1px solid var(--mfg-line);
}

.manufacturing-process__list li > span {
    align-self: start;
    padding-top: 4px;
    color: var(--mfg-bronze);
    font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.manufacturing-process__list figure {
    position: relative;
    min-width: 0;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--mfg-line);
    background: #080b0d;
    box-shadow: 0 22px 54px rgba(8, 11, 13, 0.13);
}

.manufacturing-process__list figure::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(4, 7, 8, 0.76));
    content: '';
    pointer-events: none;
}

.manufacturing-process__list figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 260ms ease, transform 650ms ease;
}

.manufacturing-process__list li:nth-child(6) figure img {
    object-position: center 34%;
}

.manufacturing-process__list figure:hover img {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.025);
}

.manufacturing-process__list figcaption {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 12px;
    left: 14px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.manufacturing-process__list li > div {
    min-width: 0;
}

.manufacturing-process__list h3 {
    margin: 0 0 18px;
    color: var(--mfg-ink);
    font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
    font-size: clamp(1.65rem, 3vw, 2.55rem);
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.manufacturing-process__list p {
    margin: 0;
    color: var(--mfg-muted);
    line-height: 1.7;
}

.manufacturing-gallery {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    grid-template-rows: repeat(2, minmax(280px, 36vw));
    gap: 2px;
    background: #080a0b;
}

.manufacturing-gallery figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.manufacturing-gallery__wide {
    grid-row: 1 / 3;
}

.manufacturing-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

.manufacturing-gallery figure:hover img {
    transform: scale(1.025);
}

.manufacturing-gallery figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 16px;
    background: rgba(5, 7, 8, 0.78);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.manufacturing-gallery figcaption span {
    color: #d6be83;
}

.manufacturing-standard {
    padding-block: clamp(82px, 10vw, 142px);
    background: var(--mfg-surface);
}

.manufacturing-standard__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: clamp(42px, 9vw, 140px);
    align-items: end;
}

.manufacturing-standard__grid a {
    display: inline-flex;
    gap: 18px;
    margin-top: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid var(--mfg-bronze);
    color: var(--mfg-ink);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-decoration: none;
    text-transform: uppercase;
}

.manufacturing-cta {
    padding-block: clamp(92px, 12vw, 170px);
    background: #0b1114;
    color: #fff;
}

.manufacturing-cta > div {
    max-width: 920px;
}

.manufacturing-cta h2 {
    color: #fff;
}

.manufacturing-cta > div > p:not(.manufacturing-eyebrow) {
    max-width: 680px;
    margin-bottom: 31px;
    color: rgba(255, 255, 255, 0.72);
}

html:not(.dark) body .manufacturing-page section :is(h2, h3, strong) {
    color: var(--mfg-ink) !important;
}

html:not(.dark) body .manufacturing-page section :is(p, span) {
    color: var(--mfg-muted) !important;
}

html:not(.dark) body .manufacturing-page section .manufacturing-eyebrow,
html:not(.dark) body .manufacturing-page section .manufacturing-process__list li > span {
    color: var(--mfg-bronze) !important;
}

html:not(.dark) body .manufacturing-page .manufacturing-hero :is(h1, .manufacturing-hero__content > p:not(.manufacturing-eyebrow)),
html:not(.dark) body .manufacturing-page .manufacturing-hero__rail span,
html:not(.dark) body .manufacturing-page .manufacturing-gallery figcaption,
html:not(.dark) body .manufacturing-page .manufacturing-cta :is(h2, p:not(.manufacturing-eyebrow)) {
    color: #fff !important;
}

html:not(.dark) body .manufacturing-page .manufacturing-button,
html:not(.dark) body .manufacturing-page .manufacturing-button span {
    color: #11110f !important;
}

html:not(.dark) body main.manufacturing-page section#manufacturing-hero .manufacturing-hero__rail span {
    color: #ffffff !important;
}

html:not(.dark) body main.manufacturing-page section#manufacturing-gallery figcaption span {
    color: #d6be83 !important;
}

html:not(.dark) body main.manufacturing-page section#manufacturing-cta .manufacturing-button span {
    color: #11110f !important;
}

html:not(.dark) body main.manufacturing-page section#manufacturing-cta {
    background: #0b1114 !important;
}

html:not(.dark) body main.manufacturing-page section#manufacturing-hero > img {
    filter: brightness(1.08) saturate(1.03);
}

html:not(.dark) body main.manufacturing-page section#manufacturing-hero .manufacturing-hero__veil {
    background:
        linear-gradient(90deg, rgba(4, 7, 8, 0.88) 0%, rgba(4, 7, 8, 0.64) 48%, rgba(4, 7, 8, 0.1) 100%),
        linear-gradient(0deg, rgba(4, 7, 8, 0.62), transparent 60%);
}

@media (max-width: 900px) {
    .manufacturing-intro__grid,
    .manufacturing-section-heading,
    .manufacturing-standard__grid {
        grid-template-columns: minmax(0, 1fr);
    }

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

    .manufacturing-process__list li {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 20px;
    }

    .manufacturing-process__list li > figure,
    .manufacturing-process__list li > div {
        grid-column: 2;
    }

    .manufacturing-process__list li > figure {
        grid-row: 1 / span 2;
    }

    .manufacturing-process__list li > div {
        grid-row: 3;
    }

    .manufacturing-gallery {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: repeat(3, minmax(300px, 62vw));
    }

    .manufacturing-gallery__wide {
        grid-row: auto;
    }
}

@media (max-width: 700px) {
    .manufacturing-shell {
        width: min(100% - 32px, 1200px);
    }

    .manufacturing-hero {
        min-height: 650px;
    }

    .manufacturing-hero > img {
        object-position: 62% center;
    }

    .manufacturing-hero__content h1 {
        font-size: clamp(3.25rem, 17vw, 5.3rem);
    }

    .manufacturing-hero__rail {
        display: none;
    }

    .manufacturing-stats {
        grid-template-columns: minmax(0, 1fr);
    }

    .manufacturing-stats article {
        min-height: 140px;
    }

    .manufacturing-process__list li {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 16px;
    }

    .manufacturing-process__list li > figure {
        aspect-ratio: 16 / 10;
    }

    .manufacturing-gallery figcaption {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
}

@media (max-width: 430px) {
    .manufacturing-button {
        width: 100%;
    }

    .manufacturing-intro h2,
    .manufacturing-section-heading h2,
    .manufacturing-standard h2,
    .manufacturing-cta h2 {
        font-size: clamp(2.6rem, 14vw, 4rem);
    }
}
