/* MeshTrail page — outdoor/topo aesthetic
 * Earthy palette, topo contour lines, field-guide feel
 */

:root {
    --mt-bg: #f4ede0;
    --mt-bg-elev: #ede4d2;
    --mt-paper: #fbf6ea;
    --mt-ink: #1d2a1e;
    --mt-ink-soft: #3a4a3a;
    --mt-ink-faded: #6b7a68;
    --mt-line: #b8a984;
    --mt-line-faint: rgba(112, 99, 71, 0.18);
    --mt-forest: #2d4a2b;
    --mt-forest-dark: #1d2e1c;
    --mt-rust: #b8542a;
    --mt-mustard: #c89b2a;
    --mt-cream: #f8f1de;
    --mt-stamp: #8a3a1c;
}

body.mt-page {
    background: var(--mt-bg);
    color: var(--mt-ink);
    font-family: 'Inter', -apple-system, sans-serif;
    /* topo contour line background */
    background-image:
        radial-gradient(ellipse 1200px 800px at 80% 20%, rgba(45, 74, 43, 0.06), transparent),
        radial-gradient(ellipse 800px 600px at 10% 90%, rgba(184, 84, 42, 0.05), transparent),
        url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600'><g fill='none' stroke='%23a0926a' stroke-opacity='0.15' stroke-width='0.8'><path d='M0,300 Q150,200 300,300 T600,300'/><path d='M0,320 Q150,220 300,320 T600,320'/><path d='M0,260 Q150,170 300,260 T600,260'/><path d='M0,240 Q150,150 300,240 T600,240'/><path d='M0,200 Q150,120 300,200 T600,200'/><path d='M0,360 Q150,260 300,360 T600,360'/><path d='M0,400 Q150,300 300,400 T600,400'/><path d='M0,440 Q150,350 300,440 T600,440'/><path d='M0,160 Q150,80 300,160 T600,160'/><path d='M0,120 Q150,40 300,120 T600,120'/></g></svg>");
    background-size: auto, auto, 600px 600px;
    background-position: top right, bottom left, center;
}

body.mt-page .nav {
    background: rgba(244, 237, 224, 0.92);
    border-bottom-color: var(--mt-line);
}
body.mt-page .brand { color: var(--mt-ink); }
body.mt-page .brand-mark {
    background: var(--mt-forest);
    color: var(--mt-cream);
    box-shadow: 0 0 0 1px var(--mt-forest-dark), 0 2px 6px rgba(29,46,28,0.2);
}
body.mt-page .brand .dash { color: var(--mt-rust); }
body.mt-page .brand span[style] { color: var(--mt-ink-faded) !important; }
body.mt-page .nav-links a { color: var(--mt-ink-soft); }
body.mt-page .nav-links a:hover, body.mt-page .nav-links a.active { color: var(--mt-forest); }
body.mt-page .nav-cta {
    background: var(--mt-forest) !important;
    color: var(--mt-cream) !important;
}
body.mt-page .nav-cta:hover { background: var(--mt-forest-dark) !important; color: var(--mt-cream) !important; }

body.mt-page h1, body.mt-page h2, body.mt-page h3 {
    color: var(--mt-ink);
    font-family: 'Crimson Pro', 'Georgia', serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}
body.mt-page h1 { font-size: clamp(2.6rem, 5vw, 4.4rem); line-height: 1.05; }
body.mt-page h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); line-height: 1.15; }
body.mt-page h3 { font-size: 1.3rem; }

body.mt-page .eyebrow {
    color: var(--mt-rust);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    letter-spacing: 0.2em;
}
body.mt-page .eyebrow::before { background: var(--mt-rust); }

body.mt-page footer { background: var(--mt-bg-elev); border-color: var(--mt-line); }
body.mt-page footer * { color: var(--mt-ink-soft); }
body.mt-page footer a:hover { color: var(--mt-rust); }
body.mt-page .foot-col h4 { color: var(--mt-ink-faded); }
body.mt-page .foot-bar { color: var(--mt-ink-faded); border-color: var(--mt-line); }
body.mt-page .brand-mark { color: var(--mt-cream); }

/* === MT HERO === */
.mt-hero {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}
.mt-hero::before {
    content: '';
    position: absolute;
    right: -60px;
    top: 40px;
    width: 420px;
    height: 420px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><circle cx='100' cy='100' r='90' fill='none' stroke='%23b8542a' stroke-width='0.6' stroke-opacity='0.4'/><circle cx='100' cy='100' r='70' fill='none' stroke='%23b8542a' stroke-width='0.6' stroke-opacity='0.4'/><circle cx='100' cy='100' r='50' fill='none' stroke='%23b8542a' stroke-width='0.6' stroke-opacity='0.4'/><circle cx='100' cy='100' r='30' fill='none' stroke='%23b8542a' stroke-width='0.6' stroke-opacity='0.4'/><line x1='10' y1='100' x2='190' y2='100' stroke='%23b8542a' stroke-width='0.4' stroke-opacity='0.3'/><line x1='100' y1='10' x2='100' y2='190' stroke='%23b8542a' stroke-width='0.4' stroke-opacity='0.3'/></svg>") center/contain no-repeat;
    pointer-events: none;
}
.mt-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}
.mt-hero-copy h1 .underline {
    background-image: linear-gradient(transparent 70%, rgba(184, 84, 42, 0.35) 70%);
}
.mt-hero-copy .lead {
    color: var(--mt-ink-soft);
    font-size: 1.2rem;
    margin: 24px 0 32px;
    max-width: 540px;
    line-height: 1.65;
}
.mt-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 12px;
    color: var(--mt-ink-faded);
    border-top: 1px dashed var(--mt-line);
    border-bottom: 1px dashed var(--mt-line);
    padding: 16px 0;
    margin: 32px 0;
}
.mt-hero-meta strong { color: var(--mt-forest); font-weight: 600; }
.mt-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }

.mt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 6px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: all 0.2s ease;
    border: 1.5px solid transparent;
}
.mt-btn-primary {
    background: var(--mt-forest);
    color: var(--mt-cream) !important;
    box-shadow: 0 4px 0 var(--mt-forest-dark);
}
.mt-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 0 var(--mt-forest-dark);
    color: var(--mt-cream) !important;
}
.mt-btn-primary:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--mt-forest-dark); }
.mt-btn-ghost {
    background: transparent;
    border-color: var(--mt-ink);
    color: var(--mt-ink) !important;
}
.mt-btn-ghost:hover { background: var(--mt-ink); color: var(--mt-cream) !important; }

/* iPhone mockup */
.mt-hero-phone {
    position: relative;
    aspect-ratio: 9 / 17;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 38px;
    overflow: hidden;
    box-shadow:
        0 0 0 2px var(--mt-ink),
        0 0 0 10px #c4b48a,
        0 20px 50px rgba(29, 42, 30, 0.25),
        0 40px 80px rgba(29, 42, 30, 0.15);
    background: #000;
    transform: rotate(2deg);
}
.mt-hero-phone img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mt-hero-stamp {
    position: absolute;
    top: -10px;
    left: -16px;
    background: var(--mt-stamp);
    color: var(--mt-cream);
    padding: 8px 16px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    border-radius: 3px;
    transform: rotate(-6deg);
    box-shadow: 0 2px 0 rgba(0,0,0,0.15);
    z-index: 3;
}

/* === FEATURE SECTIONS === */
.mt-section { padding: 90px 0; position: relative; }
.mt-section.tight { padding: 60px 0; }
.mt-section.bg-cream { background: var(--mt-paper); border-top: 1px solid var(--mt-line); border-bottom: 1px solid var(--mt-line); }
.mt-section.bg-forest { background: var(--mt-forest); color: var(--mt-cream); }
.mt-section.bg-forest h1, .mt-section.bg-forest h2, .mt-section.bg-forest h3 { color: var(--mt-cream); }
.mt-section.bg-forest .eyebrow { color: var(--mt-mustard); }
.mt-section.bg-forest .eyebrow::before { background: var(--mt-mustard); }
.mt-section.bg-forest p { color: rgba(248,241,222,0.85); }

.mt-section-head { text-align: center; max-width: 700px; margin: 0 auto 60px; }
.mt-section-head .eyebrow { justify-content: center; display: inline-flex; }
.mt-section-head p { color: var(--mt-ink-soft); font-size: 1.05rem; margin-top: 12px; }

/* feature grid */
.mt-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}
.mt-feature {
    background: var(--mt-paper);
    border: 1px solid var(--mt-line);
    border-radius: 10px;
    padding: 28px;
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.mt-feature:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(29, 46, 28, 0.12);
}
.mt-feature .num {
    font-family: 'Crimson Pro', serif;
    font-size: 3rem;
    color: var(--mt-rust);
    line-height: 1;
    margin-bottom: 8px;
    opacity: 0.6;
}
.mt-feature h3 { margin-bottom: 10px; }
.mt-feature p { color: var(--mt-ink-soft); font-size: 0.96rem; }

.mt-section.bg-forest .mt-feature {
    background: var(--mt-forest-dark);
    border-color: rgba(248,241,222,0.18);
}
.mt-section.bg-forest .mt-feature h3 { color: var(--mt-cream); }
.mt-section.bg-forest .mt-feature p { color: rgba(248,241,222,0.78); }
.mt-section.bg-forest .mt-feature .num { color: var(--mt-mustard); }

/* === LAYER LEGEND (map sources) === */
.mt-layers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0;
    border: 1px solid var(--mt-line);
    border-radius: 8px;
    overflow: hidden;
    background: var(--mt-paper);
}
.mt-layer {
    padding: 22px;
    border-right: 1px solid var(--mt-line);
    border-bottom: 1px solid var(--mt-line);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mt-layer:last-child { border-right: none; }
.mt-layer .swatch {
    width: 100%;
    height: 64px;
    border-radius: 4px;
    border: 1px solid var(--mt-line);
    margin-bottom: 8px;
}
.mt-layer .name {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--mt-rust);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.mt-layer h4 { font-family: 'Crimson Pro', serif; font-size: 1.1rem; color: var(--mt-ink); margin: 0; }
.mt-layer p { font-size: 0.88rem; color: var(--mt-ink-faded); margin: 0; line-height: 1.5; }

/* swatches */
.sw-topo { background: linear-gradient(135deg, #d4c896, #b8a774); }
.sw-osm { background: linear-gradient(135deg, #d8e0c4, #b4c596); }
.sw-sat { background: linear-gradient(135deg, #4a5d3a, #1d2e1c); }
.sw-hill { background: linear-gradient(135deg, #ccc, #777); }
.sw-blm { background: linear-gradient(135deg, #c89b2a, #8a6b1a); }
.sw-usfs { background: linear-gradient(135deg, #4a7a3e, #2d4a2b); }
.sw-geo {
    background:
        radial-gradient(circle at 30% 30%, #b8542a 20%, transparent 22%),
        radial-gradient(circle at 70% 60%, #8a3a1c 18%, transparent 20%),
        linear-gradient(135deg, #d4a888, #a87858);
}
.sw-3dem { background: linear-gradient(135deg, #8a7758, #5a4838); }

/* === SCREENSHOT GALLERY === */
.mt-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    align-items: end;
}
.mt-shot {
    aspect-ratio: 9 / 17;
    border-radius: 22px;
    overflow: hidden;
    border: 1.5px solid var(--mt-ink);
    box-shadow: 0 12px 28px rgba(29, 46, 28, 0.18);
    background: #000;
    transition: transform 0.25s ease;
}
.mt-shot:hover { transform: translateY(-4px); }
.mt-shot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mt-shot:nth-child(2n) { transform: translateY(-12px); }
.mt-shot:nth-child(3n) { transform: translateY(8px); }
.mt-shot:nth-child(2n):hover { transform: translateY(-16px); }
.mt-shot:nth-child(3n):hover { transform: translateY(4px); }

/* === MESH CALLOUT === */
.mt-mesh-callout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.mt-mesh-copy h2 .mark {
    background-image: linear-gradient(transparent 70%, rgba(200, 155, 42, 0.45) 70%);
}
.mt-mesh-copy p { font-size: 1.05rem; line-height: 1.65; margin-bottom: 18px; }
.mt-mesh-visual {
    position: relative;
    padding: 40px;
    background: var(--mt-forest-dark);
    border-radius: 12px;
    border: 1px solid rgba(248,241,222,0.15);
}

.mesh-diagram {
    width: 100%;
    aspect-ratio: 1;
    position: relative;
}
.mesh-node {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--mt-mustard);
    border: 2px solid var(--mt-cream);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(200,155,42,0.6);
    animation: meshpulse 3s ease-in-out infinite;
}
.mesh-node.self { background: var(--mt-rust); width: 48px; height: 48px; }
@keyframes meshpulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,42,0.6); }
    50% { box-shadow: 0 0 0 14px rgba(200,155,42,0); }
}
.mesh-line {
    position: absolute;
    height: 1.5px;
    background: linear-gradient(90deg, rgba(248,241,222,0.6), rgba(248,241,222,0.2));
    transform-origin: 0 50%;
}
.mesh-label {
    position: absolute;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--mt-cream);
    background: rgba(0,0,0,0.4);
    padding: 3px 8px;
    border-radius: 3px;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

/* === PRICING / DOWNLOAD === */
.mt-download {
    text-align: center;
    padding: 100px 24px;
    background: var(--mt-paper);
    border-top: 1px solid var(--mt-line);
    border-bottom: 1px solid var(--mt-line);
}
.mt-download h2 { margin-bottom: 16px; }
.mt-download p { color: var(--mt-ink-soft); margin-bottom: 32px; max-width: 520px; margin-left: auto; margin-right: auto; }
.app-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 26px;
    background: var(--mt-ink);
    color: var(--mt-cream) !important;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    transition: transform 0.18s ease;
}
.app-store-btn:hover { transform: translateY(-2px); color: var(--mt-cream) !important; }
.app-store-btn .small {
    font-size: 11px;
    opacity: 0.7;
    font-weight: 500;
}
.app-store-btn .big { font-size: 1.2rem; font-weight: 600; }

/* === INTERACTIVE FEATURE SHOWCASE === */
.mt-showcase {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}
.mt-showcase-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mt-showcase-tab {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 22px;
    border-radius: 10px;
    cursor: pointer;
    background: transparent;
    border: 1.5px solid transparent;
    text-align: left;
    transition: all 0.25s ease;
    font-family: inherit;
    color: inherit;
    position: relative;
}
.mt-showcase-tab:hover {
    background: var(--mt-paper);
    border-color: var(--mt-line);
}
.mt-showcase-tab.active {
    background: var(--mt-paper);
    border-color: var(--mt-rust);
    box-shadow: 0 6px 18px rgba(184, 84, 42, 0.12);
}
.mt-showcase-tab .icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--mt-bg);
    border: 1px solid var(--mt-line);
    display: grid;
    place-items: center;
    color: var(--mt-forest);
    transition: all 0.25s ease;
}
.mt-showcase-tab.active .icon {
    background: var(--mt-forest);
    border-color: var(--mt-forest-dark);
    color: var(--mt-cream);
}
.mt-showcase-tab .copy h3 {
    font-size: 1.05rem;
    margin-bottom: 4px;
    color: var(--mt-ink);
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.005em;
}
.mt-showcase-tab .copy p {
    font-size: 0.88rem;
    color: var(--mt-ink-soft);
    line-height: 1.45;
    margin: 0;
}
.mt-showcase-tab.active::before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 4px;
    height: 70%;
    background: var(--mt-rust);
    transform: translateY(-50%);
    border-radius: 0 4px 4px 0;
}
.mt-showcase-screen {
    aspect-ratio: 9 / 17;
    max-width: 340px;
    margin: 0 auto;
    border-radius: 38px;
    overflow: hidden;
    background: #000;
    box-shadow:
        0 0 0 2px var(--mt-ink),
        0 0 0 10px #c4b48a,
        0 24px 60px rgba(29, 42, 30, 0.3),
        0 50px 100px rgba(29, 42, 30, 0.18);
    position: relative;
    transform: rotate(-1.5deg);
}
.mt-showcase-screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.mt-showcase-screen img.active { opacity: 1; }

/* === BY THE NUMBERS === */
.mt-numbers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--mt-paper);
}
.mt-num-cell {
    padding: 32px 24px;
    border-right: 1px solid var(--mt-line);
    text-align: center;
    transition: background 0.25s ease;
}
.mt-num-cell:last-child { border-right: none; }
.mt-num-cell:hover { background: var(--mt-bg); }
.mt-num-cell .val {
    font-family: 'Crimson Pro', serif;
    font-size: 3.2rem;
    line-height: 1;
    color: var(--mt-forest);
    margin-bottom: 8px;
    font-weight: 700;
    font-feature-settings: "tnum";
}
.mt-num-cell .val .small { font-size: 1.4rem; color: var(--mt-rust); }
.mt-num-cell .label {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--mt-ink-faded);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* === USE CASES === */
.mt-usecases {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}
.mt-usecase {
    background: var(--mt-paper);
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    padding: 28px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.mt-usecase::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(184, 84, 42, 0.12), transparent 70%);
    pointer-events: none;
}
.mt-usecase:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(29, 46, 28, 0.14);
    border-color: var(--mt-rust);
}
.mt-usecase .uc-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    background: var(--mt-forest);
    color: var(--mt-cream);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
}
.mt-usecase h4 {
    font-family: 'Crimson Pro', serif;
    font-size: 1.35rem;
    color: var(--mt-ink);
    margin-bottom: 8px;
}
.mt-usecase p {
    font-size: 0.92rem;
    color: var(--mt-ink-soft);
    line-height: 1.55;
    margin-bottom: 14px;
}
.mt-usecase .uc-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--mt-rust);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.mt-usecase .uc-tags span {
    background: var(--mt-bg);
    padding: 3px 8px;
    border-radius: 3px;
    border: 1px solid var(--mt-line);
}

/* === COMPARISON TABLE === */
.mt-compare {
    width: 100%;
    border-collapse: collapse;
    background: var(--mt-paper);
    border: 1px solid var(--mt-line);
    border-radius: 12px;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}
.mt-compare th, .mt-compare td {
    padding: 14px 18px;
    text-align: center;
    border-bottom: 1px solid var(--mt-line);
    font-size: 0.92rem;
}
.mt-compare th {
    background: var(--mt-bg-elev);
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: var(--mt-ink-faded);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
}
.mt-compare th.mt-col {
    background: var(--mt-forest);
    color: var(--mt-cream);
}
.mt-compare td:first-child {
    text-align: left;
    font-weight: 500;
    color: var(--mt-ink);
    background: var(--mt-bg-elev);
    font-family: 'Inter', sans-serif;
    font-size: 0.92rem;
    text-transform: none;
    letter-spacing: normal;
}
.mt-compare td.yes { color: var(--mt-forest); font-weight: 600; }
.mt-compare td.no { color: var(--mt-ink-faded); }
.mt-compare td.partial { color: var(--mt-mustard); font-weight: 600; }
.mt-compare tr:last-child td { border-bottom: none; }
.mt-compare tr:hover td:not(:first-child) { background: rgba(184, 84, 42, 0.04); }

/* === ARCHITECTURE DIAGRAM === */
.mt-arch {
    background: var(--mt-forest-dark);
    border-radius: 14px;
    padding: 40px;
    color: var(--mt-cream);
    border: 1px solid rgba(248,241,222,0.12);
    position: relative;
    overflow: hidden;
}
.mt-arch::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(200,155,42,0.1), transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(184,84,42,0.08), transparent 50%);
    pointer-events: none;
}
.mt-arch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    position: relative;
    z-index: 1;
}
.mt-arch-cell {
    background: var(--mt-forest);
    border: 1px solid rgba(248,241,222,0.18);
    border-radius: 8px;
    padding: 18px;
    transition: all 0.25s ease;
}
.mt-arch-cell:hover {
    border-color: var(--mt-mustard);
    transform: translateY(-3px);
}
.mt-arch-cell .tier {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    color: var(--mt-mustard);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 6px;
}
.mt-arch-cell h4 {
    color: var(--mt-cream);
    font-family: 'Crimson Pro', serif;
    font-size: 1.15rem;
    margin: 0 0 6px;
    font-weight: 600;
}
.mt-arch-cell p {
    color: rgba(248,241,222,0.75);
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.45;
}

/* === FLOATING DOWNLOAD CTA === */
.mt-floating-cta {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 90;
    background: var(--mt-forest);
    color: var(--mt-cream);
    padding: 14px 22px;
    border-radius: 100px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    box-shadow: 0 12px 30px rgba(29, 42, 30, 0.35);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transform: translateY(120px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mt-floating-cta.visible { transform: translateY(0); }
.mt-floating-cta:hover { color: var(--mt-cream); background: var(--mt-forest-dark); }
@media (max-width: 600px) {
    .mt-floating-cta { left: 16px; right: 16px; justify-content: center; }
}

/* === MOUNTAIN PARALLAX SILHOUETTE === */
.mt-mountains {
    position: absolute;
    left: 0; right: 0;
    bottom: 0;
    height: 200px;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}
.mt-mountains svg {
    width: 100%;
    height: 100%;
    display: block;
}
.mt-mountains .layer-back { opacity: 0.4; }
.mt-mountains .layer-mid { opacity: 0.6; }
.mt-mountains .layer-front { opacity: 0.85; }

@media (max-width: 880px) {
    .mt-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .mt-hero-phone { transform: rotate(0); }
    .mt-mesh-callout { grid-template-columns: 1fr; gap: 40px; }
    .mt-section { padding: 60px 0; }
    .mt-hero { padding: 80px 0 40px; }
    .mt-showcase { grid-template-columns: 1fr; gap: 40px; }
    .mt-numbers { grid-template-columns: repeat(2, 1fr); }
    .mt-num-cell:nth-child(2) { border-right: none; }
    .mt-num-cell:nth-child(1), .mt-num-cell:nth-child(2) { border-bottom: 1px solid var(--mt-line); }
    .mt-arch-grid { grid-template-columns: 1fr; }
}
