:root {
    --mff-void: #0a120e;
    --mff-ink: #101810;
    --mff-wood: #1f4a32;
    --mff-paper: #e6efe0;
    --mff-mute: #c5d2be;
    --mff-panel: #1f4a32;
    --mff-panel-2: #163826;
    --mff-line: rgba(36, 136, 83, 0.42);
    --mff-line-dim: rgba(36, 136, 83, 0.26);
    --mff-gold: #2d9a68;
    --mff-amber: #248853;
    --mff-copper: #4a8f68;
    --mff-maple: #2d6b48;
    --mff-char: #0e1610;
    --mff-green: #2d9a68;
    --mff-green-hot: #4aab78;
    --mff-green-deep: #248853;
    --mff-forest: #248853;
    --mff-night: #0e1610;
    --mff-metal: #d4e0cc;
    --mff-steel: #142018;
    --mff-white: #e8efe4;
    --mff-hud: "Outfit", system-ui, sans-serif;
    --mff-ui: "Outfit", system-ui, sans-serif;
    --mff-display: "Fraunces", "Times New Roman", serif;
    --mff-pad: clamp(20px, 4vw, 48px);
    --mff-max: 1280px;
    --mff-letter: 34px;
    --mff-grain: 0.04;
    --mff-warm: 0.5;
    --mff-lift: 0.1;
    --mff-leak: 0.16;
    --mff-hdr: 76px;
    --mff-stave: repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.22) 0 2px, transparent 2px 38px);
    --mff-hoop: #9ec4a8;
    --mff-cream: #e8efe4;
    --mff-paper-band: #efece4;
    --mff-bourbon-band: #0e1610;
    --mff-maple-band: #0e1610;
    --mff-espresso: #0e1610;
    --mff-rail-h: 8px;
    --mff-rail:
        linear-gradient(#4aab78, #4aab78) 0 0 / 2px 8px no-repeat,
        linear-gradient(#4aab78, #4aab78) 0 0 / 14px 2px no-repeat,
        linear-gradient(#4aab78, #4aab78) 100% 0 / 2px 8px no-repeat,
        linear-gradient(#4aab78, #4aab78) 100% 0 / 14px 2px no-repeat,
        repeating-linear-gradient(90deg, transparent 0 63px, #4aab78 63px 64px) 0 0 / 64px 7px repeat-x,
        repeating-linear-gradient(90deg, transparent 0 31px, rgba(74, 171, 120, 0.9) 31px 32px) 0 0 / 32px 5px repeat-x,
        repeating-linear-gradient(90deg, transparent 0 15px, rgba(158, 196, 168, 0.75) 15px 16px) 0 0 / 16px 3px repeat-x,
        linear-gradient(#2d9a68, #2d9a68) 0 0 / 100% 2px no-repeat;
    --mff-barrel-pad: 0;
}

html.mff-html,
html.mff-html.admin-bar,
body.mff-canvas {
    background: var(--mff-void) !important;
    color: var(--mff-white);
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100%;
    font-family: var(--mff-ui);
    letter-spacing: 0.01em;
    cursor: auto;
}

html.mff-html #wpadminbar,
html.mff-html .masterbar,
html.mff-html .wpcom-masterbar,
body.mff-canvas #wpadminbar {
    display: none !important;
}

html.mff-html header:not(.mff-hdr),
html.mff-html .site-header,
html.mff-html #masthead,
html.mff-html #site-header,
html.mff-html #header,
html.mff-html .wp-block-template-part,
html.mff-html .wp-site-blocks > header,
html.mff-html footer:not(.mff-foot),
html.mff-html .site-footer,
html.mff-html #colophon,
body.mff-canvas .mff-root ~ *,
body.mff-canvas > header:not(.mff-hdr),
body.mff-canvas > footer:not(.mff-foot) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

#mff-hdr,
header.mff-hdr,
.mff-hdr {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 2147483646 !important;
    height: var(--mff-hdr) !important;
    color: #e8efe4;
    background:
        var(--mff-stave),
        linear-gradient(180deg, #142418 0%, #0c1610 100%) !important;
    border-bottom: 0;
    box-shadow: 0 1px 0 #2d9a68;
    overflow: visible !important;
    transform: none !important;
    clip: auto !important;
    clip-path: none !important;
    pointer-events: auto !important;
}

.mff-foot {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mff-root {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    padding-top: var(--mff-hdr);
    background: var(--mff-char);
}

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

.mff-gl, .mff-grain, .mff-vignette, .mff-letterbox, .mff-grade, .mff-leak { pointer-events: none; }

.mff-gl {
    position: fixed;
    top: var(--mff-hdr);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: calc(100vh - var(--mff-hdr));
}

.mff-gl--sky,
.mff-horizon,
.mff-grain,
.mff-vignette {
    display: none !important;
}
.mff-gl--route, .mff-gl--motes { display: none; }

.mff-horizon {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 52vh;
    pointer-events: none;
}

.mff-horizon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.mff-horizon__far { fill: #1e3a28; }
.mff-horizon__mid { fill: #142018; }
.mff-horizon__near { fill: #0a120e; }
.mff-horizon__edge {
    stroke: #4a8f68;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    filter: drop-shadow(0 0 6px rgba(36, 136, 83, 0.45));
}

.mff-grade {
    display: none;
}

.mff-leak {
    display: none;
}

.mff-grain {
    position: fixed;
    top: var(--mff-hdr);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    opacity: var(--mff-grain);
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.mff-vignette {
    position: fixed;
    top: var(--mff-hdr);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    background: radial-gradient(ellipse at 50% 100%, transparent 70%, rgba(0, 0, 0, 0.22) 100%);
}

.mff-letterbox {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mff-letterbox span {
    height: var(--mff-letter);
    background: #000;
    box-shadow: 0 0 0 1px rgba(36, 136, 83, 0.2);
}

.mff-hud {
    position: fixed;
    inset: 18px;
    z-index: 30;
    pointer-events: none;
}

.mff-hud__corner { display: none; }

.mff-hud__meta {
    position: absolute;
    top: 8px;
    display: flex;
    gap: 1.25rem;
    font-family: var(--mff-hud);
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mff-green);
    text-shadow: 0 0 12px rgba(36, 136, 83, 0.55);
}

.mff-hud__meta--l { left: 40px; }
.mff-hud__meta--r { right: 40px; }

.mff-hud__progress {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 8px;
    height: 2px;
    background: rgba(36, 136, 83, 0.18);
}

.mff-hud__progress::after {
    content: "";
    display: block;
    height: 100%;
    width: var(--p, 0%);
    background: var(--mff-green);
    box-shadow: 0 0 10px var(--mff-green);
}

.mff-nail {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #d4e8d4, #6a9a72 55%, #2d5a3c);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45);
    z-index: 3;
    pointer-events: none;
}

.mff-nail--tl { top: 8px; left: 8px; }
.mff-nail--tr { top: 8px; right: 8px; }
.mff-nail--bl { bottom: 8px; left: 8px; }
.mff-nail--br { bottom: 8px; right: 8px; }

.mff-cursor {
    position: fixed;
    z-index: 80;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    pointer-events: none;
    mix-blend-mode: plus-lighter;
    transition: transform 0.18s ease;
}

.mff-cursor.is-hot { transform: scale(1.35); }

.mff-cursor__ring, .mff-cursor__dot, .mff-cursor__x {
    position: absolute;
    inset: 0;
    margin: auto;
}

.mff-cursor__ring {
    width: 36px;
    height: 36px;
    border: 1px solid var(--mff-green-hot);
    border-radius: 50%;
    opacity: 0.7;
}

.mff-cursor__dot {
    width: 4px;
    height: 4px;
    background: var(--mff-green-hot);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--mff-green);
}

.mff-cursor__x::before, .mff-cursor__x::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--mff-green);
    opacity: 0.7;
}

.mff-cursor__x::before { width: 11px; height: 1px; transform: translate(-50%, -50%); }
.mff-cursor__x::after { width: 1px; height: 11px; transform: translate(-50%, -50%); }

.mff-boot {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: grid;
    place-items: center;
    background: #000;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mff-boot.is-done { opacity: 0; visibility: hidden; }

.mff-boot__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--mff-green-hot), transparent);
    box-shadow: 0 0 24px var(--mff-green);
    animation: mff-scan 1.8s ease-in-out infinite;
}

.mff-boot__mark { text-align: center; }

.mff-boot__mark img {
    display: block;
    width: 108px;
    height: auto;
    max-width: 36vw;
    aspect-ratio: 1;
    object-fit: contain;
    margin: 0 auto;
    filter: none;
}

.mff-boot__bar {
    width: 160px;
    height: 3px;
    margin: 1.25rem auto 0;
    background: var(--mff-wood);
    overflow: hidden;
}

.mff-boot__bar span {
    display: block;
    height: 100%;
    width: 0;
    background: var(--mff-gold);
    box-shadow: none;
    animation: mff-load 0.9s ease forwards;
}

.mff-boot__label {
    margin: 0.8rem 0 0;
    font-family: var(--mff-hud);
    letter-spacing: 0.42em;
    text-transform: uppercase;
    font-size: 11px;
    color: var(--mff-green);
}

.mff-boot__log {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    font-family: var(--mff-hud);
    font-size: 10px;
    letter-spacing: 0.28em;
    color: var(--mff-steel);
}

.mff-boot__log li { opacity: 0.28; transition: color 0.3s ease, opacity 0.3s ease; }
.mff-boot__log li.is-on { opacity: 1; color: var(--mff-green-hot); }

.mff-hud, .mff-letterbox, .mff-cursor { display: none !important; }

.mff-hdr {
    transition: height 0.28s ease;
}

.mff-hdr.is-shrink { height: 60px !important; }

.mff-hdr__accent {
    display: none;
}

.mff-hdr::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    bottom: auto;
    z-index: 5;
    width: 8px;
    height: 8px;
    background: #2d9a68;
    border: 1px solid #c5e0cc;
    box-shadow: 0 0 0 1px #0e1610, 0 0 10px rgba(45, 154, 104, 0.7);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
}

.mff-hdr__glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(92deg, transparent, transparent 2px, rgba(0, 0, 0, 0.035) 2px, rgba(0, 0, 0, 0.035) 4px),
        linear-gradient(180deg, rgba(158, 196, 168, 0.07), transparent 42%);
}

.mff-hdr__inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
}

.mff-hdr__logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #e8efe4;
    text-decoration: none;
    flex-shrink: 0;
    font-family: var(--mff-display);
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 0.95rem;
}

.mff-hdr__logo img {
    display: block;
    height: 56px;
    width: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
    transition: height 0.18s ease;
}

.mff-hdr.is-shrink .mff-hdr__logo img { height: 44px; }

.mff-hdr__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px 22px;
    flex: 1;
}

.mff-hdr__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 2px;
    color: #d4e0cc;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
    text-transform: none;
}

.mff-hdr__link:hover,
.mff-hdr__link.is-current { color: #fff; }

.mff-hdr__link.is-current::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 2px;
    background: var(--mff-gold);
    border-radius: 999px;
}

.mff-hdr__caret { font-size: 10px; opacity: 0.7; }

.mff-hdr__drop { position: relative; }

.mff-hdr__menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 200px;
    padding: 8px 0;
    background:
        var(--mff-stave),
        #0c1610;
    border: 1px solid rgba(158, 196, 168, 0.28);
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.mff-hdr__drop:hover .mff-hdr__menu,
.mff-hdr__drop:focus-within .mff-hdr__menu {
    opacity: 1;
    pointer-events: auto;
    transform: none;
}

.mff-hdr__menu a {
    display: block;
    padding: 11px 18px;
    color: #d4e0cc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.mff-hdr__menu a:hover,
.mff-hdr__menu a.is-current {
    color: #fff;
    background: rgba(158, 196, 168, 0.1);
}

.mff-hdr__aside {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.mff-hdr__now { display: none; }

.mff-hdr__call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0 16px;
    height: 38px;
    border-radius: 0;
    background: linear-gradient(180deg, #2d9a68, #248853);
    border: 0;
    color: #101810;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: none;
    box-shadow: 0 0 0 1px #2d6b48;
}

.mff-hdr.is-shrink .mff-hdr__call { height: 36px; }

.mff-hdr__call:hover {
    background: linear-gradient(180deg, #4aab78, #2d9a68);
}

.mff-hdr__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(158, 196, 168, 0.35);
    border-radius: 0;
    background: #101810;
    cursor: pointer;
}

.mff-hdr__burger span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: #e8efe4;
}

.mff-hdr__panel {
    display: none;
    position: absolute;
    top: 100%;
    right: 12px;
    left: 12px;
    z-index: 250;
    padding: 10px 0 16px;
    background:
        var(--mff-stave),
        #0c1610;
    border: 1px solid rgba(158, 196, 168, 0.28);
    border-radius: 4px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.mff-hdr__panel-label {
    margin: 0;
    padding: 8px 20px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #9ec4a8;
    border-bottom: 1px solid rgba(158, 196, 168, 0.18);
}

.mff-hdr__panel a {
    display: block;
    padding: 13px 20px;
    color: #d4e0cc;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.mff-hdr__panel a.is-current,
.mff-hdr__panel a:hover {
    color: #e8efe4;
    background: rgba(45, 154, 104, 0.10);
}

.mff-hdr__panel a.is-current {
    box-shadow: inset 2px 0 0 var(--mff-gold);
}

.mff-hdr__panel-call {
    margin: 8px 16px 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    background: linear-gradient(180deg, #2d9a68, #248853) !important;
    color: #101810 !important;
    border-radius: 0;
}

.mff-stage {
    position: relative;
    z-index: 6;
    max-width: none;
    margin: 0;
    padding: 0;
}

.mff-band {
    position: relative;
    margin: 0;
    padding: clamp(2.6rem, 6.5vw, 5.25rem) max(var(--mff-pad), calc((100vw - var(--mff-max)) / 2));
    overflow: visible;
}

.mff-band + .mff-band,
.mff-foot {
    box-shadow: inset 0 1px 0 #2d9a68;
}

.mff-band + .mff-band::before,
.mff-foot::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    width: auto;
    height: var(--mff-rail-h);
    margin: 0;
    background: var(--mff-rail);
    transform: none;
    pointer-events: none;
}

.mff-band + .mff-band::after,
.mff-foot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 7;
    width: 8px;
    height: 8px;
    margin: 0;
    background: #2d9a68;
    border: 1px solid #c5e0cc;
    box-shadow: 0 0 0 1px #0e1610, 0 0 10px rgba(45, 154, 104, 0.7);
    transform: translate(-50%, -50%) rotate(45deg);
    pointer-events: none;
}

.mff-band--char { background: var(--mff-char); color: var(--mff-paper); }
.mff-band--maple { background: var(--mff-maple-band); color: var(--mff-paper); }
.mff-band--bourbon { background: var(--mff-bourbon-band); color: var(--mff-paper); }

.mff-band--cream,
.mff-band--paper {
    background: var(--mff-cream);
    color: var(--mff-espresso);
}

.mff-band--paper { background: var(--mff-paper-band); }

.mff-band--cream .mff-display,
.mff-band--cream .mff-title,
.mff-band--cream .mff-caption,
.mff-band--cream .mff-ops__card p,
.mff-band--cream .mff-bio p,
.mff-band--cream .mff-facts p,
.mff-band--cream .mff-methods p,
.mff-band--paper .mff-display,
.mff-band--paper .mff-title,
.mff-band--paper .mff-caption,
.mff-band--cream .mff-steps span,
.mff-band--paper .mff-steps span,
.mff-band--paper .mff-protocol p,
.mff-band--paper .mff-methods p,
.mff-band--paper .mff-facts p {
    color: var(--mff-espresso);
    text-shadow: none;
}

.mff-band--cream .mff-kicker,
.mff-band--paper .mff-kicker,
.mff-band--cream .mff-textlink,
.mff-band--paper .mff-textlink {
    color: #2d6b48;
    text-shadow: none;
}

.mff-band--cream .mff-hero__phone a,
.mff-band--paper .mff-hero__phone a,
.mff-band--cream .mff-signal__nums a,
.mff-band--paper .mff-signal__nums a {
    color: var(--mff-espresso);
    text-shadow: none;
}

.mff-band--cream .mff-bio h2,
.mff-band--cream .mff-facts h3,
.mff-band--cream .mff-methods h3,
.mff-band--paper .mff-facts h3,
.mff-band--paper .mff-methods h3,
.mff-band--cream .mff-steps strong,
.mff-band--paper .mff-steps strong,
.mff-band--paper .mff-protocol h2 {
    color: var(--mff-espresso);
    text-shadow: none;
}

.mff-band--cream .mff-form,
.mff-band--paper .mff-form,
.mff-form label,
.mff-form label span,
.mff-form .mff-form__hint {
    color: var(--mff-paper);
}

.mff-band--cream .mff-form__hint,
.mff-band--paper .mff-form__hint {
    color: var(--mff-mute);
}

.mff-band--cream .mff-btn--ghost,
.mff-band--paper .mff-btn--ghost {
    color: var(--mff-espresso);
    box-shadow: inset 0 0 0 1px var(--mff-forest);
}

.mff-band--cream .mff-closer .mff-hero__phone,
.mff-band--cream .mff-hero__phone,
.mff-closer .mff-hero__phone {
    color: var(--mff-espresso);
    border-bottom-color: var(--mff-forest);
}

.mff-band--cream .mff-form,
.mff-band--paper .mff-form {
    box-shadow:
        0 0 0 1px #2d6b48,
        0 16px 40px rgba(8, 16, 10, 0.18);
}

.mff-band--cream .mff-bio article,
.mff-band--paper .mff-facts article,
.mff-band--paper .mff-methods article {
    border-color: rgba(30, 90, 56, 0.28);
}

.mff-band--bourbon .mff-caption,
.mff-band--bourbon .mff-title {
    color: var(--mff-paper);
}

.mff-display,
.mff-title {
    text-shadow: none;
}

.mff-kicker {
    margin: 0 0 0.7rem;
    font-family: var(--mff-display);
    font-size: 1.05rem;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0;
    text-transform: none;
    color: var(--mff-gold);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.mff-display {
    margin: 0;
    font-family: var(--mff-display);
    font-weight: 600;
    font-size: clamp(2.6rem, 6.4vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    text-transform: none;
    color: var(--mff-paper);
    text-shadow: 0 2px 22px rgba(0, 0, 0, 0.7);
}

.mff-display .mff-ch {
    display: inline-block;
    animation: mff-rise 0.7s calc(var(--i) * 28ms) cubic-bezier(0.16, 1, 0.3, 1) both;
}

.mff-title {
    margin: 0;
    font-family: var(--mff-display);
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    text-transform: none;
    letter-spacing: -0.02em;
    color: var(--mff-paper);
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.55);
}

.mff-caption,
.mff-ops__card p,
.mff-catalog__copy p,
.mff-catalog__copy li,
.mff-dossier p,
.mff-timeline p,
.mff-cinema p,
.mff-grid3 p,
.mff-protocol p,
.mff-form__status,
.mff-telemetry p,
.mff-essay p,
.mff-creds p,
.mff-matrix p,
.mff-closer p {
    margin: 0.85rem 0 0;
    color: var(--mff-metal);
    font-size: 1.12rem;
    line-height: 1.65;
    max-width: 46ch;
    text-shadow: none;
}

.mff-hero {
    position: relative;
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.2fr);
    gap: clamp(1.6rem, 4vw, 3.5rem);
    align-items: center;
}

.mff-hero__still,
.mff-hero__video {
    width: 100%;
    max-width: 100%;
    aspect-ratio: auto;
    max-height: none;
    height: auto;
    margin: 0;
    overflow: hidden;
    background: #0a120e;
}

.mff-hero__still video,
.mff-hero__video video {
    position: static;
    display: block;
    top: auto;
    left: auto;
    z-index: 0;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: 50% 50%;
    background: #0a120e;
    filter: contrast(1.04) saturate(0.94) brightness(1);
}

.mff-hero__mask { display: none; }

.mff-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 28em;
    padding: 0 0 1.25rem;
}

.mff-hero__copy::before { display: none; }

.mff-hero .mff-caption {
    color: #e8efe4;
    font-size: 1.16rem;
    line-height: 1.62;
    max-width: 38ch;
    text-shadow: none;
}

.mff-hero .mff-display {
    white-space: normal;
    font-size: clamp(2.8rem, 6.4vw, 5.4rem);
    max-width: none;
}

.mff-hero__phone {
    margin: 1.6rem 0 0.85rem;
}

.mff-hero__phone a {
    font-family: var(--mff-display);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 500;
    color: var(--mff-paper);
    text-decoration: none;
    letter-spacing: -0.02em;
    border-bottom: 1px solid var(--mff-gold);
    text-shadow: none;
}

.mff-hero__phone a:hover { color: #fff; }

.mff-textlink {
    display: inline-block;
    margin-top: 0.35rem;
    color: var(--mff-gold);
    font-size: 1.02rem;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    text-shadow: none;
}

.mff-textlink:hover {
    color: var(--mff-paper);
    border-bottom-color: var(--mff-gold);
}

.mff-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.4rem;
    margin-top: 1.6rem;
    align-items: baseline;
}

.mff-hero__scan { display: none; }

.mff-hero__rail {
    display: none;
}

.mff-marquee {
    overflow: hidden;
    border-top: 1px solid var(--mff-line-dim);
    border-bottom: 1px solid var(--mff-line-dim);
    margin: 0 calc(var(--mff-pad) * -1);
    padding: 0.7rem 0;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.mff-marquee div {
    display: flex;
    width: max-content;
    gap: 2.4rem;
    animation: mff-marquee 32s linear infinite;
    font-family: var(--mff-hud);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--mff-green);
    font-size: 12px;
}

@keyframes mff-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.mff-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 0.85rem 1.35rem;
    color: #101810;
    background: linear-gradient(180deg, #2d9a68, #248853);
    border-radius: 0;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 0.95rem;
    border: 0;
    cursor: pointer;
    box-shadow: 0 0 0 1px #2d6b48, 0 8px 18px rgba(36, 136, 83, 0.28);
    transition: background 0.2s ease, color 0.2s ease;
}

.mff-btn:hover {
    filter: none;
    background: linear-gradient(180deg, #4aab78, #2d9a68);
}

.mff-btn--ghost {
    background: transparent;
    color: var(--mff-paper);
    box-shadow: inset 0 0 0 1px rgba(45, 154, 104, 0.75);
}

.mff-block, .mff-pagehead, .mff-strip, .mff-catalog, .mff-grid3,
.mff-founder, .mff-dossier, .mff-timeline, .mff-cinema, .mff-reel,
.mff-mosaic, .mff-protocol, .mff-signal, .mff-telemetry, .mff-essay,
.mff-creds, .mff-matrix, .mff-closer, .mff-bio, .mff-facts, .mff-methods {
    margin-top: 0;
}

.mff-block__head { margin-bottom: 1.6rem; }

.mff-telemetry,
.mff-creds__grid,
.mff-matrix__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.mff-telemetry article,
.mff-creds article,
.mff-matrix article,
.mff-essay__shot {
    position: relative;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(31, 74, 50, 0.92), rgba(18, 40, 28, 0.94));
    border: 1px solid var(--mff-line);
}

.mff-telemetry em {
    font-family: var(--mff-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-style: normal;
    color: var(--mff-green-hot);
    line-height: 1;
}

.mff-ops {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 1.6rem 1.8rem;
}

.mff-ops__card {
    position: relative;
    overflow: visible;
    min-height: 0;
    border: 0;
    background: transparent;
    transform: none;
}

.mff-ops__card--wide { grid-row: span 2; }

.mff-ops__card img, .mff-frame img, .mff-strip__img img,
.mff-cinema img, .mff-mosaic img,
.mff-protocol img, .mff-signal__banner img, .mff-film__shot img,
.mff-essay__shot img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    filter: contrast(1.04) saturate(0.92);
}

.mff-ops__card--wide img { aspect-ratio: 3 / 4; height: 100%; min-height: 520px; }

.mff-ops__card > div:not(.mff-barrel) {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 1rem 0 0;
    background: none;
}

.mff-ops__card > div:not(.mff-barrel) h3,
.mff-ops__card > div:not(.mff-barrel) p,
.mff-film__shot h3 {
    color: var(--mff-paper);
    text-shadow: none;
}

.mff-form label span {
    font-family: var(--mff-ui);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--mff-paper);
}

.mff-ops__card h3, .mff-catalog__copy h2, .mff-grid3 h3, .mff-dossier h3,
.mff-timeline h3, .mff-cinema h2, .mff-protocol h2,
.mff-telemetry h3, .mff-essay h3, .mff-creds h3, .mff-matrix h3, .mff-film__shot h3 {
    margin: 0;
    font-family: var(--mff-display);
    font-weight: 600;
    font-size: 22px;
    text-transform: none;
    letter-spacing: -0.01em;
}

.mff-film {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.6rem;
    scroll-snap-type: x mandatory;
}

.mff-film__shot {
    position: relative;
    flex: 0 0 min(72vw, 420px);
    min-height: 280px;
    border: 0;
    scroll-snap-align: start;
    overflow: hidden;
}

.mff-film__shot h3 {
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: var(--mff-white);
}

.mff-strip {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    align-items: center;
}

.mff-strip--flip { direction: rtl; }
.mff-strip--flip > * { direction: ltr; }

.mff-strip__img {
    min-height: 420px;
}

.mff-pagehead .mff-display {
    max-width: 11em;
    font-size: clamp(2.3rem, 5.4vw, 4.4rem);
}

.mff-catalog {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 1.5rem;
    min-height: 70vh;
}

.mff-catalog__index {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    border-left: 1px solid var(--mff-line-dim);
}

.mff-catalog__index button {
    appearance: none;
    background: transparent;
    border: 0;
    border-left: 2px solid transparent;
    color: var(--mff-metal);
    text-align: left;
    padding: 0.7rem 0.9rem;
    font-family: var(--mff-ui);
    font-size: 0.95rem;
    letter-spacing: 0;
    text-transform: none;
    cursor: pointer;
}

.mff-catalog__index button em {
    display: block;
    font-family: var(--mff-hud);
    font-style: normal;
    font-size: 10px;
    color: var(--mff-green);
    margin-bottom: 0.15rem;
}

.mff-catalog__index button.is-active,
.mff-catalog__index button:hover {
    color: var(--mff-white);
    border-left-color: var(--mff-green);
    background: linear-gradient(90deg, rgba(36, 136, 83, 0.12), transparent);
}

.mff-catalog__panel {
    display: none;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.25rem;
    align-items: center;
}

.mff-catalog__panel.is-active {
    display: grid;
    animation: mff-fade 0.45s ease;
}

.mff-frame {
    min-height: 420px;
}

.mff-frame img { min-height: 420px; }

.mff-frame__tag {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    font-family: var(--mff-hud);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--mff-green-hot);
}

.mff-catalog__copy ul { margin: 1rem 0 0; padding: 0; list-style: none; }
.mff-catalog__copy li { padding: 0.45rem 0; border-bottom: 1px solid var(--mff-line-dim); }

.mff-grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.mff-grid3 article, .mff-dossier article, .mff-timeline li, .mff-protocol li {
    position: relative;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(31, 74, 50, 0.92), rgba(18, 40, 28, 0.94));
    border: 1px solid var(--mff-line);
}

.mff-founder {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 2.4rem;
    align-items: center;
    min-height: auto;
    padding-top: 28px;
}

.mff-founder .mff-display {
    max-width: 8ch;
}

.mff-founder .mff-caption {
    max-width: 38ch;
    font-size: 1.12rem;
}

.mff-founder__pics {
    display: grid;
    gap: 1rem;
}

.mff-founder__hero {
    min-height: 520px;
}

.mff-founder__hero img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: 50% 18%;
    display: block;
    filter: none;
}

.mff-founder__silly img {
    width: 100%;
    min-height: 280px;
    max-height: 360px;
    object-fit: cover;
    object-position: 50% 20%;
    display: block;
}

.mff-id {
    position: relative;
    height: 100%;
    min-height: 520px;
    padding: 1.5rem;
    background:
        linear-gradient(160deg, rgba(36, 136, 83, 0.16), transparent 42%),
        repeating-linear-gradient(135deg, rgba(36, 136, 83, 0.05) 0 8px, transparent 8px 16px),
        var(--mff-panel);
    border: 1px solid var(--mff-line);
    overflow: hidden;
}

.mff-id__logo { width: 72px; height: auto; margin-bottom: 1.5rem; }

.mff-id h1 {
    margin: 0;
    font-family: var(--mff-display);
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    text-transform: uppercase;
}

.mff-id__grid { display: grid; gap: 1rem; margin-top: 2rem; }

.mff-id__grid span {
    display: block;
    font-family: var(--mff-hud);
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--mff-green);
}

.mff-id__grid strong { font-size: 1.05rem; font-weight: 600; }

.mff-id__scan {
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, transparent, rgba(36, 136, 83, 0.18), transparent);
    animation: mff-scan 3.4s ease-in-out infinite;
}

.mff-founder__overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 1.5rem;
    background: linear-gradient(transparent, rgba(10, 18, 14, 0.88));
}

.mff-bio {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 2.4rem;
    max-width: none;
    width: 100%;
    margin-top: 0;
    align-items: start;
}

.mff-bio article {
    padding: 1.2rem 0 0;
    background: none;
    border: 0;
    border-top: 2px solid var(--mff-forest);
}

.mff-bio h2 {
    margin: 0 0 0.7rem;
    font-family: var(--mff-display);
    font-size: 1.7rem;
    font-weight: 600;
    font-style: italic;
    color: var(--mff-espresso);
}

.mff-bio p {
    margin: 0;
    color: #1a241c;
    font-size: 1.08rem;
    line-height: 1.7;
    max-width: none;
}

.mff-essay, .mff-dossier, .mff-mosaic {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.mff-essay__shot { min-height: 320px; overflow: hidden; }
.mff-essay__shot img { min-height: 220px; max-height: 280px; }

.mff-timeline ol, .mff-protocol {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.8rem;
}

.mff-timeline ol { grid-template-columns: repeat(4, 1fr); }

.mff-protocol li em {
    font-family: var(--mff-display);
    font-size: 32px;
    font-style: normal;
    color: var(--mff-gold);
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.mff-protocol .mff-barrel {
    margin-top: 1rem;
}

.mff-protocol img {
    margin-top: 0;
    max-height: 240px;
    object-fit: cover;
    border: 0;
}

.mff-cinema { display: grid; gap: 3rem; }

.mff-cinema__shot span {
    font-family: var(--mff-ui);
    color: var(--mff-gold);
    letter-spacing: 0.02em;
    text-transform: none;
    font-size: 0.9rem;
}

.mff-frame--wide { min-height: 56vh; margin: 0.7rem 0 1rem; }

.mff-reel {
    aspect-ratio: auto;
    max-height: none;
    height: auto;
    overflow: hidden;
    background: #0a120e;
}

.mff-reel video {
    position: static;
    display: block;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    max-height: none;
    border: 0;
    background: #0a120e;
    object-fit: contain;
    object-position: 50% 50%;
}

.mff-mosaic__cell {
    min-height: 240px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    color: inherit;
    font: inherit;
    text-align: left;
    width: 100%;
}

.mff-mosaic__cell span {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: var(--mff-hud);
    color: var(--mff-paper);
    letter-spacing: 0.04em;
    font-size: 12px;
    text-transform: none;
    padding: 8px 10px 4px;
    background: linear-gradient(180deg, transparent, rgba(10, 18, 14, 0.72));
}

.mff-lb {
    position: fixed;
    inset: 0;
    z-index: 70;
    display: grid;
    place-items: center;
    background: rgba(10, 18, 14, 0.92);
    backdrop-filter: none;
    cursor: auto;
}

.mff-lb__shot {
    max-width: min(92vw, 1400px);
}

.mff-lb img {
    max-width: min(88vw, 1360px);
    max-height: 76vh;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
    aspect-ratio: auto;
}

.mff-lb__close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: transparent;
    color: var(--mff-green);
    border: 1px solid var(--mff-green);
    padding: 0.5rem 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    cursor: pointer;
}

.mff-signal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.mff-signal__nums {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 1.4rem;
}

.mff-signal__nums a {
    color: var(--mff-gold);
    text-decoration: none;
    font-family: var(--mff-ui);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-shadow: none;
}

.mff-form {
    position: relative;
    display: grid;
    gap: 1rem;
    padding: 28px;
    color: var(--mff-paper);
    background:
        var(--mff-stave),
        linear-gradient(180deg, #163826, #122418);
    border: 1px solid rgba(45, 154, 104, 0.5);
    border-radius: 0;
    box-shadow:
        0 0 0 1px #2d6b48,
        0 16px 40px rgba(8, 16, 10, 0.45);
}

.mff-form label { display: grid; gap: 0.4rem; color: inherit; }
.mff-form label span {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--mff-mute);
}

.mff-form input, .mff-form textarea {
    width: 100%;
    background: #0e1610;
    border: 1px solid var(--mff-line);
    border-radius: 0;
    color: var(--mff-paper);
    padding: 0.85rem 0.9rem;
    font-family: var(--mff-ui);
    font-size: 16px;
}

.mff-form input:focus, .mff-form textarea:focus {
    outline: none;
    border-color: var(--mff-gold);
    box-shadow: 0 0 0 1px rgba(45, 154, 104, 0.35);
}

.mff-form__hint {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--mff-mute);
}

.mff-signal__banner {
    max-height: none;
}

.mff-signal__banner img,
.mff-signal__shot img {
    max-height: 320px;
    object-fit: cover;
}

.mff-signal__shot {
    grid-column: 1 / -1;
    margin-top: 0.5rem;
    border: 2px solid var(--mff-hoop);
    background: var(--mff-char);
    overflow: hidden;
}

.mff-signal__shot img {
    display: block;
    width: 100%;
}

.mff-closer {
    margin-top: 0;
    border: 0;
    text-align: center;
}

.mff-closer__inner {
    max-width: 52ch;
    margin: 0 auto;
}

.mff-closer .mff-title,
.mff-closer .mff-caption {
    margin-left: auto;
    margin-right: auto;
}

.mff-closer .mff-caption {
    max-width: 42ch;
}

.mff-closer__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 1.6rem;
    margin-top: 1.6rem;
}

.mff-closer .mff-hero__phone {
    display: inline-block;
    margin: 0;
    font-family: var(--mff-display);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 500;
    color: var(--mff-espresso);
    text-decoration: none;
    letter-spacing: -0.02em;
    border-bottom: 1px solid var(--mff-forest);
}

.mff-closer .mff-hero__phone:hover { color: var(--mff-forest); }

.mff-jobs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0;
    list-style: none;
    color: var(--mff-espresso);
    font-family: var(--mff-display);
    font-style: italic;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
}

.mff-jobs li {
    display: inline;
}

.mff-jobs li:not(:last-child)::after {
    content: " · ";
    color: var(--mff-gold);
    font-style: normal;
}

.mff-jobs li::before { display: none; }

.mff-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
}

.mff-steps li {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--mff-gold);
}

.mff-steps em {
    font-family: var(--mff-display);
    font-size: 28px;
    font-style: normal;
    color: var(--mff-gold);
}

.mff-steps strong {
    font-family: var(--mff-ui);
    font-size: 15px;
    font-weight: 600;
    color: var(--mff-paper);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.mff-steps span {
    font-size: 15px;
    line-height: 1.5;
    color: var(--mff-mute);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.mff-facts,
.mff-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 48px 0 0;
}

.mff-methods { grid-template-columns: 1fr 1fr 1fr; }

.mff-facts article,
.mff-methods article {
    padding: 24px 0;
    background: none;
    border: 0;
    border-top: 1px solid var(--mff-line);
}

.mff-facts article + article,
.mff-methods article + article {
    padding-left: 24px;
    margin-left: 24px;
    border-left: 1px solid var(--mff-line);
}

.mff-facts h3,
.mff-methods h3 {
    margin: 0;
    font-family: var(--mff-display);
    font-size: 22px;
    color: var(--mff-espresso);
}

.mff-facts p,
.mff-methods p {
    max-width: 42ch;
}

.mff-do {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: clamp(3rem, 8vw, 6.5rem);
}

.mff-do article,
.mff-grid3 article,
.mff-matrix article,
.mff-id {
    background: var(--mff-wood);
    border: 1px solid var(--mff-line);
}

.mff-do h3,
.mff-do p { max-width: none; }

.mff-do h3 {
    margin: 0;
    font-family: var(--mff-display);
    font-size: 1.6rem;
}

.mff-do article,
.mff-grid3 article,
.mff-matrix article {
    padding: 1.4rem 1.3rem 1.5rem;
}

.mff-foot {
    position: relative;
    z-index: 100;
    overflow: visible;
    background:
        var(--mff-stave),
        linear-gradient(180deg, #122418, #0a120e);
    color: #dce6d4;
    padding: 72px 0 0;
    border-top: 0;
}

.mff-foot__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 0.9fr;
    gap: 40px 32px;
    max-width: var(--mff-max);
    margin: 0 auto 40px;
    padding: 0 var(--mff-pad);
    align-items: start;
}

.mff-foot__brand img {
    width: 48px;
    height: auto;
    aspect-ratio: 1;
    object-fit: contain;
    margin-bottom: 14px;
}

.mff-foot__brand h3 {
    margin: 0 0 14px;
    font-family: var(--mff-display);
    font-size: 30px;
    color: #e8efe4;
    letter-spacing: 0.02em;
    font-size: 28px;
}

.mff-foot__brand p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #dce6d4;
    max-width: 42ch;
}

.mff-foot__title {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e8efe4;
    margin-bottom: 14px;
}

.mff-foot__links a,
.mff-foot__links span {
    display: block;
    text-decoration: none;
    color: #dce6d4;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.45;
    transition: color 0.2s ease;
    word-break: break-word;
}

.mff-foot__links a:hover {
    color: var(--mff-gold);
}

.mff-foot__social {
    margin-top: 22px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.mff-foot__social a {
    text-decoration: none;
    font-size: 14px;
    color: #c5d2be;
    border: 1px solid rgba(45, 154, 104, 0.4);
    padding: 6px 12px;
    border-radius: 4px;
    color: #e8efe4;
}

.mff-foot__social a:hover {
    color: #fff;
    border-color: #9ec4a8;
    background: rgba(158, 196, 168, 0.1);
}

.mff-foot__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    max-width: var(--mff-max);
    margin: 0 auto;
    padding: 18px var(--mff-pad);
    background: transparent;
    border-top: 1px solid rgba(36, 136, 83, 0.35);
    font-size: 13px;
    color: #dce6d4;
}

[data-reveal] {
    opacity: 0;
    transform: none;
    transition: opacity 0.7s ease;
}

[data-reveal].is-in { opacity: 1; transform: none; }

.mff-barrel,
.mff-hero__still,
.mff-hero__video,
.mff-frame,
.mff-strip__img,
.mff-founder__hero,
.mff-reel,
.mff-mosaic__cell,
.mff-signal__banner,
.mff-film__shot,
.mff-essay__shot {
    position: relative;
    padding: 0;
    overflow: hidden;
    border: 2px solid var(--mff-hoop);
    outline: 0;
    background: var(--mff-char);
    box-shadow: none;
}

.mff-barrel::before,
.mff-hero__still::before,
.mff-hero__video::before,
.mff-frame::before,
.mff-strip__img::before,
.mff-founder__hero::before,
.mff-reel::before,
.mff-mosaic__cell::before,
.mff-signal__banner::before,
.mff-film__shot::before,
.mff-essay__shot::before {
    content: none;
}

.mff-barrel::after,
.mff-hero__still::after,
.mff-hero__video::after,
.mff-frame::after,
.mff-strip__img::after,
.mff-founder__hero::after,
.mff-reel::after,
.mff-mosaic__cell::after,
.mff-signal__banner::after,
.mff-film__shot::after,
.mff-essay__shot::after {
    content: none;
}

.mff-barrel > img,
.mff-barrel > video,
.mff-frame img,
.mff-strip__img img,
.mff-founder__hero img,
.mff-mosaic__cell img,
.mff-signal__banner img,
.mff-film__shot img,
.mff-essay__shot img {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
}

.mff-barrel--tight {
    padding: 0;
}

@keyframes mff-scan { 0% { top: 0; } 100% { top: 100%; } }
@keyframes mff-load { to { width: 100%; } }
@keyframes mff-rise {
    from { opacity: 0; transform: translateY(18px); filter: blur(6px); }
    to { opacity: 1; transform: none; filter: none; }
}
@keyframes mff-fade {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: none; }
}
@keyframes mff-drift {
    from { transform: translateY(-12%); }
    to { transform: translateY(12%); }
}

@media (max-width: 1100px) {
    .mff-hdr__logo span,
    .mff-hdr__nav,
    .mff-hdr__now { display: none; }
    .mff-hdr__burger { display: flex; }
    .mff-hdr__panel:not([hidden]) { display: block; }
    .mff-hdr__inner { padding: 0 16px; gap: 12px; }
    .mff-hdr__call {
        min-width: 64px;
        height: 44px;
        font-size: 13px;
    }
}

@media (max-width: 960px) {
    body.mff-canvas { cursor: auto; }
    .mff-cursor, .mff-letterbox { display: none; }
    .mff-stage {
        padding: 0;
    }
    .mff-horizon { height: 34vh; }
    .mff-ops, .mff-strip, .mff-catalog, .mff-catalog__panel, .mff-grid3,
    .mff-founder, .mff-dossier, .mff-timeline ol, .mff-mosaic, .mff-signal,
    .mff-telemetry, .mff-creds__grid, .mff-matrix__grid, .mff-essay, .mff-bio,
    .mff-facts, .mff-methods, .mff-steps {
        grid-template-columns: 1fr;
    }
    .mff-ops__card--wide { grid-row: auto; min-height: 280px; }
    .mff-hero,
    .mff-do {
        grid-template-columns: 1fr;
    }
    .mff-hero {
        min-height: auto;
        align-items: start;
        gap: 1.6rem;
    }
    .mff-hero__copy {
        max-width: none;
        padding-bottom: 0;
    }
    .mff-hero__copy::before { display: none; }
    .mff-hero__still,
    .mff-hero__video {
        aspect-ratio: auto;
        max-height: none;
        height: auto;
    }
    .mff-hero .mff-display {
        white-space: normal;
        font-size: clamp(2.2rem, 10vw, 3.1rem);
        line-height: 1.05;
        max-width: none;
    }
    .mff-hero .mff-caption {
        font-size: 1.08rem;
        line-height: 1.55;
        max-width: none;
        margin-top: 0.9rem;
    }
    .mff-hero__phone a { font-size: 1.55rem; }
    .mff-btn {
        min-height: 48px;
        font-size: 1rem;
    }
    .mff-caption,
    .mff-ops__card p,
    .mff-catalog__copy p,
    .mff-catalog__copy li,
    .mff-dossier p,
    .mff-timeline p,
    .mff-cinema p,
    .mff-grid3 p,
    .mff-protocol p,
    .mff-form__status,
    .mff-telemetry p,
    .mff-essay p,
    .mff-creds p,
    .mff-matrix p,
    .mff-closer p {
        font-size: 1.06rem;
        max-width: none;
    }
    .mff-catalog__index {
        flex-direction: row;
        overflow-x: auto;
        border-left: 0;
        gap: 0.35rem;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
    }
    .mff-catalog__index button {
        white-space: nowrap;
        border-left: 0;
        border-bottom: 2px solid transparent;
        padding: 10px 12px;
        min-height: 44px;
        font-size: 1rem;
    }
    .mff-catalog__index button.is-active,
    .mff-catalog__index button:hover {
        border-left-color: transparent;
        border-bottom-color: var(--mff-gold);
        background: rgba(45, 154, 104, 0.10);
    }
    .mff-facts article + article,
    .mff-methods article + article {
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
    }
    .mff-founder { padding-top: 12px; }
    .mff-founder > div:first-child { order: 2; }
    .mff-founder__hero { order: 1; min-height: 340px; }
    .mff-founder__hero img { min-height: 340px; }
    .mff-jobs {
        font-size: 1.05rem;
    }
    .mff-ops__card--wide img { min-height: 280px; aspect-ratio: 4 / 3; height: auto; }
    .mff-frame, .mff-frame img, .mff-strip__img { min-height: 240px; }
    .mff-form { padding: 20px 16px; }
    :root { --mff-barrel-pad: 0; }
    .mff-vignette { opacity: 0.45; }
}

@media (max-width: 1100px) {
    .mff-foot__brand { grid-column: 1 / -1; }
    .mff-foot__grid { grid-template-columns: 1fr 1fr 1fr; }
}

@media (max-width: 900px) {
    .mff-foot { padding: 56px 0 0; }
    .mff-foot__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .mff-foot__bottom { justify-content: center; text-align: center; }
    .mff-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    :root { --mff-hdr: 60px; --mff-pad: 16px; }
    .mff-horizon { height: 26vh; }
    .mff-stage { padding: 0; }
    .mff-hero .mff-display { font-size: clamp(2rem, 11vw, 2.7rem); }
    .mff-pagehead .mff-display { font-size: clamp(2rem, 10vw, 2.8rem); max-width: none; }
    .mff-title { font-size: clamp(1.55rem, 7vw, 2.2rem); }
    .mff-foot { padding: 48px 0 0; }
    .mff-foot__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
    .mff-foot__brand { grid-column: 1 / -1; }
    .mff-foot__brand p { max-width: 100%; }
    .mff-steps { grid-template-columns: 1fr; }
    .mff-hdr__logo img { height: 44px; }
    .mff-hdr.is-shrink .mff-hdr__logo img { height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none !important;
        transition: none !important;
    }
    [data-reveal] { opacity: 1; transform: none; }
    .mff-boot { display: none !important; }
}
