.page-manual-media {
    background: #082f31;
}

.mm-guide {
    --mm-ink: #183a36;
    --mm-deep: #075653;
    --mm-deep-dark: #043f3e;
    --mm-paper: #fffdf1;
    --mm-cream: #fff9dc;
    --mm-gold: #e5b447;
    --mm-gold-light: #ffe584;
    --mm-green: #4f9b43;
    --mm-blue: #147d9e;
    --mm-red: #b84635;
    --mm-line: 3px solid var(--mm-ink);
    background: var(--mm-cream);
    overflow-wrap: anywhere;
}

.mm-guide h1,
.mm-guide h2,
.mm-guide h3,
.mm-guide p,
.mm-guide ol,
.mm-guide ul,
.mm-guide dl,
.mm-guide figure,
.mm-guide table {
    margin-top: 0;
}

.mm-guide h1,
.mm-guide h2,
.mm-guide h3,
.mm-guide p,
.mm-guide li,
.mm-guide dd,
.mm-guide dt,
.mm-guide a,
.mm-guide span,
.mm-guide button,
.mm-guide label,
.mm-guide td,
.mm-guide th {
    overflow-wrap: anywhere;
}

.mm-guide [id] {
    scroll-margin-top: 104px;
}

.mm-guide button,
.mm-guide input {
    font: inherit;
}

.mm-guide a:focus-visible,
.mm-guide button:focus-visible,
.mm-guide input:focus-visible {
    outline: 3px solid #ffea82;
    outline-offset: 3px;
}

.mm-guide code {
    padding: 0.1em 0.35em;
    color: #0d3b3a;
    background: #e7f4ef;
    border: 1px solid rgba(7, 86, 83, 0.22);
    border-radius: 4px;
    font-size: 0.92em;
    overflow-wrap: anywhere;
}

.mm-hero {
    position: relative;
    overflow: hidden;
    color: #fffdf0;
    background-color: #1a4a5c;
    background-image:
        linear-gradient(118deg, rgba(4, 63, 62, 0.97) 0%, rgba(20, 70, 92, 0.92) 48%, rgba(90, 74, 40, 0.88) 100%),
        url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: auto, 96px 96px;
    border-bottom: 8px solid var(--mm-gold);
}

.mm-hero::before,
.mm-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    border-radius: 50%;
}

.mm-hero::before {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -170px;
    border: 42px solid rgba(255, 229, 132, 0.08);
    box-shadow: 0 0 0 38px rgba(255, 255, 255, 0.035);
}

.mm-hero::after {
    width: 220px;
    height: 220px;
    top: -118px;
    left: -70px;
    border: 30px solid rgba(21, 154, 187, 0.12);
}

.mm-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 56px 0 62px;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 44px;
    align-items: center;
}

.mm-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
    color: #d6edf0;
    font-size: 12px;
    font-weight: 800;
}

.mm-breadcrumbs a {
    color: inherit;
    text-underline-offset: 3px;
}

.mm-breadcrumbs a:hover {
    color: #fff1a0;
}

.mm-kicker,
.mm-section-heading > p,
.mm-finder-results-heading > p,
.mm-toc > p,
.mm-side-list > p,
.mm-path-tag,
.mm-asset-picks-label {
    margin-bottom: 7px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.mm-kicker {
    color: #ffe888;
}

.mm-hero h1 {
    max-width: 760px;
    margin-bottom: 18px;
    color: #fffdf0;
    font-size: clamp(32px, 4.5vw, 52px);
    line-height: 1.04;
    letter-spacing: -0.04em;
    text-shadow: 3px 3px 0 var(--mm-deep-dark);
}

.mm-lead {
    max-width: 700px;
    margin-bottom: 24px;
    color: #e8f5e9;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.62;
}

.mm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.mm-primary-action,
.mm-secondary-action {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 3px solid #132f2d;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(2, 43, 42, 0.82);
    text-decoration: none;
    font-size: 14px;
    font-weight: 900;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.mm-primary-action {
    color: var(--mm-ink);
    background: var(--mm-gold-light);
}

.mm-secondary-action {
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
}

.mm-primary-action:hover,
.mm-secondary-action:hover {
    transform: translateY(-1px);
    box-shadow: 4px 5px 0 rgba(2, 43, 42, 0.92);
}

.mm-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.mm-hero-stats > div {
    display: grid;
    min-width: 96px;
    gap: 2px;
    padding: 8px 12px;
    background: rgba(2, 47, 47, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

.mm-hero-stats dt {
    color: #bfe3d0;
    font-size: 9px;
    font-weight: 900;
    text-transform: uppercase;
}

.mm-hero-stats dd {
    margin: 0;
    color: #fff4a6;
    font-size: 15px;
    font-weight: 900;
}

.mm-answer-card {
    padding: 22px;
    color: var(--mm-ink);
    background: var(--mm-paper);
    border: 4px solid var(--mm-ink);
    border-radius: 8px;
    box-shadow: 9px 9px 0 rgba(3, 48, 47, 0.74);
}

.mm-answer-heading {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 16px;
}

.mm-chip-icon {
    display: grid;
    width: 58px;
    height: 58px;
    flex: 0 0 auto;
    place-items: center;
    color: var(--mm-deep-dark);
    background: var(--mm-gold-light);
    border: 3px solid var(--mm-ink);
    border-radius: 50%;
    font-size: 22px;
    font-weight: 900;
}

.mm-answer-heading h2 {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.mm-answer-heading p {
    margin-bottom: 4px;
    color: var(--mm-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mm-answer-card ol {
    display: grid;
    gap: 10px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.mm-answer-card li {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.mm-answer-card li > span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    color: var(--mm-deep-dark);
    background: #d8f0e6;
    border: 2px solid var(--mm-ink);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 900;
}

.mm-answer-card li p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.mm-answer-note {
    margin: 0;
    padding: 12px 14px;
    background: #e8f4ef;
    border: 2px dashed rgba(7, 86, 83, 0.35);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.mm-answer-note a {
    color: var(--mm-deep);
    font-weight: 900;
    text-underline-offset: 3px;
}

.mm-page-layout {
    display: grid;
    width: min(calc(100% - 48px), 1220px);
    margin: 0 auto;
    padding: 42px 0 72px;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 34px;
    align-items: start;
}

.mm-main-column {
    display: grid;
    gap: 28px;
    min-width: 0;
}

.mm-section {
    padding: 28px;
    background: var(--mm-paper);
    border: var(--mm-line);
    border-radius: 8px;
    box-shadow: 6px 6px 0 rgba(24, 58, 54, 0.12);
}

.mm-section-heading {
    margin-bottom: 22px;
}

.mm-section-heading > p {
    color: var(--mm-deep);
}

.mm-section-heading h2 {
    margin-bottom: 10px;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.mm-section-heading > span {
    display: block;
    max-width: 72ch;
    color: #3d5d58;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
}

.mm-section-heading.is-light > p,
.mm-section-heading.is-light h2,
.mm-section-heading.is-light > span {
    color: #fffdf0;
}

.mm-section-heading.is-light > span {
    color: #d7ebe7;
}

.mm-path-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.mm-path-grid article {
    min-width: 0;
    padding: 18px;
    background: #f4fbf7;
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 6px;
}

.mm-path-tag {
    display: inline-block;
    padding: 4px 8px;
    color: #163a1a;
    background: #b7e3a8;
    border: 2px solid var(--mm-ink);
    border-radius: 4px;
}

.mm-path-grid article:nth-child(2) .mm-path-tag {
    color: #0d3b4a;
    background: #9ed8ea;
}

.mm-path-grid article:nth-child(3) .mm-path-tag {
    color: #5a4308;
    background: #ffe584;
}

.mm-path-grid article:nth-child(4) .mm-path-tag {
    color: #4a2f62;
    background: #dcc8f5;
}

.mm-path-grid h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.mm-path-grid p,
.mm-path-grid li,
.mm-two-col li,
.mm-side-list li {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.mm-path-grid p {
    margin-bottom: 12px;
    color: #3d5d58;
}

.mm-path-grid ul,
.mm-two-col ul,
.mm-side-list ol,
.mm-side-list ul {
    margin: 0;
    padding-left: 1.15rem;
}

.mm-path-grid li,
.mm-two-col li,
.mm-side-list li {
    margin: 0.35rem 0;
}

.mm-figure {
    margin: 0;
    overflow: hidden;
    border: 3px solid var(--mm-ink);
    border-radius: 6px;
    background: #0b3a3c;
}

.mm-figure img,
.mm-shot-grid img {
    display: block;
    width: 100%;
    height: auto;
    image-rendering: pixelated;
    background: #0b3a3c;
}

.mm-figure figcaption,
.mm-shot-grid figcaption {
    padding: 12px 14px;
    color: #e8f5e9;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    background: #0b3a3c;
}

.mm-figure figcaption code {
    color: #fff4a6;
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.2);
}

.mm-tool-section {
    color: #fffdf0;
    background:
        linear-gradient(160deg, rgba(4, 63, 62, 0.98), rgba(28, 68, 90, 0.96)),
        #064c55;
    border-color: #102f30;
    box-shadow: 6px 6px 0 rgba(2, 32, 33, 0.45);
}

.mm-finder-form {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px;
    background: rgba(255, 253, 241, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
}

.mm-finder-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.mm-finder-form legend {
    margin-bottom: 10px;
    color: #fff4a6;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.mm-choice-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.mm-choice-row-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mm-choice-row label {
    display: flex;
    min-height: 52px;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    color: #fffdf0;
    background: rgba(2, 40, 42, 0.45);
    border: 2px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    cursor: pointer;
}

.mm-choice-row label:has(input:checked) {
    color: var(--mm-ink);
    background: var(--mm-gold-light);
    border-color: #132f2d;
}

.mm-choice-row input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    accent-color: var(--mm-deep);
}

.mm-form-error {
    min-height: 1.2em;
    margin: 0;
    color: #ffd0c4;
    font-size: 14px;
    font-weight: 800;
}

.mm-tool-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mm-calculate-button,
.mm-clear-button {
    min-height: 48px;
    padding: 10px 18px;
    border: 3px solid #132f2d;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(2, 43, 42, 0.55);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.mm-calculate-button {
    color: var(--mm-ink);
    background: var(--mm-gold-light);
}

.mm-clear-button {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.mm-finder-results {
    display: grid;
    gap: 16px;
    padding: 18px;
    background: rgba(255, 253, 241, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
}

.mm-finder-results.has-result {
    border-color: #9ed98b;
    box-shadow: inset 0 0 0 1px rgba(158, 217, 139, 0.35);
}

.mm-finder-results-heading h3 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 1.2;
}

.mm-finder-results-heading span {
    display: block;
    color: #d7ebe7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.mm-result-badge-block {
    display: grid;
    gap: 4px;
    justify-items: start;
    padding: 16px 18px;
    color: var(--mm-ink);
    background: var(--mm-paper);
    border: 3px solid #132f2d;
    border-radius: 6px;
}

.mm-result-badge-block span,
.mm-result-badge-block small {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.mm-result-badge-block output {
    color: var(--mm-deep);
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.mm-result-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.mm-result-metrics > div {
    min-width: 0;
    padding: 12px 14px;
    background: rgba(2, 40, 42, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
}

.mm-result-metrics dt {
    margin-bottom: 6px;
    color: #bfe3d0;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mm-result-metrics dd {
    margin: 0;
    color: #fffdf0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
}

.mm-result-metrics dd a {
    color: #fff4a6;
    font-weight: 900;
}

.mm-result-line {
    display: inline;
}

.mm-result-metrics code {
    color: #fff4a6;
    background: rgba(0, 0, 0, 0.22);
    border-color: rgba(255, 255, 255, 0.18);
}

.mm-asset-picks {
    padding: 14px;
    background: rgba(2, 40, 42, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
}

.mm-asset-picks-label {
    color: #bfe3d0;
}

.mm-asset-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.mm-asset-card {
    min-width: 0;
    overflow: hidden;
    background: #0b3a3c;
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
}

.mm-asset-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 10 / 9;
    object-fit: cover;
    image-rendering: pixelated;
    background: #0b3a3c;
}

.mm-asset-card p {
    margin: 0;
    padding: 8px 10px;
    color: #e8f5e9;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
}

.mm-finder-guidance {
    margin: 0;
    color: #e8f5e9;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.mm-noscript {
    margin: 14px 0 0;
    padding: 12px 14px;
    color: #fffdf0;
    background: rgba(184, 70, 53, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    font-weight: 700;
}

.mm-two-col,
.mm-compat-grid,
.mm-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.mm-two-col article,
.mm-compat-grid article,
.mm-faq-grid article {
    min-width: 0;
    padding: 18px;
    background: #f7fcf9;
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 6px;
}

.mm-two-col article.is-soft {
    background: #eef8f4;
}

.mm-two-col h3,
.mm-compat-grid h3,
.mm-faq-grid h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
}

.mm-compat-grid p,
.mm-faq-grid p {
    margin: 0;
    color: #3d5d58;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.mm-inline-note {
    margin: 18px 0 0;
    padding: 12px 14px;
    background: #e8f4ef;
    border: 2px dashed rgba(7, 86, 83, 0.35);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.mm-inline-note a {
    color: var(--mm-deep);
    font-weight: 900;
    text-underline-offset: 3px;
}

.mm-shot-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.mm-shot-grid figure {
    margin: 0;
    overflow: hidden;
    border: 3px solid var(--mm-ink);
    border-radius: 6px;
    background: #0b3a3c;
}

.mm-fact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.mm-fact-grid article {
    min-width: 0;
    padding: 16px;
    background: #f4fbf7;
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 6px;
}

.mm-fact-grid p {
    margin-bottom: 6px;
    color: var(--mm-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mm-fact-grid strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.mm-fact-grid span {
    display: block;
    color: #3d5d58;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.mm-phrase-table-wrap {
    overflow-x: auto;
    margin-bottom: 16px;
    border: 2px solid rgba(24, 58, 54, 0.2);
    border-radius: 6px;
    -webkit-overflow-scrolling: touch;
}

.mm-phrase-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 14px;
}

.mm-phrase-table th,
.mm-phrase-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(24, 58, 54, 0.14);
    text-align: left;
    vertical-align: top;
    font-weight: 700;
    line-height: 1.45;
}

.mm-phrase-table thead th {
    color: #fffdf0;
    background: var(--mm-deep);
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mm-phrase-table tbody th {
    width: 18%;
    color: var(--mm-deep);
    background: #f4fbf7;
}

.mm-phrase-table tbody tr:nth-child(even) td {
    background: #fffaf0;
}

.mm-phrase-table tbody tr:last-child th,
.mm-phrase-table tbody tr:last-child td {
    border-bottom: 0;
}

.mm-callout {
    padding: 16px 18px;
    background: #fff6df;
    border: 2px dashed rgba(122, 75, 31, 0.35);
    border-radius: 6px;
}

.mm-callout h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.mm-callout p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.mm-callout a {
    color: var(--mm-deep);
    font-weight: 900;
}

.mm-next-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.mm-next-links a {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 16px 18px;
    color: var(--mm-ink);
    background: var(--mm-paper);
    border: var(--mm-line);
    border-radius: 6px;
    box-shadow: 4px 4px 0 rgba(24, 58, 54, 0.12);
    text-decoration: none;
    transition: transform 120ms ease;
}

.mm-next-links a:hover {
    transform: translateY(-1px);
}

.mm-next-links span {
    color: var(--mm-deep);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.mm-next-links strong {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.mm-side-column {
    display: grid;
    gap: 14px;
    position: sticky;
    top: 104px;
}

.mm-toc,
.mm-side-rule,
.mm-side-list {
    padding: 16px;
    background: var(--mm-paper);
    border: var(--mm-line);
    border-radius: 8px;
    box-shadow: 4px 4px 0 rgba(24, 58, 54, 0.1);
}

.mm-toc {
    display: grid;
    gap: 8px;
}

.mm-toc a {
    color: var(--mm-deep);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.mm-toc a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.mm-side-rule {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.mm-side-rule > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    color: var(--mm-deep-dark);
    background: var(--mm-gold-light);
    border: 2px solid var(--mm-ink);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}

.mm-side-rule p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}

.mm-side-list.is-soft {
    background: #eef8f4;
}

@media (max-width: 1100px) {
    .mm-hero-inner,
    .mm-page-layout {
        grid-template-columns: 1fr;
    }

    .mm-side-column {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .mm-hero-inner,
    .mm-page-layout {
        width: min(calc(100% - 28px), 1220px);
        padding-top: 36px;
    }

    .mm-section {
        padding: 20px;
    }

    .mm-path-grid,
    .mm-two-col,
    .mm-compat-grid,
    .mm-fact-grid,
    .mm-faq-grid,
    .mm-next-links,
    .mm-result-metrics,
    .mm-choice-row,
    .mm-choice-row-wide,
    .mm-side-column,
    .mm-shot-grid,
    .mm-asset-grid {
        grid-template-columns: 1fr;
    }

    .mm-hero h1 {
        font-size: clamp(28px, 8.5vw, 40px);
    }

    .mm-lead {
        font-size: 16px;
    }

    .mm-choice-row label {
        min-height: 48px;
    }
}
