.mmpa {
  --mmpa-red: #c40025;
  --mmpa-red-dark: #8d001a;
  --mmpa-ink: #19191b;
  --mmpa-muted: #616166;
  --mmpa-paper: #f7f5f2;
  --mmpa-line: #ded9d4;
  padding: clamp(58px, 7vw, 94px) 22px;
  color: var(--mmpa-ink);
  background: var(--mmpa-paper);
  font-family: Roboto, Arial, sans-serif;
}

.mmpa,
.mmpa * { box-sizing: border-box; }

.mmpa__shell { width: min(1160px, 100%); margin: 0 auto; }

.mmpa__eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 15px;
  color: var(--mmpa-red);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.mmpa__eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }

.mmpa h2 {
  max-width: 850px;
  margin: 0;
  color: inherit;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(35px, 4.2vw, 58px);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -.042em;
  text-wrap: balance;
}

.mmpa h3,
.mmpa p,
.mmpa a,
.mmpa span,
.mmpa strong,
.mmpa li,
.mmpa th,
.mmpa td { font-family: Roboto, Arial, sans-serif; }

.mmpa__lead {
  max-width: 800px;
  margin: 19px 0 0;
  color: var(--mmpa-muted);
  font-size: clamp(16px, 1.55vw, 19px);
  line-height: 1.62;
}

.mmpa__lead strong { color: var(--mmpa-ink); }

.mmpa__note {
  margin: 18px 0 0;
  padding: 17px 19px;
  border: 1px solid #ead7db;
  border-left: 3px solid var(--mmpa-red);
  border-radius: 8px;
  background: #fff8f9;
  color: #4c494d;
  font-size: 14px;
  line-height: 1.58;
}

.mmpa__note strong { color: var(--mmpa-ink); }
.mmpa a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 3px; }
.mmpa a:focus-visible { outline: 3px solid rgba(196, 0, 37, .26); outline-offset: 4px; }

/* Storage: a compact assurance ledger, deliberately different from review or credential walls. */
.mmpa--storage {
  color: #fff;
  background:
    radial-gradient(circle at 86% 14%, rgba(196, 0, 37, .28), transparent 27%),
    linear-gradient(135deg, #111114 0%, #202024 100%);
}

.mmpa--storage .mmpa__eyebrow { color: #ff526f; }
.mmpa--storage .mmpa__lead { color: #d5d4d7; }
.mmpa--storage .mmpa__lead strong { color: #fff; }
.mmpa--storage .mmpa__assurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 35px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.19);
  border-radius: 12px;
  background: rgba(8,8,10,.35);
  box-shadow: 0 18px 52px rgba(0,0,0,.2);
}

.mmpa--storage .mmpa__assurance article { min-width: 0; padding: 27px 24px; border-right: 1px solid rgba(255,255,255,.16); }
.mmpa--storage .mmpa__assurance article:last-child { border-right: 0; }
.mmpa--storage .mmpa__assurance span { display: block; margin-bottom: 18px; color: #ff6a83; font-size: 10.5px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mmpa--storage .mmpa__assurance h3 { margin: 0 0 10px; color: #fff; font-size: 21px; font-weight: 720; line-height: 1.17; }
.mmpa--storage .mmpa__assurance p { margin: 0; color: #c9c8cc; font-size: 14px; line-height: 1.58; }
.mmpa--storage .mmpa__quotecheck { display: grid; grid-template-columns: 1.15fr 2fr; gap: 22px; margin-top: 18px; padding: 23px 25px; border-radius: 12px; background: var(--mmpa-red); }
.mmpa--storage .mmpa__quotecheck h3 { margin: 0; color: #fff; font-size: 22px; line-height: 1.18; }
.mmpa--storage .mmpa__quotecheck ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 22px; margin: 0; padding: 0; list-style: none; }
.mmpa--storage .mmpa__quotecheck li { position: relative; padding-left: 17px; color: #fff; font-size: 13.5px; line-height: 1.45; }
.mmpa--storage .mmpa__quotecheck li::before { content: ""; position: absolute; left: 0; top: .53em; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; }
.mmpa--storage .mmpa__note { border-color: rgba(255,255,255,.22); border-left-color: #ff5b77; background: rgba(255,255,255,.07); color: #d8d7da; }
.mmpa--storage .mmpa__note strong { color: #fff; }

/* Furniture: a three-column decision ledger rather than a repeated generic card grid. */
.mmpa--furniture { background: #fff; }
.mmpa__ledger { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border: 1px solid var(--mmpa-line); border-radius: 12px; overflow: hidden; box-shadow: 0 15px 40px rgba(30,25,24,.055); }
.mmpa__ledger article { position: relative; min-height: 100%; padding: 28px 26px; background: #fff; border-right: 1px solid var(--mmpa-line); }
.mmpa__ledger article:last-child { border-right: 0; }
.mmpa__ledger article::before { content: attr(data-step); display: block; margin-bottom: 20px; color: var(--mmpa-red); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.mmpa__ledger h3 { margin: 0 0 11px; font-size: 22px; line-height: 1.18; letter-spacing: -.02em; }
.mmpa__ledger p { margin: 0; color: var(--mmpa-muted); font-size: 14.5px; line-height: 1.6; }
.mmpa__route-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.mmpa__route-choice article { padding: 20px 22px; border: 1px solid var(--mmpa-line); border-radius: 10px; background: #faf8f6; }
.mmpa__route-choice article:last-child { color: #fff; border-color: #202023; background: #202023; }
.mmpa__route-choice strong { display: block; margin-bottom: 7px; font-size: 16px; }
.mmpa__route-choice p { margin: 0; color: inherit; font-size: 13.5px; line-height: 1.55; opacity: .86; }

/* Junk: a sorting lane makes exclusions and regulated routes scannable. */
.mmpa--junk { background: #f4f1ed; }
.mmpa__sort { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.mmpa__sort article { position: relative; min-height: 100%; padding: 25px 23px 24px; border: 1px solid #dbd5cf; border-radius: 11px; background: #fff; }
.mmpa__sort article:nth-child(3) { border-top: 4px solid var(--mmpa-red); }
.mmpa__sort article:nth-child(4) { color: #fff; border-color: #242427; background: #242427; }
.mmpa__sort span { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-bottom: 18px; border-radius: 50%; background: #f3dce1; color: var(--mmpa-red); font-size: 12px; font-weight: 850; }
.mmpa__sort article:nth-child(4) span { background: var(--mmpa-red); color: #fff; }
.mmpa__sort h3 { margin: 0 0 10px; font-size: 19px; line-height: 1.2; }
.mmpa__sort p { margin: 0; color: var(--mmpa-muted); font-size: 14px; line-height: 1.57; }
.mmpa__sort article:nth-child(4) p { color: #d4d3d6; }

/* Full-house: a room-control sheet emphasises authorisation and handover. */
.mmpa--houseclear { background: #fff7f8; }
.mmpa__manifest { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; margin-top: 34px; }
.mmpa__manifest-list { overflow: hidden; border: 1px solid #e3d6d9; border-radius: 12px; background: #fff; box-shadow: 0 14px 38px rgba(87,28,38,.055); }
.mmpa__manifest-list header { display: flex; justify-content: space-between; gap: 15px; padding: 18px 22px; color: #fff; background: var(--mmpa-red); }
.mmpa__manifest-list header strong { font-size: 16px; }
.mmpa__manifest-list header span { font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mmpa__manifest-row { display: grid; grid-template-columns: 1fr 1.45fr; gap: 16px; padding: 18px 22px; border-bottom: 1px solid #eee8e5; }
.mmpa__manifest-row:last-child { border-bottom: 0; }
.mmpa__manifest-row strong { font-size: 14px; }
.mmpa__manifest-row span { color: var(--mmpa-muted); font-size: 13px; line-height: 1.45; }
.mmpa__handover { padding: 28px; border-radius: 12px; color: #fff; background: #202023; }
.mmpa__handover h3 { margin: 0 0 16px; color: #fff; font-size: 24px; line-height: 1.18; }
.mmpa__handover ol { margin: 0; padding: 0; list-style: none; counter-reset: handover; }
.mmpa__handover li { position: relative; padding: 0 0 17px 38px; color: #d2d1d4; font-size: 14px; line-height: 1.53; counter-increment: handover; }
.mmpa__handover li:last-child { padding-bottom: 0; }
.mmpa__handover li::before { content: counter(handover); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--mmpa-red); color: #fff; font-size: 11px; font-weight: 850; }

/* Bulky: a short outcome rail that complements, rather than repeats, the existing route choice. */
.mmpa--bulky { background: linear-gradient(180deg, #f4f4f5 0%, #fff 100%); }
.mmpa__rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 34px; overflow: hidden; border: 1px solid var(--mmpa-line); border-radius: 10px; background: #fff; box-shadow: 0 13px 34px rgba(23,23,25,.05); }
.mmpa__rail div { position: relative; padding: 20px; border-right: 1px solid var(--mmpa-line); }
.mmpa__rail div:last-child { border-right: 0; }
.mmpa__rail span { display: block; margin-bottom: 8px; color: var(--mmpa-red); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mmpa__rail strong { display: block; font-size: 14px; line-height: 1.35; }

@media (max-width: 920px) {
  .mmpa--storage .mmpa__assurance,
  .mmpa__sort,
  .mmpa__rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mmpa--storage .mmpa__assurance article:nth-child(2),
  .mmpa__sort article:nth-child(2),
  .mmpa__rail div:nth-child(2) { border-right: 0; }
  .mmpa--storage .mmpa__assurance article:nth-child(-n+2),
  .mmpa__rail div:nth-child(-n+2) { border-bottom: 1px solid var(--mmpa-line); }
  .mmpa__ledger { grid-template-columns: 1fr; }
  .mmpa__ledger article { border-right: 0; border-bottom: 1px solid var(--mmpa-line); }
  .mmpa__ledger article:last-child { border-bottom: 0; }
  .mmpa__manifest { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .mmpa { padding: 48px 18px; }
  .mmpa h2 { font-size: clamp(33px, 10vw, 44px); }
  .mmpa__lead { font-size: 16px; line-height: 1.58; }
  .mmpa--storage .mmpa__assurance,
  .mmpa__sort,
  .mmpa__route-choice,
  .mmpa__rail { grid-template-columns: 1fr; }
  .mmpa--storage .mmpa__assurance article,
  .mmpa--storage .mmpa__assurance article:nth-child(2),
  .mmpa__rail div,
  .mmpa__rail div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--mmpa-line); }
  .mmpa--storage .mmpa__assurance article:last-child,
  .mmpa__rail div:last-child { border-bottom: 0; }
  .mmpa--storage .mmpa__quotecheck { grid-template-columns: 1fr; }
  .mmpa--storage .mmpa__quotecheck ul { grid-template-columns: 1fr; }
  .mmpa__manifest-row { grid-template-columns: 1fr; gap: 6px; }
  .mmpa__manifest-list header { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .mmpa * { scroll-behavior: auto !important; }
}
