.feature-scope.feature-moke-stainless {
        --bg: #f8f7f4;
        --bg-warm: #f2f0eb;
        --bg-dark: #1a1f1c;
        --bg-card: #ffffff;
        --bg-neon: #0a0a0c;
        --bg-neon-card: #14141a;
        --border: #e2ddd6;
        --border-light: #eeebe5;
        --text: #1c1e1b;
        --text-mid: #52564f;
        --text-dim: #8a8d87;
        --accent: #4a6d5c;
        --accent-deep: #2d4a3a;
        --accent-light: #e5ede8;
        --accent-glow: #6b9b80;
        --neon-magenta: #ff4d8a;
        --neon-cyan: #5cd6ff;
        --radius: 8px;
        --radius-lg: 16px;
    }

    .feature-scope.feature-moke-stainless * { margin: 0; padding: 0; box-sizing: border-box; }
.feature-scope.feature-moke-stainless { scroll-behavior: smooth; }
    .feature-scope.feature-moke-stainless [id] { scroll-margin-top: 64px; }
.feature-scope.feature-moke-stainless {
        font-family: 'DM Sans', sans-serif;
        background: var(--bg);
        color: var(--text);
        line-height: 1.7;
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
    }

    .feature-scope.feature-moke-stainless h1,
.feature-scope.feature-moke-stainless h2,
.feature-scope.feature-moke-stainless h3,
.feature-scope.feature-moke-stainless h4,
.feature-scope.feature-moke-stainless h5,
.feature-scope.feature-moke-stainless h6,
.feature-scope.feature-moke-stainless .section-title,
.feature-scope.feature-moke-stainless .quote-text,
.feature-scope.feature-moke-stainless .quote-band-text {
        text-transform: none;
        letter-spacing: normal;
    }

    .feature-scope.feature-moke-stainless /* ===== HERO ===== */
    .build-hero {
        position: relative;
        min-height: 92vh;
        background: #0a0a0a;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 80px 64px;
        overflow: hidden;
    }
    .feature-scope.feature-moke-stainless .build-hero-img {
        position: absolute; inset: 0;
        background-position: center 35%;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.78;
    }
    .feature-scope.feature-moke-stainless .build-hero-video {
        position: absolute; inset: 0;
        width: 100%; height: 100%;
        object-fit: cover;
        opacity: 0.78;
    }
    .feature-scope.feature-moke-stainless .build-hero::after {
        content: '';
        position: absolute; inset: 0;
        background:
            linear-gradient(to top, rgba(8,8,10,0.95) 0%, rgba(8,8,10,0.4) 35%, rgba(8,8,10,0.05) 70%, rgba(8,8,10,0.5) 100%);
        pointer-events: none;
        z-index: 1;
    }
    .feature-scope.feature-moke-stainless .build-hero-inner {
        position: relative; z-index: 2;
        max-width: 1100px;
        margin: 0 auto;
        width: 100%;
    }
    .feature-scope.feature-moke-stainless .build-hero-eyebrow {
        font-size: 11px; font-weight: 600; letter-spacing: 3px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.62);
        margin-bottom: 28px;
        opacity: 0; animation: fadeUp 0.9s 0.2s forwards;
    }
    .feature-scope.feature-moke-stainless .build-hero h1 {
        font-family: 'Playfair Display', serif;
        font-size: clamp(40px, 5.5vw, 76px);
        font-weight: 400; line-height: 1.1;
        margin-bottom: 28px;
        max-width: 920px;
        opacity: 0; animation: fadeUp 0.9s 0.4s forwards;
    }
    .feature-scope.feature-moke-stainless .build-hero h1 em {
        font-style: italic;
        color: var(--accent-glow);
    }
    .feature-scope.feature-moke-stainless .build-hero-sub {
        font-family: 'DM Sans', sans-serif;
        font-size: 18px; line-height: 1.7;
        color: rgba(255,255,255,0.62);
        max-width: 620px;
        font-weight: 300;
        opacity: 0; animation: fadeUp 0.9s 0.6s forwards;
    }
    .feature-scope.feature-moke-stainless .build-hero-meta {
        margin-top: 56px;
        display: flex; flex-wrap: wrap;
        gap: 40px;
        opacity: 0; animation: fadeUp 0.9s 0.8s forwards;
    }
    .feature-scope.feature-moke-stainless .build-hero-meta-item {
        font-size: 13px; color: rgba(255,255,255,0.5);
    }
    .feature-scope.feature-moke-stainless .build-hero-meta-item strong {
        display: block;
        font-family: 'JetBrains Mono', monospace;
        font-size: 18px; font-weight: 500;
        color: rgba(255,255,255,0.92);
        margin-bottom: 4px;
    }
    .feature-scope.feature-moke-stainless .build-hero-scroll {
        position: absolute; bottom: 32px; left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        opacity: 0; animation: fadeUp 0.9s 1.2s forwards;
    }
    .feature-scope.feature-moke-stainless .build-hero-scroll span {
        display: block; width: 1px; height: 48px;
        background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
        margin: 0 auto;
        animation: scrollPulse 2s ease-in-out infinite;
    }

    .feature-scope.feature-moke-stainless /* ===== ANIMATIONS ===== */
    @keyframes fadeUp {
        from { opacity: 0; transform: translateY(24px); }
        to { opacity: 1; transform: translateY(0); }
    }
    @keyframes scrollPulse {
        0%, 100% { opacity: 0.3; transform: scaleY(1); }
        50% { opacity: 0.8; transform: scaleY(1.2); }
    }
    .feature-scope.feature-moke-stainless .reveal {
        opacity: 0; transform: translateY(32px);
        transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .feature-scope.feature-moke-stainless .reveal.visible {
        opacity: 1; transform: translateY(0);
    }

    .feature-scope.feature-moke-stainless /* ===== SECTIONS ===== */
    .section {
        max-width: 1100px;
        margin: 0 auto;
        padding: 110px 48px;
    }
    .feature-scope.feature-moke-stainless .section.tight { padding: 72px 48px; }
    .feature-scope.feature-moke-stainless .section-label {
        font-size: 11px; font-weight: 600; letter-spacing: 3px;
        text-transform: uppercase; color: var(--accent);
        margin-bottom: 20px;
    }
    .feature-scope.feature-moke-stainless .section-title {
        font-family: 'Playfair Display', serif;
        font-size: clamp(32px, 3.5vw, 48px);
        font-weight: 400; line-height: 1.2;
        margin-bottom: 24px;
        max-width: 820px;
    }
    .feature-scope.feature-moke-stainless .section-title em { font-style: italic; color: var(--accent-deep); }
    .feature-scope.feature-moke-stainless .section-intro {
        font-size: 17px; color: var(--text-mid);
        max-width: 680px; line-height: 1.85;
        margin-bottom: 48px;
    }

    .feature-scope.feature-moke-stainless /* ===== NARRATIVE ===== */
    .narrative {
        font-size: 17px; color: var(--text-mid);
        line-height: 1.9; max-width: 720px;
    }
    .feature-scope.feature-moke-stainless .narrative p { margin-bottom: 24px; }
    .feature-scope.feature-moke-stainless .narrative p:last-child { margin-bottom: 0; }
    .feature-scope.feature-moke-stainless .narrative strong { color: var(--text); font-weight: 600; }
    .feature-scope.feature-moke-stainless .narrative .num {
        font-family: 'JetBrains Mono', monospace;
        font-weight: 500; color: var(--text);
        font-size: 16px;
    }
    .feature-scope.feature-moke-stainless .narrative .hl { color: var(--accent-deep); font-weight: 600; }

    .feature-scope.feature-moke-stainless /* ===== PULL QUOTE (inline,
.feature-scope.feature-moke-stainless within narrative) ===== */
    .pull-quote {
        margin: 48px 0;
        padding: 0 0 0 32px;
        border-left: 2px solid var(--accent);
        max-width: 760px;
    }
    .feature-scope.feature-moke-stainless .pull-quote-text {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: clamp(22px, 2.4vw, 28px);
        font-weight: 400;
        color: var(--accent-deep);
        line-height: 1.45;
        margin-bottom: 14px;
    }
    .feature-scope.feature-moke-stainless .pull-quote-attr {
        font-size: 12px;
        color: var(--text-dim);
        font-weight: 500;
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .feature-scope.feature-moke-stainless /* ===== QUOTE BAND (full-width dark) ===== */
    .quote-band {
        background: var(--bg-dark);
        padding: 100px 48px;
        position: relative;
        overflow: hidden;
    }
    .feature-scope.feature-moke-stainless .quote-band::before {
        content: '\201C';
        position: absolute; top: -20px; left: 48px;
        font-family: 'Playfair Display', serif;
        font-size: 300px; color: rgba(255,255,255,0.04);
        line-height: 1;
    }
    .feature-scope.feature-moke-stainless .quote-band-inner {
        max-width: 900px; margin: 0 auto;
        position: relative; z-index: 1;
    }
    .feature-scope.feature-moke-stainless .quote-band-text {
        font-family: 'Playfair Display', serif;
        font-size: clamp(22px, 2.8vw, 32px);
        font-weight: 400; font-style: italic;
        color: rgba(255,255,255,0.88);
        line-height: 1.55;
        margin-bottom: 28px;
    }
    .feature-scope.feature-moke-stainless .quote-band-attr {
        font-size: 13px; color: rgba(255,255,255,0.4);
        font-weight: 500; letter-spacing: 0.5px;
    }

    .feature-scope.feature-moke-stainless /* ===== STAT STRIP (mono numbers,
.feature-scope.feature-moke-stainless used for spec callouts) ===== */
    .stat-strip {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1px;
        background: var(--border);
        border-radius: var(--radius-lg);
        overflow: hidden;
        margin: 48px 0;
    }
    .feature-scope.feature-moke-stainless .stat-strip-item {
        background: var(--bg-card);
        padding: 28px 24px;
        text-align: left;
    }
    .feature-scope.feature-moke-stainless .stat-strip-value {
        font-family: 'JetBrains Mono', monospace;
        font-size: 22px; font-weight: 500;
        color: var(--accent-deep);
    }
    .feature-scope.feature-moke-stainless .stat-strip-label {
        font-size: 11px; color: var(--text-dim);
        text-transform: uppercase; letter-spacing: 1.2px;
        margin-top: 6px;
    }

    .feature-scope.feature-moke-stainless /* ===== TWO COLUMN ===== */
    .two-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
        align-items: start;
        margin-top: 24px;
    }
    .feature-scope.feature-moke-stainless .two-col.wide-left {
        grid-template-columns: 1.3fr 0.7fr;
    }

    .feature-scope.feature-moke-stainless /* ===== IMG STRIPS ===== */
    .img-strip-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
        margin: 48px 0;
    }
    .feature-scope.feature-moke-stainless .img-strip-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin: 48px 0;
    }
    .feature-scope.feature-moke-stainless .img-strip-3 figure,
.feature-scope.feature-moke-stainless .img-strip-2 figure {
        margin: 0;
        border-radius: var(--radius-lg);
        overflow: hidden;
        background: var(--bg-warm);
        cursor: zoom-in;
    }
    .feature-scope.feature-moke-stainless .img-strip-3 figure img,
.feature-scope.feature-moke-stainless .img-strip-2 figure img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s ease;
    }
    .feature-scope.feature-moke-stainless .img-strip-3 figure:hover img,
.feature-scope.feature-moke-stainless .img-strip-2 figure:hover img {
        transform: scale(1.02);
    }

    .feature-scope.feature-moke-stainless /* ===== PARALLAX BREAK ===== */
    .parallax-break {
        position: relative;
        height: 75vh;
        min-height: 460px;
        max-height: 760px;
        overflow: hidden;
    }
    .feature-scope.feature-moke-stainless .parallax-break img {
        position: absolute;
        top: -10%; left: 0;
        width: 100%; height: 120%;
        object-fit: cover;
        will-change: transform;
    }
    .feature-scope.feature-moke-stainless .parallax-break::after {
        content: '';
        position: absolute;
        bottom: 0; left: 0; right: 0;
        height: 160px;
        background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
        pointer-events: none;
        z-index: 1;
    }
    .feature-scope.feature-moke-stainless .parallax-break.fade-to-warm::after {
        background: linear-gradient(to top, var(--bg-warm) 0%, transparent 100%);
    }
    .feature-scope.feature-moke-stainless .parallax-break.fade-to-neon::after {
        background: linear-gradient(to top, var(--bg-neon) 0%, transparent 100%);
    }
    .feature-scope.feature-moke-stainless .parallax-break + .section,
.feature-scope.feature-moke-stainless .parallax-break + .masonry-section {
        position: relative;
        z-index: 2;
    }

    .feature-scope.feature-moke-stainless /* ===== VIDEO BREAK (full-width page-break with autoplaying video) ===== */
    .video-break {
        position: relative;
        width: 100%;
        height: 80vh;
        min-height: 480px;
        max-height: 820px;
        overflow: hidden;
        background: #0a0a0a;
    }
    .feature-scope.feature-moke-stainless .video-break video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .feature-scope.feature-moke-stainless .video-break::after {
        content: '';
        position: absolute;
        bottom: 0; left: 0; right: 0;
        height: 180px;
        background: linear-gradient(to top, var(--bg) 0%, transparent 100%);
        pointer-events: none;
        z-index: 1;
    }
    .feature-scope.feature-moke-stainless .video-break.fade-to-warm::after {
        background: linear-gradient(to top, var(--bg-warm) 0%, transparent 100%);
    }
    .feature-scope.feature-moke-stainless .video-break.fade-to-neon::after {
        background: linear-gradient(to top, var(--bg-neon) 0%, transparent 100%);
    }
    .feature-scope.feature-moke-stainless .video-break.fade-from-top::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 140px;
        background: linear-gradient(to bottom, var(--bg-warm) 0%, transparent 100%);
        pointer-events: none;
        z-index: 1;
    }
    .feature-scope.feature-moke-stainless .video-break.fade-from-light::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 140px;
        background: linear-gradient(to bottom, var(--bg) 0%, transparent 100%);
        pointer-events: none;
        z-index: 1;
    }
    .feature-scope.feature-moke-stainless .video-break + .section,
.feature-scope.feature-moke-stainless .video-break + .masonry-section,
.feature-scope.feature-moke-stainless .video-break + .section--dark {
        position: relative;
        z-index: 2;
    }

    .feature-scope.feature-moke-stainless /* ===== MASONRY (per-section gallery,
.feature-scope.feature-moke-stainless lightbox-enabled) ===== */
    .masonry-section {
        padding: 56px 24px 110px;
        max-width: 1500px;
        margin: 0 auto;
    }
    .feature-scope.feature-moke-stainless .masonry-section.compact {
        padding: 32px 24px 80px;
    }
    .feature-scope.feature-moke-stainless .masonry {
        column-count: 2;
        column-gap: 10px;
    }
    @media (min-width: 720px) {
        .feature-scope.feature-moke-stainless .masonry { column-count: 3; column-gap: 12px; }
    }
    @media (min-width: 1100px) {
        .feature-scope.feature-moke-stainless .masonry { column-count: 4; column-gap: 14px; }
    }
    @media (min-width: 1500px) {
        .feature-scope.feature-moke-stainless .masonry { column-count: 4; column-gap: 16px; }
    }
    .feature-scope.feature-moke-stainless .masonry figure {
        margin: 0 0 10px;
        break-inside: avoid;
        background: var(--bg-warm);
        overflow: hidden;
        cursor: zoom-in;
        border-radius: 2px;
        opacity: 0;
        transform: translateY(12px);
        transition: opacity 0.6s ease, transform 0.6s cubic-bezier(.2,.7,.2,1);
    }
    @media (min-width: 720px) { .feature-scope.feature-moke-stainless .masonry figure { margin-bottom: 12px; } }
    @media (min-width: 1100px) { .feature-scope.feature-moke-stainless .masonry figure { margin-bottom: 14px; } }
    @media (min-width: 1500px) { .feature-scope.feature-moke-stainless .masonry figure { margin-bottom: 16px; } }
    .feature-scope.feature-moke-stainless .masonry figure.is-in {
        opacity: 1;
        transform: none;
    }
    .feature-scope.feature-moke-stainless .masonry figure img {
        display: block;
        width: 100%;
        height: auto;
        transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
    }
    .feature-scope.feature-moke-stainless .masonry figure:hover img,
.feature-scope.feature-moke-stainless .masonry figure:focus-within img {
        transform: scale(1.025);
    }

    .feature-scope.feature-moke-stainless /* ===== ENGINEERING INSERT (technical drawings) ===== */
    .engineering-block {
        margin: 64px 0;
        background: linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
        border: 1px solid var(--border-light);
        border-radius: var(--radius-lg);
        padding: 40px;
        position: relative;
    }
    .feature-scope.feature-moke-stainless .engineering-block::before {
        content: 'Engineering';
        position: absolute;
        top: 20px; right: 24px;
        font-family: 'JetBrains Mono', monospace;
        font-size: 10px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--text-dim);
    }
    .feature-scope.feature-moke-stainless .engineering-pair {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }
    .feature-scope.feature-moke-stainless .engineering-pair.triple {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .feature-scope.feature-moke-stainless .engineering-figure {
        margin: 0;
        text-align: center;
    }
    .feature-scope.feature-moke-stainless .engineering-figure img {
        display: block;
        width: 100%;
        height: auto;
        max-height: 460px;
        object-fit: contain;
        margin: 0 auto;
    }
    .feature-scope.feature-moke-stainless .engineering-figure figcaption {
        margin-top: 18px;
        font-family: 'JetBrains Mono', monospace;
        font-size: 12px;
        font-weight: 500;
        color: var(--text-mid);
        letter-spacing: 0.5px;
    }
    .feature-scope.feature-moke-stainless .engineering-figure figcaption .ef-label {
        display: block;
        color: var(--text-dim);
        font-size: 10px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-top: 4px;
    }
    .feature-scope.feature-moke-stainless .engineering-block.solo .engineering-figure {
        max-width: 760px;
        margin: 0 auto;
    }

    .feature-scope.feature-moke-stainless /* ===== INSTAGRAM REEL ===== */
    .reel-row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
        margin: 56px 0;
    }
    .feature-scope.feature-moke-stainless .reel {
        background: var(--bg-dark);
        border-radius: var(--radius-lg);
        overflow: hidden;
        position: relative;
    }
    .feature-scope.feature-moke-stainless .reel blockquote.instagram-media {
        margin: 0 !important;
        background: var(--bg-dark) !important;
        border: 0 !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
    }
    .feature-scope.feature-moke-stainless .reel-placeholder {
        background: linear-gradient(160deg, #1a1f1c 0%, #243029 100%);
        border-radius: var(--radius-lg);
        padding: 40px 28px;
        min-height: 380px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        color: rgba(255,255,255,0.85);
        position: relative;
        overflow: hidden;
        border: 1px dashed rgba(255,255,255,0.08);
    }
    .feature-scope.feature-moke-stainless .reel-placeholder::before {
        content: '\25B6';
        position: absolute;
        top: 24px; right: 28px;
        font-size: 14px;
        color: var(--accent-glow);
        opacity: 0.55;
    }
    .feature-scope.feature-moke-stainless .reel-placeholder-eyebrow {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        color: var(--accent-glow);
        margin-bottom: 16px;
    }
    .feature-scope.feature-moke-stainless .reel-placeholder-title {
        font-family: 'Playfair Display', serif;
        font-size: 22px;
        font-weight: 400;
        font-style: italic;
        color: #fff;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    .feature-scope.feature-moke-stainless .reel-placeholder-hint {
        font-size: 11px;
        color: rgba(255,255,255,0.4);
        font-family: 'JetBrains Mono', monospace;
        line-height: 1.6;
        margin-top: auto;
    }

    .feature-scope.feature-moke-stainless /* ===== LIGHTBOX ===== */
    .moke-lightbox {
        position: fixed;
        inset: 0;
        background: rgba(8,8,10,0.96);
        z-index: 9999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 32px;
        cursor: zoom-out;
    }
    .feature-scope.feature-moke-stainless .moke-lightbox.open { display: flex; }
    .feature-scope.feature-moke-stainless .moke-lightbox img {
        max-width: 96vw;
        max-height: 92vh;
        object-fit: contain;
        box-shadow: 0 20px 80px rgba(0,0,0,0.6);
    }
    .feature-scope.feature-moke-stainless .moke-lightbox-close {
        position: absolute;
        top: 24px; right: 28px;
        background: none;
        border: 1px solid rgba(255,255,255,0.2);
        color: #fff;
        font-size: 14px;
        font-family: 'DM Sans', sans-serif;
        padding: 8px 16px;
        border-radius: var(--radius);
        cursor: pointer;
        letter-spacing: 1px;
    }
    .feature-scope.feature-moke-stainless .moke-lightbox-close:hover { background: rgba(255,255,255,0.1); }

    .feature-scope.feature-moke-stainless /* ===== DARK NEON SECTION ===== */
    .section--dark {
        background: var(--bg-neon);
        color: rgba(255,255,255,0.85);
        padding: 0;
    }
    .feature-scope.feature-moke-stainless .section--dark .section-inner {
        max-width: 1100px;
        margin: 0 auto;
        padding: 130px 48px 80px;
    }
    .feature-scope.feature-moke-stainless .section--dark .section-label {
        color: var(--neon-magenta);
    }
    .feature-scope.feature-moke-stainless .section--dark .section-title {
        color: #fff;
    }
    .feature-scope.feature-moke-stainless .section--dark .section-title em {
        color: var(--neon-cyan);
    }
    .feature-scope.feature-moke-stainless .section--dark .section-intro {
        color: rgba(255,255,255,0.5);
        max-width: 680px;
    }
    .feature-scope.feature-moke-stainless .section--dark .pull-quote {
        border-left-color: var(--neon-magenta);
        max-width: 820px;
        margin: 64px 0;
    }
    .feature-scope.feature-moke-stainless .section--dark .pull-quote-text {
        color: #fff;
        font-size: clamp(24px, 2.8vw, 34px);
    }
    .feature-scope.feature-moke-stainless .section--dark .pull-quote-attr {
        color: rgba(255,255,255,0.4);
    }
    .feature-scope.feature-moke-stainless .section--dark .masonry-section {
        padding: 56px 32px 130px;
        max-width: 1500px;
    }
    .feature-scope.feature-moke-stainless .section--dark .masonry figure {
        background: var(--bg-neon-card);
        border-radius: 4px;
    }
    .feature-scope.feature-moke-stainless .section--dark .reel-placeholder {
        background: linear-gradient(160deg, #14141a 0%, #1f1320 100%);
        border-color: rgba(255,77,138,0.25);
    }
    .feature-scope.feature-moke-stainless .section--dark .reel-placeholder-eyebrow,
.feature-scope.feature-moke-stainless .section--dark .reel-placeholder::before {
        color: var(--neon-magenta);
    }

    .feature-scope.feature-moke-stainless /* ===== FOOTNOTE / CLOSING ===== */
    .closing-section {
        text-align: center;
        padding: 120px 48px 140px;
        max-width: 900px;
        margin: 0 auto;
    }
    .feature-scope.feature-moke-stainless .closing-line {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: clamp(28px, 3.5vw, 44px);
        color: var(--accent-deep);
        line-height: 1.4;
    }
    .feature-scope.feature-moke-stainless .closing-attr {
        margin-top: 32px;
        font-size: 12px;
        color: var(--text-dim);
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .feature-scope.feature-moke-stainless /* ===== CHAPTER NUMBER ===== */
    .chapter-num {
        font-family: 'JetBrains Mono', monospace;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 2px;
        color: var(--text-dim);
        margin-bottom: 8px;
    }
    .feature-scope.feature-moke-stainless .section--dark .chapter-num { color: rgba(255,255,255,0.45); }

    .feature-scope.feature-moke-stainless /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
        .build-hero { padding: 72px 28px 56px; min-height: 80vh; }
        .build-hero-meta { gap: 24px; }
        .section { padding: 72px 24px; }
        .section.tight { padding: 56px 24px; }
        .section--dark .section-inner { padding: 96px 24px 56px; }
        .section--dark .masonry-section { padding: 32px 16px 96px; }
        .img-strip-3 { grid-template-columns: 1fr; }
        .img-strip-2 { grid-template-columns: 1fr; }
        .two-col, .two-col.wide-left { grid-template-columns: 1fr; gap: 32px; }
        .engineering-block { padding: 28px 20px; }
        .engineering-pair, .engineering-pair.triple { grid-template-columns: 1fr; gap: 32px; }
        .quote-band { padding: 72px 24px; }
        .quote-band::before { left: 24px; font-size: 200px; }
        .reel-row { grid-template-columns: 1fr; gap: 16px; }
        .reel-placeholder { min-height: 280px; padding: 32px 24px; }
        .closing-section { padding: 80px 24px 100px; }
        .pull-quote { padding-left: 20px; }
        .stat-strip-item { padding: 22px 18px; }
        .stat-strip-value { font-size: 18px; }
    }