.merman-f10-page {
    --mf10-navy: #17263a;
    --mf10-navy-deep: #0d1928;
    --mf10-ink: #131c27;
    --mf10-slate: #566476;
    --mf10-line: #dbe0e5;
    --mf10-mist: #f2f4f5;
    --mf10-white: #ffffff;
    margin: 0;
    overflow: hidden;
    background: var(--mf10-white);
    color: var(--mf10-ink);
    font-family: "IBM Plex Sans", "Segoe UI", Calibri, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.merman-f10-page,
.merman-f10-page * { box-sizing: border-box; }
.merman-f10-page a { color: inherit; text-decoration: none; }
.merman-f10-page img { display: block; max-width: 100%; }
.merman-f10-page .mf10-icon { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: 0 0 auto; }

.mf10-header {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: 78px;
    padding: 0 clamp(24px, 4vw, 72px);
    display: grid;
    grid-template-columns: 240px 1fr auto;
    align-items: center;
    gap: 28px;
    background: rgba(13, 25, 40, .97);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    backdrop-filter: blur(12px);
}
.mf10-brand img { width: 174px; }
.mf10-header nav { display: flex; justify-content: center; gap: clamp(24px, 4vw, 54px); }
.mf10-header nav a { color: rgba(255,255,255,.78); font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; transition: color .2s ease; }
.mf10-header nav a:hover { color: #fff; }
.mf10-header-cta { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; border-bottom: 1px solid rgba(255,255,255,.65); padding: 10px 0; font-size: 14px; font-weight: 700; }

.mf10-hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(500px, .98fr); background: var(--mf10-navy); overflow: hidden; }
.mf10-hero-copy { padding: clamp(76px, 8vw, 130px) clamp(34px, 7vw, 118px); display: flex; flex-direction: column; justify-content: center; color: #fff; }
.mf10-launch-badge,
.mf10-label,
.mf10-micro { display: inline-flex; align-items: center; gap: 9px; color: var(--mf10-navy); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.mf10-launch-badge { width: fit-content; padding: 10px 14px; color: var(--mf10-navy); background: #fff; border-radius: 999px; font-size: 11px; }
.mf10-label { margin-bottom: 26px; }
.mf10-light { color: rgba(255,255,255,.68) !important; }
.mf10-hero h1 { margin: 28px 0 22px; color: #fff; font-size: clamp(58px, 6.8vw, 104px); line-height: .9; letter-spacing: -.065em; font-weight: 800; }
.mf10-hero h1 small { display: block; margin-bottom: 18px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1; letter-spacing: .18em; text-transform: uppercase; }
.mf10-hero-lead { max-width: 700px; margin: 0 0 20px; color: #fff; font-size: clamp(26px, 2.65vw, 42px); line-height: 1.08; letter-spacing: -.035em; font-weight: 650; }
.mf10-hero-text { max-width: 620px; margin: 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.mf10-hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.mf10-button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 2px; font-size: 14px; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.mf10-button:hover { transform: translateY(-2px); }
.mf10-button-light { background: #fff; color: var(--mf10-navy) !important; }
.mf10-button-ghost { border-color: rgba(255,255,255,.5); color: #fff !important; }
.mf10-button-ghost:hover { background: #fff; color: var(--mf10-navy) !important; }
.mf10-button-dark { background: var(--mf10-navy); color: #fff !important; }
.mf10-dealer-proof { display: flex; align-items: center; gap: 14px; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.17); max-width: 590px; }
.mf10-dealer-proof > span:last-child { display: flex; flex-direction: column; gap: 3px; }
.mf10-dealer-proof strong { color: #fff; font-size: 14px; }
.mf10-dealer-proof small { color: rgba(255,255,255,.58); font-size: 12px; }
.mf10-proof-icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; }
.mf10-proof-icon .mf10-icon { width: 22px; height: 22px; }
.mf10-hero-visual { position: relative; min-height: 720px; overflow: hidden; background: #e9edf0; }
.mf10-hero-suit { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.mf10-hero-logo { position: absolute; z-index: 2; top: 36px; right: 36px; width: 132px; height: 132px; padding: 14px; display: grid; place-items: center; background: rgba(255,255,255,.93); }
.mf10-hero-logo img { width: 100%; height: 100%; object-fit: contain; }
.mf10-hero-caption { position: absolute; left: 0; bottom: 0; padding: 18px 30px; background: var(--mf10-navy); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.mf10-cert-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 4vw, 72px); border-bottom: 1px solid var(--mf10-line); }
.mf10-cert-strip > div { min-height: 126px; padding: 30px clamp(18px, 3vw, 46px); display: flex; flex-direction: column; justify-content: center; gap: 5px; border-right: 1px solid var(--mf10-line); }
.mf10-cert-strip > div:first-child { border-left: 1px solid var(--mf10-line); }
.mf10-cert-strip strong { color: var(--mf10-ink); font-size: 19px; letter-spacing: -.02em; }
.mf10-cert-strip span { color: var(--mf10-slate); font-size: 13px; }

.mf10-section { padding: clamp(78px, 9vw, 140px) clamp(24px, 6vw, 100px); }
.mf10-launch-story { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 8vw, 125px); background: var(--mf10-mist); }
.mf10-launch-heading h2,
.mf10-intro h2,
.mf10-section-heading h2,
.mf10-video-copy h2,
.mf10-spec-content h2,
.mf10-dealer-content h2,
.mf10-faq h2,
.mf10-final-cta h2,
.mf10-story-copy h2 { margin: 0; color: var(--mf10-ink); font-size: clamp(38px, 4.2vw, 62px); line-height: 1.04; letter-spacing: -.05em; }
.mf10-launch-heading h2 { max-width: 660px; }
.mf10-launch-copy { align-self: end; display: grid; gap: 18px; }
.mf10-launch-copy p { max-width: 740px; margin: 0; color: var(--mf10-slate); font-size: 18px; line-height: 1.65; }
.mf10-range { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; background: #fff; border: 1px solid var(--mf10-line); }
.mf10-range > div { min-height: 135px; padding: 25px 27px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--mf10-line); }
.mf10-range > div:last-child { border-right: 0; }
.mf10-range span,
.mf10-why-grid article > span { color: #8a96a4; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.mf10-range strong { margin-top: 12px; color: var(--mf10-ink); font-size: 20px; letter-spacing: -.02em; }
.mf10-range small { margin-top: 4px; color: var(--mf10-slate); font-size: 12px; }

.mf10-intro { max-width: 1540px; margin: 0 auto; }
.mf10-intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 9vw, 145px); align-items: end; }
.mf10-intro-copy p,
.mf10-section-heading > p,
.mf10-spec-intro,
.mf10-dealer-content > p { margin: 0; color: var(--mf10-slate); font-size: 19px; line-height: 1.65; }
.mf10-text-link,
.mf10-download { margin-top: 28px; display: inline-flex; align-items: center; gap: 8px; color: var(--mf10-navy) !important; font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--mf10-navy); padding-bottom: 6px; }
.mf10-why-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--mf10-line); border-bottom: 1px solid var(--mf10-line); }
.mf10-why-grid article { padding: 30px 28px 34px; border-right: 1px solid var(--mf10-line); }
.mf10-why-grid article:last-child { border-right: 0; }
.mf10-why-grid h3 { margin: 17px 0 12px; color: var(--mf10-ink); font-size: 19px; line-height: 1.2; letter-spacing: -.02em; }
.mf10-why-grid p { margin: 0; color: var(--mf10-slate); font-size: 14px; line-height: 1.55; }
.mf10-feature-stage { margin-top: clamp(60px, 8vw, 120px); display: grid; grid-template-columns: 1.05fr .85fr .62fr; align-items: stretch; min-height: 650px; }
.mf10-feature-image { overflow: hidden; background: var(--mf10-mist); }
.mf10-feature-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.mf10-feature-detail img { object-position: center 42%; }
.mf10-feature-panel { padding: clamp(38px, 5vw, 78px); display: flex; flex-direction: column; justify-content: center; background: var(--mf10-mist); }
.mf10-feature-panel h3 { margin: 16px 0 32px; color: var(--mf10-ink); font-size: clamp(32px, 3vw, 46px); line-height: 1.05; letter-spacing: -.04em; }
.mf10-feature-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 17px; }
.mf10-feature-panel li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: start; color: #3f4c5b; font-size: 15px; line-height: 1.45; }
.mf10-feature-panel li span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #bec6ce; border-radius: 50%; color: var(--mf10-navy); }

.mf10-story-band { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; background: var(--mf10-navy-deep); color: #fff; }
.mf10-story-image { overflow: hidden; }
.mf10-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.mf10-story-copy { padding: clamp(60px, 9vw, 150px); display: flex; flex-direction: column; justify-content: center; }
.mf10-story-copy h2 { max-width: 760px; color: #fff; font-weight: 650; }
.mf10-story-copy p { max-width: 650px; margin: 32px 0 0; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.mf10-story-stat { margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: baseline; gap: 16px; }
.mf10-story-stat strong { color: #fff; font-size: 48px; letter-spacing: -.05em; }
.mf10-story-stat span { color: rgba(255,255,255,.58); font-size: 14px; }

.mf10-kits { max-width: 1640px; margin: 0 auto; }
.mf10-section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.mf10-section-heading > p { max-width: 540px; padding-bottom: 6px; }
.mf10-kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.mf10-kit-card { position: relative; border: 1px solid var(--mf10-line); background: #fff; transition: transform .25s ease, border-color .25s ease; }
.mf10-kit-card:hover { transform: translateY(-7px); border-color: #aeb8c2; }
.mf10-kit-card.mf10-featured { border: 2px solid var(--mf10-navy); }
.mf10-popular { position: absolute; z-index: 2; top: 0; left: 0; padding: 10px 16px; background: var(--mf10-navy); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mf10-kit-image { height: 360px; overflow: hidden; background: var(--mf10-mist); }
.mf10-kit-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; }
.mf10-kit-content { padding: 34px; }
.mf10-kit-content > span { color: var(--mf10-slate); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mf10-kit-content h3 { margin: 8px 0 24px; color: var(--mf10-ink); font-size: 34px; letter-spacing: -.045em; }
.mf10-kit-content ul { min-height: 128px; margin: 0 0 30px; padding: 0; display: grid; gap: 10px; list-style: none; }
.mf10-kit-content li { display: flex; align-items: center; gap: 9px; color: var(--mf10-slate); font-size: 14px; }
.mf10-kit-content li .mf10-icon { color: var(--mf10-navy); }
.mf10-kit-content a { display: flex; align-items: center; justify-content: space-between; padding-top: 21px; border-top: 1px solid var(--mf10-line); color: var(--mf10-ink) !important; font-size: 14px; font-weight: 800; }

.mf10-video { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 130px); align-items: center; background: var(--mf10-navy); color: #fff; }
.mf10-video-copy h2 { color: #fff; }
.mf10-video-copy p { max-width: 650px; margin: 30px 0 35px; color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; }
.mf10-video-frame { max-width: 650px; width: 100%; justify-self: center; border: 1px solid rgba(255,255,255,.18); padding: 14px; background: rgba(255,255,255,.04); }
.mf10-video-frame video { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; background: #000; }

.mf10-specs { max-width: 1540px; margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(55px, 9vw, 150px); align-items: center; }
.mf10-spec-image { min-height: 720px; background: var(--mf10-mist); overflow: hidden; }
.mf10-spec-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.mf10-spec-intro { max-width: 650px; margin-top: 24px; }
.mf10-spec-content dl { margin: 45px 0 0; border-top: 1px solid var(--mf10-line); }
.mf10-spec-content dl div { display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; padding: 17px 0; border-bottom: 1px solid var(--mf10-line); }
.mf10-spec-content dt { color: var(--mf10-slate); font-size: 13px; }
.mf10-spec-content dd { margin: 0; color: var(--mf10-ink); font-size: 14px; font-weight: 750; }
.mf10-spec-actions { margin-top: 34px; display: flex; gap: 26px; align-items: center; flex-wrap: wrap; }
.mf10-download { margin: 0; }

.mf10-dealer { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 9vw, 150px); align-items: center; background: var(--mf10-mist); }
.mf10-dealer-mark { max-width: 380px; justify-self: center; }
.mf10-dealer-mark img { width: 100%; }
.mf10-dealer-content { max-width: 900px; }
.mf10-dealer-content h2 { max-width: 790px; margin-top: 18px; font-weight: 650; }
.mf10-dealer-content > p { margin-top: 28px; max-width: 760px; }
.mf10-services { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.mf10-services span { padding: 14px 17px; display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--mf10-line); color: var(--mf10-ink); font-size: 13px; font-weight: 700; }

.mf10-faq { max-width: 1500px; margin: 0 auto; }
.mf10-faq h2 { max-width: 850px; }
.mf10-faq-grid { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 55px; border-top: 1px solid var(--mf10-line); }
.mf10-faq details { padding: 25px 0; border-bottom: 1px solid var(--mf10-line); }
.mf10-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; color: var(--mf10-ink); font-size: 16px; font-weight: 780; }
.mf10-faq summary::-webkit-details-marker { display: none; }
.mf10-faq summary::after { content: "+"; font-size: 22px; font-weight: 400; color: var(--mf10-slate); }
.mf10-faq details[open] summary::after { content: "−"; }
.mf10-faq details p { margin: 17px 35px 0 0; color: var(--mf10-slate); font-size: 15px; line-height: 1.65; }

.mf10-final-cta { padding: clamp(68px, 7vw, 110px) clamp(24px, 7vw, 120px); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(60px, 9vw, 150px); align-items: center; background: var(--mf10-navy); color: #fff; }
.mf10-final-cta h2 { margin-top: 15px; color: #fff; }
.mf10-final-cta p { max-width: 760px; margin: 22px 0 0; color: rgba(255,255,255,.68); font-size: 18px; }
.mf10-final-actions { min-width: 320px; padding: 30px; display: flex; flex-direction: column; align-items: stretch; gap: 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.04); }
.mf10-phone { display: inline-flex; align-items: center; gap: 10px; color: #fff !important; font-size: 15px; font-weight: 800; }

.mf10-footer { padding: 50px clamp(24px, 6vw, 100px) 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; background: var(--mf10-navy-deep); color: #fff; }
.mf10-footer-brand { display: flex; align-items: center; gap: 20px; }
.mf10-footer-brand img { width: 160px; }
.mf10-footer-brand span { color: rgba(255,255,255,.57); font-size: 12px; }
.mf10-footer-contact { justify-self: end; display: flex; gap: 25px; flex-wrap: wrap; color: rgba(255,255,255,.68); font-size: 12px; }
.mf10-footer-contact a,
.mf10-footer-contact span { display: inline-flex; align-items: center; gap: 7px; color: inherit !important; }
.mf10-footer > p { grid-column: 1 / -1; margin: 20px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 11px; }

@media (max-width: 1100px) {
    .mf10-header { grid-template-columns: 1fr auto; }
    .mf10-header nav { display: none; }
    .mf10-hero { grid-template-columns: 1fr 48%; }
    .mf10-hero-copy { padding-left: 45px; padding-right: 45px; }
    .mf10-feature-stage { grid-template-columns: 1fr 1fr; }
    .mf10-feature-detail { display: none; }
    .mf10-why-grid { grid-template-columns: 1fr 1fr; }
    .mf10-why-grid article:nth-child(2) { border-right: 0; }
    .mf10-why-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--mf10-line); }
    .mf10-kit-image { height: 280px; }
    .mf10-story-copy { padding: 70px; }
}

@media (max-width: 820px) {
    .mf10-header { min-height: 68px; padding: 0 20px; }
    .mf10-brand img { width: 140px; }
    .mf10-header-cta { font-size: 12px; }
    .mf10-hero { grid-template-columns: 1fr; }
    .mf10-hero-copy { min-height: 650px; padding: 76px 26px 62px; }
    .mf10-hero-visual { min-height: 660px; }
    .mf10-hero h1 { font-size: clamp(52px, 15vw, 74px); }
    .mf10-hero-lead { font-size: 32px; }
    .mf10-hero-text { font-size: 16px; }
    .mf10-hero-logo { width: 106px; height: 106px; top: 22px; right: 22px; padding: 10px; }
    .mf10-cert-strip { grid-template-columns: 1fr 1fr; padding: 0; }
    .mf10-cert-strip > div:first-child { border-left: 0; }
    .mf10-cert-strip > div:nth-child(2) { border-right: 0; }
    .mf10-cert-strip > div { min-height: 105px; padding: 24px; border-bottom: 1px solid var(--mf10-line); }
    .mf10-launch-story,
    .mf10-intro-grid,
    .mf10-section-heading,
    .mf10-story-band,
    .mf10-video,
    .mf10-specs,
    .mf10-dealer,
    .mf10-final-cta { grid-template-columns: 1fr; }
    .mf10-intro-grid,
    .mf10-launch-story { gap: 30px; }
    .mf10-range { grid-template-columns: 1fr 1fr; }
    .mf10-range > div:nth-child(2) { border-right: 0; }
    .mf10-range > div:nth-child(-n+2) { border-bottom: 1px solid var(--mf10-line); }
    .mf10-launch-heading h2,
    .mf10-intro h2,
    .mf10-section-heading h2,
    .mf10-video-copy h2,
    .mf10-spec-content h2,
    .mf10-dealer-content h2,
    .mf10-faq h2,
    .mf10-final-cta h2,
    .mf10-story-copy h2 { font-size: 42px; }
    .mf10-feature-stage { grid-template-columns: 1fr; }
    .mf10-feature-image { height: 620px; }
    .mf10-feature-panel { padding: 42px 30px; }
    .mf10-story-band { min-height: 0; }
    .mf10-story-image { height: 620px; }
    .mf10-story-copy { padding: 62px 26px 72px; }
    .mf10-section-heading { gap: 25px; }
    .mf10-kit-grid { grid-template-columns: 1fr; }
    .mf10-kit-image { height: 390px; }
    .mf10-video { gap: 55px; }
    .mf10-spec-image { min-height: 650px; }
    .mf10-dealer-mark { width: 230px; }
    .mf10-faq-grid { grid-template-columns: 1fr; }
    .mf10-final-actions { min-width: 0; align-items: stretch; }
    .mf10-footer { grid-template-columns: 1fr; }
    .mf10-footer-contact { justify-self: start; }
}

@media (max-width: 520px) {
    .mf10-header-cta .mf10-icon { display: none; }
    .mf10-hero-actions { display: grid; grid-template-columns: 1fr; }
    .mf10-button { width: 100%; }
    .mf10-hero-visual { min-height: 540px; }
    .mf10-hero-caption { padding: 14px 18px; font-size: 10px; }
    .mf10-cert-strip strong { font-size: 16px; }
    .mf10-cert-strip span { font-size: 11px; }
    .mf10-range { grid-template-columns: 1fr; }
    .mf10-range > div { min-height: 112px; border-right: 0; border-bottom: 1px solid var(--mf10-line); }
    .mf10-range > div:last-child { border-bottom: 0; }
    .mf10-why-grid { grid-template-columns: 1fr; }
    .mf10-why-grid article { border-right: 0; border-bottom: 1px solid var(--mf10-line); }
    .mf10-why-grid article:last-child { border-bottom: 0; }
    .mf10-section { padding-left: 22px; padding-right: 22px; }
    .mf10-feature-image { height: 480px; }
    .mf10-story-image { height: 500px; }
    .mf10-kit-image { height: 300px; }
    .mf10-kit-content { padding: 28px 24px; }
    .mf10-spec-image { min-height: 540px; }
    .mf10-spec-content dl div { grid-template-columns: 1fr; gap: 6px; }
    .mf10-spec-actions { align-items: stretch; }
    .mf10-services { display: grid; }
    .mf10-final-actions { width: 100%; }
    .mf10-footer-brand { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    .merman-f10-page,
    .merman-f10-page * { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

