:root {
  --mmhiw-navy: #071527;
  --mmhiw-deep: #0b1c31;
  --mmhiw-blue: #0c61e9;
  --mmhiw-sky: #5ec7ff;
  --mmhiw-orange: #f2a51a;
  --mmhiw-paper: #f4f0e8;
  --mmhiw-ink: #101923;
  --mmhiw-muted: #657183;
}

html { scroll-behavior: smooth; }

.mmhiw-page {
  min-width: 320px;
  overflow: hidden;
  background: var(--mmhiw-paper);
  color: var(--mmhiw-ink);
  font-family: "Sora", ui-sans-serif, system-ui, sans-serif;
}

.mmhiw-page *, .mmhiw-page *::before, .mmhiw-page *::after { box-sizing: border-box; }
.mmhiw-page a { color: inherit; text-decoration: none; }

.mmhiw-header {
  border-bottom: 1px solid rgba(9, 29, 52, 0.12);
  background: rgba(248, 245, 239, 0.94);
  color: var(--mmhiw-ink);
  backdrop-filter: blur(16px);
}

.mmhiw-header .mmmo-nav { gap: clamp(0.6rem, 1vw, 1.15rem); }
.mmhiw-header .mmmo-nav a { font-size: 0.69rem; white-space: nowrap; }
.mmhiw-header .mmmo-nav a[aria-current="page"] { color: var(--mmhiw-blue); }
.mmhiw-header .mmmo-header-cta { background: var(--mmhiw-blue); color: #fff !important; box-shadow: 0 10px 24px rgba(12, 97, 233, 0.22); }
.mmhiw-header .mmmo-header-cta:hover { background: #084dbb; box-shadow: 0 13px 28px rgba(12, 97, 233, 0.28); }

.mmhiw-mobile-nav { display: none; position: relative; }
.mmhiw-mobile-nav summary { align-items: center; cursor: pointer; display: flex; gap: 0.45rem; list-style: none; }
.mmhiw-mobile-nav summary::-webkit-details-marker { display: none; }
.mmhiw-mobile-nav nav { background: white; border: 1px solid #dce2e9; box-shadow: 0 18px 42px rgba(7, 21, 39, 0.2); display: grid; gap: 0.2rem; padding: 0.7rem; position: absolute; right: 0; top: calc(100% + 0.8rem); width: min(78vw, 280px); z-index: 100; }
.mmhiw-mobile-nav nav a { border-radius: 0.35rem; padding: 0.7rem 0.8rem; }
.mmhiw-mobile-nav nav a[aria-current="page"] { background: #eaf2ff; color: var(--mmhiw-blue); }

.mmhiw-hero {
  background: #f8f5ef;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
  min-height: min(825px, calc(100vh - 72px));
  padding: clamp(4.5rem, 8vw, 8rem) max(4.5vw, calc((100vw - 1540px) / 2));
  position: relative;
}

.mmhiw-hero::after { background: var(--mmhiw-orange); bottom: 0; content: ""; height: 6px; left: 0; position: absolute; width: 22%; }
.mmhiw-hero-copy { align-self: center; max-width: 660px; padding-right: clamp(2rem, 5vw, 6rem); position: relative; z-index: 2; }
.mmhiw-eyebrow, .mmhiw-step { color: var(--mmhiw-blue); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.18em; margin: 0 0 1.5rem; text-transform: uppercase; }
.mmhiw-hero h1, .mmhiw-chapter h2, .mmhiw-section-intro h2, .mmhiw-final h2 { font-family: "Space Grotesk", "Sora", sans-serif; font-weight: 500; letter-spacing: -0.065em; line-height: 0.94; margin: 0; }
.mmhiw-hero h1 { font-size: clamp(4rem, 6.3vw, 7.5rem); }
.mmhiw-hero h1 em, .mmhiw-final h2 em { color: var(--mmhiw-blue); font-family: Georgia, serif; font-weight: 400; }
.mmhiw-hero-copy > p:not(.mmhiw-eyebrow) { color: #3e4a58; font-size: clamp(1rem, 1.25vw, 1.3rem); line-height: 1.75; margin: 2rem 0; max-width: 620px; }
.mmhiw-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.mmhiw-button { align-items: center; border: 1px solid transparent; display: inline-flex; font-size: 0.8rem; font-weight: 800; justify-content: center; letter-spacing: 0.03em; min-height: 52px; padding: 0.8rem 1.35rem; text-transform: uppercase; transition: transform 160ms ease, box-shadow 160ms ease; }
.mmhiw-button:hover { transform: translateY(-2px); }
.mmhiw-button.is-primary { background: var(--mmhiw-blue); box-shadow: 0 13px 30px rgba(12, 97, 233, 0.22); color: white; }
.mmhiw-button.is-secondary { border-color: #aab4bf; color: #223147; }
.mmhiw-trust-rail { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; list-style: none; margin: 1.6rem 0 0; padding: 0; }
.mmhiw-trust-rail li { align-items: center; color: #5e6875; display: flex; font-size: 0.7rem; gap: 0.4rem; }
.mmhiw-trust-rail i { color: var(--mmhiw-blue); }

.mmhiw-hero-visual { min-height: 600px; position: relative; }
.mmhiw-hero-visual > figure { height: 100%; margin: 0; min-height: 600px; overflow: hidden; position: relative; }
.mmhiw-hero-visual > figure::after { background: linear-gradient(180deg, transparent 50%, rgba(4, 15, 29, 0.72)); content: ""; inset: 0; position: absolute; }
.mmhiw-hero-visual > figure > img { height: 100%; object-fit: cover; width: 100%; }
.mmhiw-hero-visual figcaption, .mmhiw-activation-body figcaption { bottom: 1.1rem; color: rgba(255,255,255,0.8); font-size: 0.65rem; left: 1.2rem; position: absolute; z-index: 2; }
.mmhiw-hero-product, .mmhiw-hero-market { background: white; box-shadow: 0 24px 60px rgba(7, 21, 39, 0.22); position: absolute; z-index: 3; }
.mmhiw-hero-product { align-items: center; bottom: 2rem; display: flex; gap: 1rem; left: -3.5rem; padding: 0.9rem; width: 280px; }
.mmhiw-hero-product > img { height: 92px; object-fit: contain; width: 100px; }
.mmhiw-hero-product div { display: grid; gap: 0.25rem; }
.mmhiw-hero-product span, .mmhiw-hero-product small, .mmhiw-hero-market small { color: var(--mmhiw-muted); font-size: 0.64rem; }
.mmhiw-hero-product strong { font-size: 0.92rem; }
.mmhiw-hero-market { display: grid; gap: 0.35rem; padding: 1.1rem 1.25rem; right: -1rem; top: 1.4rem; width: 225px; }
.mmhiw-hero-market strong { font-size: 1.2rem; }
.mmhiw-live-dot { color: var(--mmhiw-blue); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.mmhiw-live-dot::before { background: #24b16e; border-radius: 50%; content: ""; display: inline-block; height: 8px; margin-right: 0.45rem; width: 8px; }

.mmhiw-chapter-rail { background: var(--mmhiw-navy); display: grid; grid-template-columns: repeat(6, 1fr); padding: 0 max(4.5vw, calc((100vw - 1540px) / 2)); }
.mmhiw-chapter-rail a { align-items: center; border-left: 1px solid rgba(255,255,255,0.12); color: white; display: flex; gap: 0.8rem; min-height: 78px; padding: 1rem 1.25rem; }
.mmhiw-chapter-rail a:last-child { border-right: 1px solid rgba(255,255,255,0.12); }
.mmhiw-chapter-rail span { color: var(--mmhiw-sky); font-size: 0.65rem; }
.mmhiw-chapter-rail strong { font-family: "Space Grotesk", sans-serif; font-size: 0.9rem; font-weight: 600; }

.mmhiw-chapter { display: grid; grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr); min-height: 720px; padding: clamp(5rem, 8vw, 9rem) max(4.5vw, calc((100vw - 1540px) / 2)); }
.mmhiw-chapter.is-light { background: var(--mmhiw-paper); color: var(--mmhiw-ink); }
.mmhiw-chapter.is-dark { background: var(--mmhiw-navy); color: white; }
.mmhiw-chapter-copy { align-self: center; max-width: 630px; padding: 2rem clamp(2rem, 6vw, 7rem) 2rem 0; }
.mmhiw-chapter:nth-of-type(even) .mmhiw-chapter-copy { padding-left: clamp(2rem, 6vw, 7rem); padding-right: 0; }
.mmhiw-chapter h2, .mmhiw-section-intro h2 { font-size: clamp(3.2rem, 5.1vw, 6.1rem); }
.mmhiw-chapter-copy > p:not(.mmhiw-step) { color: #c1cbda; font-size: clamp(1rem, 1.2vw, 1.2rem); line-height: 1.8; margin: 2rem 0; }
.mmhiw-chapter.is-light .mmhiw-chapter-copy > p:not(.mmhiw-step) { color: #5c6776; }
.mmhiw-scene { min-height: 520px; position: relative; }
.mmhiw-scene > img { height: 100%; object-fit: cover; width: 100%; }
.mmhiw-check-list { display: grid; gap: 0.85rem; list-style: none; margin: 2rem 0 0; padding: 0; }
.mmhiw-check-list li { align-items: center; display: flex; font-size: 0.82rem; gap: 0.8rem; }
.mmhiw-check-list i { align-items: center; background: rgba(94,199,255,0.15); border-radius: 50%; color: var(--mmhiw-sky); display: flex; height: 28px; justify-content: center; width: 28px; }

.mmhiw-connect-scene > img { filter: saturate(0.8); }
.mmhiw-connection-card { background: white; bottom: -2rem; box-shadow: 0 26px 60px rgba(0,0,0,0.25); color: var(--mmhiw-ink); padding: 1.25rem; position: absolute; right: -1rem; width: min(410px, 78%); }
.mmhiw-connection-card header { align-items: center; border-bottom: 1px solid #e1e6ec; display: flex; justify-content: space-between; padding-bottom: 0.8rem; }
.mmhiw-connection-card header span { font-size: 0.72rem; font-weight: 700; }
.mmhiw-connection-card header i { color: var(--mmhiw-blue); margin-right: 0.4rem; }
.mmhiw-connection-card header strong { color: #178353; font-size: 0.65rem; text-transform: uppercase; }
.mmhiw-mini-product { align-items: center; display: flex; gap: 0.8rem; padding: 1rem 0; }
.mmhiw-mini-product img { height: 64px; object-fit: contain; width: 74px; }
.mmhiw-mini-product p { display: grid; gap: 0.25rem; margin: 0; }
.mmhiw-mini-product span { color: var(--mmhiw-muted); font-size: 0.63rem; }
.mmhiw-connection-card dl, .mmhiw-market-card dl, .mmhiw-proof-card dl { display: grid; gap: 0.4rem; margin: 0; }
.mmhiw-connection-card dl div, .mmhiw-market-card dl div, .mmhiw-proof-card dl div { align-items: center; display: flex; justify-content: space-between; }
.mmhiw-connection-card dt, .mmhiw-market-card dt, .mmhiw-proof-card dt { color: var(--mmhiw-muted); font-size: 0.63rem; }
.mmhiw-connection-card dd, .mmhiw-market-card dd, .mmhiw-proof-card dd { color: #178353; font-size: 0.65rem; font-weight: 700; margin: 0; }

.mmhiw-map-scene { overflow: hidden; }
.mmhiw-map-scene::after { background: linear-gradient(90deg, transparent 50%, rgba(255,255,255,0.15)); content: ""; inset: 0; position: absolute; }
.mmhiw-market-card { background: var(--mmhiw-navy); bottom: 2rem; color: white; left: 2rem; padding: 1.5rem; position: absolute; width: min(350px, calc(100% - 4rem)); z-index: 2; }
.mmhiw-market-card p { color: var(--mmhiw-sky); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; margin: 0 0 0.4rem; text-transform: uppercase; }
.mmhiw-market-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 1.8rem; margin: 0; }
.mmhiw-market-card > strong { color: var(--mmhiw-orange); display: block; font-family: "Space Grotesk", sans-serif; font-size: 4rem; line-height: 1; margin: 1rem 0; }
.mmhiw-market-card > strong span { color: #9eacbe; font-size: 1rem; }
.mmhiw-market-card dl { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 0.8rem; }
.mmhiw-market-card dt { color: #a9b7c9; }
.mmhiw-market-card small { color: #8291a5; display: block; font-size: 0.57rem; margin-top: 1rem; }
.mmhiw-ranked-markets { display: grid; gap: 1px; margin-top: 2rem; }
.mmhiw-ranked-markets div { align-items: center; background: rgba(7,21,39,0.05); display: grid; grid-template-columns: 40px 1fr 42px; padding: 0.9rem 1rem; }
.mmhiw-ranked-markets span { color: var(--mmhiw-blue); font-size: 0.62rem; }
.mmhiw-ranked-markets b { font-size: 0.78rem; }
.mmhiw-ranked-markets strong { font-family: "Space Grotesk", sans-serif; text-align: right; }

.mmhiw-build-facts { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 2rem 0; }
.mmhiw-build-facts span { border: 1px solid rgba(255,255,255,0.2); color: #c4cfdd; font-size: 0.65rem; padding: 0.6rem 0.75rem; }
.mmhiw-text-link { border-bottom: 1px solid var(--mmhiw-sky); color: var(--mmhiw-sky) !important; display: inline-block; font-size: 0.76rem; font-weight: 800; padding-bottom: 0.35rem; }
.mmhiw-store-stage { min-height: 570px; overflow: hidden; position: relative; }
.mmhiw-store-photo { inset: 0; margin: 0; position: absolute; }
.mmhiw-store-photo::after { background: rgba(3,14,27,0.42); content: ""; inset: 0; position: absolute; }
.mmhiw-store-photo img { height: 100%; object-fit: cover; width: 100%; }
.mmhiw-storefront { background: #fbfaf6; box-shadow: 0 35px 80px rgba(0,0,0,0.38); color: var(--mmhiw-ink); display: grid; grid-template-columns: 1fr 1fr; left: 50%; max-width: 520px; min-height: 440px; padding: 1.3rem; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 74%; }
.mmhiw-storefront header { align-items: center; border-bottom: 1px solid #dfe4e7; display: flex; grid-column: 1 / -1; justify-content: space-between; padding-bottom: 0.7rem; }
.mmhiw-storefront header span { color: var(--mmhiw-blue); font-weight: 900; letter-spacing: 0.1em; }
.mmhiw-storefront header small { color: var(--mmhiw-muted); }
.mmhiw-storefront > img { align-self: center; height: 220px; object-fit: contain; width: 100%; }
.mmhiw-storefront > div { align-self: center; padding: 1rem; }
.mmhiw-storefront p { color: var(--mmhiw-blue); font-family: Georgia, serif; font-size: 1.05rem; margin: 0 0 1rem; }
.mmhiw-storefront h3 { font-family: "Space Grotesk", sans-serif; font-size: 2rem; margin: 0; }
.mmhiw-storefront strong { display: block; margin: 0.7rem 0 1.2rem; }
.mmhiw-storefront button { background: var(--mmhiw-blue); border: 0; color: white; font: inherit; font-size: 0.65rem; font-weight: 800; padding: 0.75rem 1rem; text-transform: uppercase; }
.mmhiw-model-note { align-items: center; background: white; bottom: 1rem; color: var(--mmhiw-ink); display: flex; font-size: 0.6rem; gap: 0.45rem; margin: 0; padding: 0.65rem 0.8rem; position: absolute; right: 1rem; }
.mmhiw-model-note i { color: var(--mmhiw-blue); }

.mmhiw-activate { background: #eef3f8; color: var(--mmhiw-ink); padding: clamp(5rem, 8vw, 9rem) max(4.5vw, calc((100vw - 1540px) / 2)); }
.mmhiw-section-intro { display: grid; gap: 1.2rem; grid-template-columns: 0.8fr 1.2fr; margin-bottom: 4rem; }
.mmhiw-section-intro .mmhiw-step { grid-column: 1 / -1; margin: 0; }
.mmhiw-section-intro > p:not(.mmhiw-step) { align-self: end; color: #596779; line-height: 1.8; margin: 0; max-width: 680px; }
.mmhiw-touchpoint-flow { align-items: stretch; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; margin-bottom: 2.5rem; }
.mmhiw-touchpoint-flow > article { background: white; border-top: 3px solid var(--mmhiw-blue); min-height: 160px; padding: 1.1rem; }
.mmhiw-touchpoint-flow > article > i { color: var(--mmhiw-blue); font-size: 1.3rem; }
.mmhiw-touchpoint-flow > article span { color: var(--mmhiw-muted); float: right; font-size: 0.6rem; }
.mmhiw-touchpoint-flow h3 { font-family: "Space Grotesk", sans-serif; margin: 1.4rem 0 0.35rem; }
.mmhiw-touchpoint-flow p { color: #657183; font-size: 0.7rem; line-height: 1.5; margin: 0; }
.mmhiw-touchpoint-flow > i { align-self: center; color: #8ea0b6; padding: 0 0.65rem; }
.mmhiw-activation-body { display: grid; grid-template-columns: 1.25fr 0.75fr; }
.mmhiw-activation-body figure { margin: 0; min-height: 520px; overflow: hidden; position: relative; }
.mmhiw-activation-body figure::after { background: linear-gradient(180deg, transparent 65%, rgba(3,14,27,0.6)); content: ""; inset: 0; position: absolute; }
.mmhiw-activation-body figure img { height: 100%; object-fit: cover; width: 100%; }
.mmhiw-doorstep-brief { background: var(--mmhiw-navy); color: white; padding: clamp(2rem, 4vw, 4rem); }
.mmhiw-doorstep-brief > p { color: var(--mmhiw-sky); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.mmhiw-doorstep-brief h3 { font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem, 3.2vw, 3.5rem); letter-spacing: -0.05em; line-height: 1; }
.mmhiw-doorstep-brief dl { display: grid; gap: 0.65rem; margin: 2rem 0; }
.mmhiw-doorstep-brief dl div { border-bottom: 1px solid rgba(255,255,255,0.13); display: grid; gap: 0.25rem; padding-bottom: 0.65rem; }
.mmhiw-doorstep-brief dt { color: #7f8da1; font-size: 0.6rem; text-transform: uppercase; }
.mmhiw-doorstep-brief dd { font-size: 0.8rem; margin: 0; }
.mmhiw-doorstep-brief small { color: #8fa0b5; font-size: 0.62rem; line-height: 1.6; }
.mmhiw-gates { background: white; display: grid; grid-template-columns: repeat(5, 1fr); list-style: none; margin: 0; padding: 0; }
.mmhiw-gates li { align-items: center; border-right: 1px solid #e0e5ea; display: grid; gap: 0.2rem; grid-template-columns: auto 1fr; min-height: 86px; padding: 1rem; }
.mmhiw-gates i { color: #178353; grid-row: 1 / 3; }
.mmhiw-gates span { color: var(--mmhiw-muted); font-size: 0.57rem; text-transform: uppercase; }
.mmhiw-gates strong { font-size: 0.72rem; }

.mmhiw-proof-card { background: white; bottom: 1.4rem; box-shadow: 0 22px 55px rgba(7,21,39,0.25); color: var(--mmhiw-ink); left: 1.4rem; padding: 1.2rem; position: absolute; width: min(360px, calc(100% - 2.8rem)); }
.mmhiw-proof-card header { align-items: center; display: flex; justify-content: space-between; }
.mmhiw-proof-card header p { font-size: 0.64rem; font-weight: 800; margin: 0; }
.mmhiw-proof-card header span { background: #fff4d8; color: #956000; font-size: 0.57rem; font-weight: 800; padding: 0.35rem 0.5rem; text-transform: uppercase; }
.mmhiw-proof-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; margin: 1rem 0; }
.mmhiw-proof-states { display: grid; list-style: none; margin: 2rem 0 0; padding: 0; }
.mmhiw-proof-states li { align-items: start; border-top: 1px solid #cfd6df; display: grid; gap: 1rem; grid-template-columns: 42px 1fr; padding: 1rem 0; }
.mmhiw-proof-states li > span { color: var(--mmhiw-blue); font-size: 0.65rem; }
.mmhiw-proof-states b { font-size: 0.85rem; }
.mmhiw-proof-states p { color: var(--mmhiw-muted) !important; font-size: 0.7rem !important; line-height: 1.5 !important; margin: 0.25rem 0 0 !important; }

.mmhiw-memory-stats { border-top: 1px solid rgba(255,255,255,0.15); display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); margin-top: 2rem; padding-top: 1.4rem; }
.mmhiw-memory-stats div { display: grid; gap: 0.35rem; }
.mmhiw-memory-stats strong { color: var(--mmhiw-sky); font-family: "Space Grotesk", sans-serif; font-size: 1.8rem; }
.mmhiw-memory-stats span { color: #8d9aae; font-size: 0.6rem; }
.mmhiw-memory-card { background: rgba(5,17,31,0.92); bottom: 1.5rem; color: white; padding: 1.4rem; position: absolute; right: 1.5rem; width: min(430px, calc(100% - 3rem)); }
.mmhiw-memory-card > p { color: var(--mmhiw-sky); font-size: 0.6rem; font-weight: 800; letter-spacing: 0.1em; margin: 0; text-transform: uppercase; }
.mmhiw-memory-card h3 { font-family: "Space Grotesk", sans-serif; font-size: 1.5rem; margin: 0.5rem 0 1rem; }
.mmhiw-memory-card ul { display: grid; gap: 0.55rem; list-style: none; margin: 0; padding: 0; }
.mmhiw-memory-card li { color: #d0d8e2; font-size: 0.72rem; }
.mmhiw-memory-card li span { color: var(--mmhiw-sky); margin-right: 0.65rem; }
.mmhiw-memory-card footer { align-items: end; border-top: 1px solid rgba(255,255,255,0.14); display: flex; justify-content: space-between; margin-top: 1rem; padding-top: 1rem; }
.mmhiw-memory-card footer span { color: #8392a7; font-size: 0.58rem; text-transform: uppercase; }
.mmhiw-memory-card footer strong { font-size: 0.75rem; }

.mmhiw-final { align-items: center; background: var(--mmhiw-orange); display: flex; flex-direction: column; min-height: 650px; padding: 7rem 1.5rem; text-align: center; }
.mmhiw-final .mmhiw-eyebrow { color: var(--mmhiw-navy); }
.mmhiw-final h2 { color: var(--mmhiw-navy); font-size: clamp(4rem, 7vw, 8rem); }
.mmhiw-final h2 em { color: white; }
.mmhiw-final > p:not(.mmhiw-eyebrow) { color: #49360b; line-height: 1.7; margin: 2rem auto; max-width: 620px; }
.mmhiw-final .mmhiw-button { background: var(--mmhiw-navy); box-shadow: none; }
.mmhiw-final small { color: #63480b; display: block; font-size: 0.64rem; margin-top: 1.2rem; }

.mmhiw-footer { align-items: center; background: #04101f; color: #9eabba; display: grid; gap: 2rem; grid-template-columns: 220px 1fr auto; padding: 3rem max(4.5vw, calc((100vw - 1540px) / 2)); }
.mmhiw-footer img { filter: brightness(0) invert(1); max-width: 170px; }
.mmhiw-footer p { font-size: 0.75rem; line-height: 1.7; margin: 0; max-width: 540px; }
.mmhiw-footer nav { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; justify-content: flex-end; }
.mmhiw-footer nav a { color: white; font-size: 0.67rem; }
.mmhiw-footer small { font-size: 0.58rem; grid-column: 1 / -1; }

@media (max-width: 1240px) {
  .mmhiw-header .mmmo-nav { display: none; }
  .mmhiw-mobile-nav { display: block; }
  .mmhiw-hero { grid-template-columns: 0.95fr 1.05fr; }
  .mmhiw-hero-product { left: -1.5rem; }
  .mmhiw-chapter { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .mmhiw-hero { grid-template-columns: 1fr; padding-bottom: 4rem; }
  .mmhiw-hero-copy { padding: 0 0 3rem; }
  .mmhiw-hero-visual { min-height: 540px; }
  .mmhiw-chapter-rail { grid-template-columns: repeat(3, 1fr); }
  .mmhiw-chapter { grid-template-columns: 1fr; }
  .mmhiw-chapter:nth-of-type(even) .mmhiw-chapter-copy, .mmhiw-chapter-copy { padding: 0 0 3rem; }
  .mmhiw-chapter.is-light .mmhiw-scene { order: 2; }
  .mmhiw-chapter.is-light .mmhiw-chapter-copy { order: 1; }
  .mmhiw-section-intro { grid-template-columns: 1fr; }
  .mmhiw-touchpoint-flow { grid-template-columns: 1fr 1fr; gap: 1px; }
  .mmhiw-touchpoint-flow > i { display: none; }
  .mmhiw-activation-body { grid-template-columns: 1fr; }
  .mmhiw-gates { grid-template-columns: repeat(2, 1fr); }
  .mmhiw-footer { grid-template-columns: 1fr; }
  .mmhiw-footer nav { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .mmhiw-header .mmmo-header-actions { display: none; }
  .mmhiw-hero { padding: 5rem 1rem 2.5rem; }
  .mmhiw-hero h1 { font-size: clamp(3.3rem, 16vw, 5.2rem); }
  .mmhiw-hero-visual, .mmhiw-hero-visual > figure { min-height: 420px; }
  .mmhiw-hero-market { right: 0.7rem; top: 0.7rem; width: 190px; }
  .mmhiw-hero-product { bottom: 0.8rem; left: 0.8rem; width: 235px; }
  .mmhiw-hero-product > img { height: 72px; width: 78px; }
  .mmhiw-chapter-rail { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .mmhiw-chapter-rail a { min-height: 64px; padding: 0.75rem; }
  .mmhiw-chapter, .mmhiw-activate { min-height: auto; padding: 5rem 1rem; }
  .mmhiw-chapter h2, .mmhiw-section-intro h2 { font-size: clamp(3rem, 13vw, 4.6rem); }
  .mmhiw-scene { min-height: 430px; }
  .mmhiw-connection-card { bottom: 0.7rem; right: 0.7rem; width: calc(100% - 1.4rem); }
  .mmhiw-market-card { bottom: 0.7rem; left: 0.7rem; width: calc(100% - 1.4rem); }
  .mmhiw-storefront { grid-template-columns: 1fr; min-height: 430px; width: 88%; }
  .mmhiw-storefront > img { height: 145px; }
  .mmhiw-storefront > div { padding: 0.4rem; }
  .mmhiw-touchpoint-flow { grid-template-columns: 1fr; }
  .mmhiw-activation-body figure { min-height: 420px; }
  .mmhiw-gates { grid-template-columns: 1fr; }
  .mmhiw-memory-stats { gap: 1rem; grid-template-columns: 1fr; }
  .mmhiw-memory-card { bottom: 0.7rem; right: 0.7rem; width: calc(100% - 1.4rem); }
  .mmhiw-final { min-height: 540px; padding: 5rem 1rem; }
  .mmhiw-final h2 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .mmhiw-footer { padding: 3rem 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mmhiw-button { transition: none; }
}
