.mp-site,
html {
  scroll-behavior: smooth;
}

.mp-site {
  --ink: #121917;
  --muted: #5d625d;
  --paper: #f7f5ef;
  --soft: #e8ece5;
  --rose: #e9c6bd;
  --clay: #a34737;
  --warm: #f3efe7;
  --line: #cfc7ba;
  --field: #dfe8d6;
  --blueprint: #183143;
  --amber: #d7a83f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 38px 38px;
  line-height: 1.55;
}

.mp-site * {
  box-sizing: border-box;
}

.mp-site section[id] {
  scroll-margin-top: 92px;
}

.mp-site a {
  color: inherit;
}

.mp-brand {
  display: none;
}

.mp-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}

.mp-nav {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 50;
  width: min(1120px, calc(100% - 40px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 10px;
  background: rgba(247, 245, 239, 0.92);
  border: 1px solid rgba(18, 25, 23, 0.22);
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 14px 0 rgba(18, 25, 23, 0.04);
  backdrop-filter: blur(12px);
}

.mp-brand {
  display: none;
}

.mp-navlinks {
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  color: var(--muted);
  padding: 4px;
  border: 1px solid rgba(18, 25, 23, 0.16);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.78);
}

.mp-navlinks a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 3px;
  color: #514b45;
  text-decoration: none;
  font-weight: 720;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.mp-navlinks a:hover,
.mp-navlinks a.is-active {
  background: #e9c6bd;
  color: #18211f;
}

.mp-navlinks a:hover {
  transform: translateY(-1px);
}

.mp-navlinks .mp-nav-cta {
  background: #18211f;
  color: white;
}

.mp-navlinks .mp-nav-cta:hover,
.mp-navlinks .mp-nav-cta.is-active {
  background: #26312e;
  color: white;
}

.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--ink);
  color: white !important;
  text-decoration: none;
  font-weight: 720;
  transition: 0.18s ease;
}

.mp-btn:hover {
  transform: translateY(-1px);
  background: #26312e;
}

.mp-btn.alt {
  background: transparent;
  color: var(--ink) !important;
}

.mp-hero {
  padding: 104px 0 76px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(18, 25, 23, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(18, 25, 23, 0.055) 1px, transparent 1px),
    linear-gradient(135deg, #f7f5ef 0%, #f7f5ef 54%, #dfe8d6 54%, #dfe8d6 100%);
  background-size: 34px 34px, 34px 34px, auto;
}

.mp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(330px, 1.08fr);
  gap: 32px;
  align-items: center;
}

.mp-lab-label {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 8px;
  color: var(--clay);
}

.mp-lab-label span,
.mp-lab-label b {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-lab-label span {
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 800;
}

.mp-lab-label b {
  color: var(--muted);
  font-weight: 760;
}

.mp-lab-label b::before {
  content: "/";
  display: inline-block;
  margin: 0 12px 0 2px;
  color: var(--line);
}

.mp-kicker {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 6px 12px;
  background: var(--paper);
  font-size: 13px;
  color: #5c554f;
  font-weight: 650;
}

.mp-h1 {
  font-size: clamp(40px, 5.4vw, 76px);
  line-height: 0.98;
  margin: 18px 0 18px;
  letter-spacing: 0;
  font-weight: 850;
  max-width: 820px;
}

.mp-lede {
  font-size: clamp(18px, 2.1vw, 22px);
  color: #49433d;
  max-width: 680px;
  margin: 0 0 20px;
}

.mp-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.mp-hero-proof div {
  min-height: 112px;
  padding: 13px;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(18, 25, 23, 0.2);
  box-shadow: 6px 6px 0 rgba(18, 25, 23, 0.05);
}

.mp-hero-proof span {
  display: block;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.mp-hero-proof b {
  display: block;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.08;
  font-weight: 850;
}

.mp-hero-proof p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.mp-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 22px 0 22px;
  border: 1px solid rgba(18, 25, 23, 0.24);
  background: rgba(247, 245, 239, 0.82);
  box-shadow: 10px 10px 0 rgba(18, 25, 23, 0.06);
}

.mp-signal-strip div {
  padding: 13px 12px;
  border-right: 1px solid rgba(18, 25, 23, 0.16);
}

.mp-signal-strip div:last-child {
  border-right: 0;
}

.mp-signal-strip span {
  display: block;
  margin-bottom: 7px;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-signal-strip b {
  display: block;
  font-size: 13px;
  line-height: 1.2;
}

.mp-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.mp-call-boundary {
  margin: 10px 0 0;
  max-width: 680px;
  color: #5d554d;
  font-size: 13px;
  line-height: 1.35;
}

.mp-note {
  margin-top: 18px;
  max-width: 760px;
  padding: 14px 16px;
  color: #39413d;
  font-size: 15px;
  border-left: 4px solid var(--clay);
  background: rgba(255, 255, 255, 0.7);
}

.mp-photo,
.mp-ops-board {
  position: relative;
  min-height: 540px;
  border-radius: 4px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--blueprint);
  background-size: 26px 26px;
  border: 1px solid rgba(18, 25, 23, 0.32);
  box-shadow: 16px 16px 0 rgba(18, 25, 23, 0.1);
}

.mp-ops-board {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mp-board-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mp-board-alert {
  padding: 16px;
  background: rgba(247, 245, 239, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 7px 7px 0 rgba(18, 25, 23, 0.22);
}

.mp-board-alert span {
  display: block;
  margin-bottom: 8px;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-board-alert p {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.32;
  font-weight: 760;
}

.mp-board-top span {
  color: #f0c367;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-board-top strong {
  font-size: 18px;
  color: white;
}

.mp-board-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mp-board-col,
.mp-board-doc,
.mp-packet-page,
.mp-packet-card {
  background: rgba(247, 245, 239, 0.96);
  border: 1px solid rgba(18, 25, 23, 0.2);
  border-radius: 4px;
  box-shadow: 7px 7px 0 rgba(18, 25, 23, 0.18);
}

.mp-board-col {
  min-height: 116px;
  padding: 14px;
}

.mp-board-col b {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.mp-board-col p,
.mp-board-doc p,
.mp-packet-page p,
.mp-packet-card p {
  margin: 0;
  color: var(--muted);
}

.mp-board-col em {
  display: inline-flex;
  margin-top: 14px;
  padding: 5px 8px;
  border-radius: 3px;
  background: #dfe8d6;
  color: #25372f;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.mp-board-doc {
  margin-top: auto;
  margin-bottom: 84px;
  padding: 16px;
  background: #121917;
  color: white;
}

.mp-before-after {
  display: grid;
  gap: 14px;
}

.mp-before-after div {
  padding: 18px;
  background: rgba(247, 245, 239, 0.96);
  border: 1px solid rgba(18, 25, 23, 0.2);
  border-radius: 4px;
  box-shadow: 7px 7px 0 rgba(18, 25, 23, 0.18);
}

.mp-before-after span {
  display: block;
  margin-bottom: 10px;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-before-after b {
  display: block;
  font-size: 20px;
  line-height: 1.16;
  margin-bottom: 8px;
}

.mp-before-after p {
  margin: 0;
  color: var(--muted);
}

.mp-board-doc span {
  color: #f3ddd7;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-board-doc p {
  color: #dfe7e2;
  font-size: 18px;
  margin-top: 8px;
}

.mp-photo-card {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  background: rgba(247, 245, 239, 0.95);
  border: 1px solid rgba(18, 25, 23, 0.22);
  border-radius: 4px;
  padding: 18px;
  backdrop-filter: blur(10px);
}

.mp-photo-card strong {
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}

.mp-photo-card span {
  color: var(--muted);
  font-size: 14px;
}

.mp-band {
  padding: 74px 0;
}

.mp-intro {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 52px;
}

.mp-eyebrow {
  display: inline-flex;
  padding: 5px 8px;
  background: #121917;
  color: #f3efe7;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 780;
}

.mp-h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.04;
  margin: 10px 0 18px;
  letter-spacing: 0;
}

.mp-p {
  color: #56504a;
  font-size: 18px;
  margin: 0 0 18px;
}

.mp-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.mp-card {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: rgba(247, 245, 239, 0.92);
  padding: 24px;
  min-height: 220px;
  box-shadow: 8px 8px 0 rgba(18, 25, 23, 0.06);
}

.mp-card b {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}

.mp-card p {
  margin: 0;
  color: var(--muted);
}

.mp-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}

.mp-soft {
  background:
    linear-gradient(90deg, rgba(18, 25, 23, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(18, 25, 23, 0.045) 1px, transparent 1px),
    var(--field);
  background-size: 34px 34px;
}

.mp-systems {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #121917;
  background-size: 34px 34px;
  color: white;
}

.mp-systems .mp-p {
  color: #dfe7e2;
}

.mp-case-band {
  background:
    linear-gradient(rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    #fffdf8;
  background-size: 36px 36px;
}

.mp-case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

.mp-case-card {
  padding: 28px;
  background: var(--paper);
  border: 1px solid rgba(18, 25, 23, 0.24);
  border-radius: 4px;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.08);
}

.mp-case-card > span,
.mp-offer-panel > span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-case-card h3,
.mp-offer-panel h3 {
  margin: 0 0 18px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.02;
}

.mp-case-flow {
  display: grid;
  gap: 10px;
}

.mp-case-flow div {
  padding: 16px;
  border: 1px solid rgba(18, 25, 23, 0.16);
  background: rgba(255, 253, 248, 0.88);
}

.mp-case-flow b {
  display: block;
  margin-bottom: 6px;
}

.mp-case-flow p {
  margin: 0;
  color: var(--muted);
}

.mp-case-card a {
  display: inline-flex;
  margin-top: 16px;
  color: var(--clay);
  font-weight: 800;
}

.mp-system-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.mp-system-grid.compact {
  grid-template-columns: repeat(3, 1fr);
}

.mp-system-grid article {
  min-height: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  box-shadow: 8px 8px 0 rgba(255, 255, 255, 0.05);
}

.mp-system-grid span {
  display: block;
  color: #f0c367;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 14px;
}

.mp-system-grid b {
  display: block;
  font-size: 20px;
  line-height: 1.16;
  margin-bottom: 10px;
}

.mp-system-grid p {
  color: #dfe7e2;
  margin: 0;
}

.mp-cream {
  background:
    linear-gradient(90deg, rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    #f3efe7;
  background-size: 38px 38px;
}

.mp-offers {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.mp-feature-offer {
  margin-top: 34px;
}

.mp-starter {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 24px;
  align-items: start;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #121917;
  background-size: 28px 28px;
  color: white;
  border-radius: 4px;
  padding: 30px;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.11);
}

.mp-starter span {
  display: inline-flex;
  color: #f0c367;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-starter h3 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.03;
  margin: 0 0 16px;
}

.mp-starter p {
  color: #dfe7e2;
  font-size: 18px;
  margin: 0;
}

.mp-starter .mp-btn {
  grid-column: 1 / -1;
  width: fit-content;
  background: var(--paper);
  color: #18211f !important;
  border-color: var(--paper);
}

.mp-snapshot-offer {
  margin-top: 14px;
}

.mp-snapshot-offer article {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 24px;
  padding: 28px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.24);
  border-radius: 4px;
  box-shadow: 10px 10px 0 rgba(18, 25, 23, 0.08);
}

.mp-snapshot-offer span,
.mp-snapshot-head span {
  display: inline-flex;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-snapshot-offer h3 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.03;
  margin: 0 0 14px;
}

.mp-snapshot-offer p {
  color: var(--muted);
  margin: 0;
}

.mp-price {
  display: inline-flex;
  align-items: center;
  margin: 6px 0 18px;
  padding: 8px 12px;
  border-radius: 3px;
  background: #121917;
  color: white;
  font-size: 14px;
  font-weight: 800;
}

.mp-snapshot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mp-snapshot-grid div {
  min-height: 170px;
  padding: 20px;
  background: #f7f5ef;
  border: 1px solid rgba(18, 25, 23, 0.18);
  border-radius: 4px;
}

.mp-snapshot-grid b {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.mp-snapshot-offer .mp-btn {
  margin-top: 20px;
}

.mp-starter-list {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  padding: 20px;
}

.mp-starter-list b {
  display: block;
  font-size: 19px;
  margin-bottom: 12px;
}

.mp-starter-list ul {
  color: #dfe7e2;
  margin: 0;
  padding-left: 18px;
}

.mp-starter-list li + li {
  margin-top: 8px;
}

.mp-other-offers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.mp-offer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 32px;
}

.mp-offer-panel {
  padding: 30px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.24);
  border-radius: 4px;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.08);
}

.mp-offer-panel.dark {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    #121917;
  background-size: 28px 28px;
  color: white;
}

.mp-offer-panel.dark p,
.mp-offer-panel.dark li {
  color: #dfe7e2;
}

.mp-offer-panel.dark .mp-btn {
  background: var(--paper);
  border-color: var(--paper);
  color: var(--ink) !important;
}

.mp-offer-panel p {
  color: var(--muted);
  margin: 0 0 18px;
}

.mp-offer-panel ul {
  margin: 0 0 22px;
  padding-left: 18px;
  color: var(--muted);
}

.mp-offer-note {
  margin: -6px 0 18px;
  color: #5d554d;
  font-size: 14px;
  font-weight: 750;
}

.mp-offer-panel.dark .mp-offer-note {
  color: #dfe7e2;
}

.mp-offer-panel li + li {
  margin-top: 8px;
}

.mp-offer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.mp-snapshot-mini {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0;
}

.mp-snapshot-mini div {
  padding: 12px;
  background: #f7f5ef;
  border: 1px solid rgba(18, 25, 23, 0.16);
  border-radius: 4px;
}

.mp-snapshot-mini b {
  display: block;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.15;
}

.mp-snapshot-mini span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}

.mp-text-link {
  color: var(--clay);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.mp-text-link.light {
  color: #f3ddd7;
}

.mp-offer {
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.18);
  border-radius: 4px;
  padding: 22px;
  min-height: 240px;
}

.mp-offer span {
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
}

.mp-offer b {
  display: block;
  font-size: 19px;
  line-height: 1.18;
  margin: 12px 0 10px;
}

.mp-offer p {
  color: var(--muted);
  margin: 0;
}

.mp-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.mp-list div {
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid rgba(18, 25, 23, 0.18);
  border-radius: 4px;
  padding: 14px 16px;
  font-weight: 650;
}

.mp-fit-list {
  grid-template-columns: 1fr 1fr;
}

.mp-fit-list div {
  min-height: 112px;
  display: flex;
  align-items: center;
  padding: 18px;
}

.mp-snapshot-card {
  padding: 24px;
  background:
    linear-gradient(rgba(18, 25, 23, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.04) 1px, transparent 1px),
    #e8ece5;
  background-size: 22px 22px;
  border: 1px solid rgba(18, 25, 23, 0.22);
  border-radius: 4px;
  box-shadow: 9px 9px 0 rgba(18, 25, 23, 0.08);
}

.mp-snapshot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(24, 33, 31, 0.14);
}

.mp-snapshot-head span {
  margin: 0;
}

.mp-snapshot-head strong {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: #18211f;
  color: white;
  font-size: 13px;
}

.mp-snapshot-row {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 0.9fr;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(24, 33, 31, 0.1);
}

.mp-snapshot-row:first-of-type {
  min-height: auto;
  padding-top: 0;
  color: var(--clay);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mp-snapshot-row:last-child {
  border-bottom: 0;
}

.mp-snapshot-row span {
  font-weight: 760;
}

.mp-snapshot-row p {
  color: var(--muted);
  margin: 0;
}

.mp-snapshot-row em {
  justify-self: start;
  padding: 5px 8px;
  border-radius: 3px;
  background: var(--paper);
  border: 1px solid rgba(24, 33, 31, 0.12);
  color: #6f463e;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.mp-image,
.mp-packet {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(18, 25, 23, 0.24);
  min-height: 420px;
  background: #e8ece5;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.1);
}

.mp-packet {
  position: relative;
  padding: 34px;
  background:
    linear-gradient(rgba(18, 25, 23, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.04) 1px, transparent 1px),
    #dfe8d6;
  background-size: 24px 24px;
}

.mp-packet-page {
  padding: 28px;
}

.mp-packet-page.main {
  width: min(76%, 420px);
  min-height: 310px;
}

.mp-packet-page.side {
  position: absolute;
  right: 34px;
  top: 64px;
  width: 190px;
  padding: 18px;
}

.mp-packet-page span {
  display: block;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.mp-packet-page h3 {
  font-size: 34px;
  line-height: 1.02;
  margin: 0 0 14px;
}

.mp-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.mp-lines i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: #d7cec4;
}

.mp-lines i:nth-child(2) {
  width: 84%;
}

.mp-lines i:nth-child(3) {
  width: 62%;
}

.mp-lines i:nth-child(4) {
  width: 72%;
}

.mp-packet-card {
  position: absolute;
  left: 68px;
  right: 34px;
  bottom: 32px;
  padding: 18px;
}

.mp-packet-card b {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}

.mp-tool-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 44px;
  align-items: start;
}

.mp-tools {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mp-tools div {
  border-left: 3px solid var(--clay);
  background: rgba(247, 245, 239, 0.92);
  padding: 18px 18px 18px 20px;
  border-radius: 0 4px 4px 0;
  min-height: 148px;
  box-shadow: 8px 8px 0 rgba(18, 25, 23, 0.06);
}

.mp-tools b {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.mp-tools p {
  color: var(--muted);
  margin: 0;
}

.mp-founder {
  background: #f7f5ef;
}

.mp-founder-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: start;
}

.mp-founder-copy {
  padding: 28px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.22);
  border-radius: 4px;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.08);
}

.mp-founder-note {
  margin-top: 20px;
  padding: 18px;
  border-left: 4px solid var(--clay);
  background: #e8ece5;
  color: var(--ink);
}

.mp-founder-note blockquote {
  margin: 0;
  font-size: 22px;
  font-weight: 820;
  line-height: 1.24;
}

.mp-founder-note figcaption {
  margin-top: 12px;
  color: #5d554d;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.mp-kind-words {
  background:
    linear-gradient(90deg, rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    #f3efe7;
  background-size: 38px 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mp-quote-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.mp-quote-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  min-height: 330px;
  margin: 0;
  padding: 26px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 8px 8px 0 rgba(18, 25, 23, 0.07);
  overflow: hidden;
}

.mp-quote-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: #a45142;
}

.mp-quote-card.featured {
  background: #18211f;
  color: white;
  border-color: #18211f;
}

.mp-quote-card.featured::before {
  background: #f1d9d1;
}

.mp-proof-tag {
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5eee8;
  color: #6f463e;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mp-quote-card.featured .mp-proof-tag {
  background: rgba(241, 217, 209, 0.16);
  color: #f3ddd7;
}

.mp-quote-card blockquote {
  margin: 0;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 760;
  color: var(--ink);
}

.mp-quote-card.featured blockquote {
  color: white;
}

.mp-quote-card figcaption {
  display: grid;
  gap: 4px;
  color: var(--muted);
  font-size: 14px;
}

.mp-quote-card.featured figcaption {
  color: #dfe7e2;
}

.mp-quote-card figcaption b {
  color: var(--ink);
  font-size: 16px;
}

.mp-quote-card.featured figcaption b {
  color: white;
}

.mp-quote-card a {
  justify-self: start;
  margin-top: 8px;
  padding: 6px 10px;
  border-radius: 3px;
  background: var(--soft);
  color: var(--clay);
  font-weight: 760;
  text-decoration: none;
  border: 1px solid rgba(18, 25, 23, 0.14);
}

.mp-quote-card.featured a {
  background: rgba(255, 255, 255, 0.1);
  color: #f3ddd7;
}

.mp-proof {
  background: #f7f5ef;
}

.mp-deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.mp-deliverables article {
  min-height: 230px;
  padding: 22px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.2);
  border-radius: 4px;
}

.mp-deliverables span {
  display: block;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-deliverables b {
  display: block;
  font-size: 20px;
  line-height: 1.16;
  margin-bottom: 10px;
}

.mp-deliverables p {
  color: var(--muted);
  margin: 0;
}

.mp-form-band {
  background:
    linear-gradient(rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.035) 1px, transparent 1px),
    #e8ece5;
  background-size: 38px 38px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.mp-sample {
  background: var(--paper);
}

.mp-snapshot-hero {
  min-height: auto;
}

.mp-snapshot-title {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 38px;
  align-items: end;
  padding: 54px 0 10px;
}

.mp-snapshot-meta {
  padding: 26px;
  background:
    linear-gradient(rgba(18, 25, 23, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.05) 1px, transparent 1px),
    #fffdf8;
  background-size: 26px 26px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  box-shadow: 10px 10px 0 rgba(18, 25, 23, 0.14);
}

.mp-snapshot-meta > span,
.mp-report-header span,
.mp-report-grid span,
.mp-decision-head span,
.mp-sample-output span,
.mp-candidate-card span,
.mp-report-cta span {
  display: block;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-snapshot-meta b {
  display: block;
  font-size: 26px;
  line-height: 1.08;
  margin-bottom: 12px;
}

.mp-snapshot-meta p,
.mp-snapshot-meta dd {
  color: var(--muted);
}

.mp-snapshot-meta dl {
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.mp-snapshot-meta div {
  padding-top: 12px;
  border-top: 1px solid rgba(18, 25, 23, 0.14);
}

.mp-snapshot-meta dt {
  font-weight: 900;
}

.mp-snapshot-meta dd {
  margin: 4px 0 0;
}

.mp-snapshot-report {
  background: var(--paper);
}

.mp-guide-hero {
  min-height: auto;
}

.mp-guide-title {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 38px;
  align-items: end;
  padding: 54px 0 10px;
}

.mp-guide-card {
  padding: 26px;
  background:
    linear-gradient(rgba(18, 25, 23, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 25, 23, 0.05) 1px, transparent 1px),
    #fffdf8;
  background-size: 26px 26px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  box-shadow: 10px 10px 0 rgba(18, 25, 23, 0.14);
}

.mp-guide-card span,
.mp-guide-grid article > span {
  display: block;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-guide-card b {
  display: block;
  font-size: 28px;
  line-height: 1.06;
  margin-bottom: 12px;
}

.mp-guide-card p {
  color: var(--muted);
  margin: 0;
}

.mp-guide-band {
  background: var(--paper);
}

.mp-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mp-guide-grid article {
  padding: 26px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 8px 8px 0 rgba(18, 25, 23, 0.06);
}

.mp-guide-grid h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
}

.mp-guide-grid p,
.mp-guide-grid li {
  color: var(--muted);
}

.mp-guide-grid ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.mp-guide-grid li + li {
  margin-top: 8px;
}

.mp-guide-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.mp-guide-compare div {
  padding: 16px;
  border: 1px solid rgba(18, 25, 23, 0.16);
  background: rgba(247, 245, 239, 0.86);
}

.mp-guide-compare b {
  display: block;
  margin-bottom: 8px;
}

.mp-guide-compare p {
  margin: 0;
}

.mp-guide-checklist {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: start;
}

.mp-guide-list {
  display: grid;
  gap: 10px;
}

.mp-guide-list div {
  padding: 16px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 850;
}

.mp-report-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  padding: 30px;
  background: var(--ink);
  color: #f9f7f0;
  border-radius: 4px;
}

.mp-report-header h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.mp-report-header span {
  color: var(--amber);
}

.mp-report-header strong {
  display: inline-flex;
  padding: 12px 14px;
  border: 1px solid rgba(249, 247, 240, 0.28);
  border-radius: 999px;
  white-space: nowrap;
}

.mp-report-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.mp-report-grid article,
.mp-candidate-card,
.mp-report-cta {
  padding: 24px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.mp-report-grid h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
}

.mp-report-grid p,
.mp-sample-output p,
.mp-candidate-card li,
.mp-report-cta p {
  color: var(--muted);
}

.mp-decision-table {
  margin-top: 14px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  overflow: hidden;
  background: #fffdf8;
}

.mp-decision-head,
.mp-decision-row {
  display: grid;
  grid-template-columns: 0.22fr 1fr 0.2fr;
  gap: 16px;
  align-items: center;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.mp-decision-head {
  grid-template-columns: 0.22fr 1fr;
  background: #f0ddd7;
}

.mp-decision-head b {
  font-size: 26px;
}

.mp-decision-row:last-child {
  border-bottom: 0;
}

.mp-decision-row strong {
  font-size: 20px;
}

.mp-decision-row p {
  margin: 0;
  color: var(--muted);
}

.mp-decision-row em {
  justify-self: end;
  padding: 8px 10px;
  background: #ece4db;
  border-radius: 999px;
  color: var(--ink);
  font-style: normal;
  font-weight: 900;
}

.mp-sample-output {
  display: grid;
  grid-template-columns: 0.42fr 0.58fr;
  gap: 18px;
  margin-top: 34px;
  align-items: start;
}

.mp-sample-output h2,
.mp-report-cta h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 0.98;
}

.mp-candidate-card {
  box-shadow: 10px 10px 0 rgba(18, 25, 23, 0.08);
}

.mp-candidate-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
}

.mp-candidate-card ul {
  margin: 0;
  padding-left: 22px;
}

.mp-candidate-card li + li {
  margin-top: 12px;
}

.mp-report-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-top: 34px;
  background: #e8ece5;
}

.mp-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.mp-map article {
  min-height: 250px;
  padding: 22px;
  background: rgba(247, 245, 239, 0.92);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 8px 8px 0 rgba(18, 25, 23, 0.06);
}

.mp-map span {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.mp-map b {
  display: block;
  font-size: 22px;
  line-height: 1.12;
  margin-bottom: 12px;
}

.mp-map p {
  color: var(--muted);
  margin: 0;
}

.mp-sprint {
  background: #f5eee8;
}

.mp-sprint-box {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.08);
}

.mp-sprint-box .mp-btn {
  margin-top: 8px;
}

.mp-sprint-details {
  display: grid;
  gap: 12px;
}

.mp-sprint-details article {
  display: grid;
  grid-template-columns: 44px 0.54fr 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: rgba(247, 245, 239, 0.92);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.mp-sprint-details span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 13px;
  font-weight: 800;
}

.mp-sprint-details b {
  font-size: 18px;
  line-height: 1.18;
}

.mp-sprint-details p {
  color: var(--muted);
  margin: 0;
}

.mp-not-for {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 14px;
}

.mp-not-for div {
  padding: 20px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.2);
  border-radius: 4px;
}

.mp-offer-boundary {
  margin-top: 22px;
}

.mp-not-for b {
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.mp-not-for p {
  color: var(--muted);
  margin: 0;
}

.mp-audit-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 28px;
  padding: 28px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.22);
  border-radius: 4px;
  box-shadow: 12px 12px 0 rgba(18, 25, 23, 0.08);
}

.mp-audit-form label {
  display: grid;
  gap: 8px;
  font-weight: 720;
}

.mp-audit-form .mp-full {
  grid-column: 1 / -1;
}

.mp-audit-form input[type="hidden"] {
  display: none;
}

.mp-audit-form span {
  font-size: 14px;
}

.mp-audit-form span em {
  color: var(--muted);
  font-style: normal;
  font-weight: 650;
}

.mp-audit-form input,
.mp-audit-form textarea {
  width: 100%;
  border: 1px solid #cfc7ba;
  border-radius: 4px;
  background: #f7f5ef;
  color: var(--ink);
  font: inherit;
  padding: 13px 14px;
  outline: none;
}

.mp-audit-form textarea {
  resize: vertical;
}

.mp-audit-form input:focus,
.mp-audit-form textarea:focus {
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(164, 81, 66, 0.12);
}

.mp-audit-form button {
  width: fit-content;
}

.mp-audit-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.mp-form-note {
  color: var(--muted);
  font-size: 14px;
  margin: 10px 0 0;
  align-self: center;
}

.mp-form-status {
  grid-column: 1 / -1;
  color: var(--clay);
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.mp-legal-hero {
  min-height: auto;
  padding-bottom: 84px;
}

.mp-legal-title {
  max-width: 920px;
  padding-top: 70px;
}

.mp-legal-body {
  display: grid;
  gap: 18px;
  max-width: 960px;
}

.mp-legal-body article {
  padding: 24px;
  background: #fffdf8;
  border: 1px solid rgba(18, 25, 23, 0.18);
  border-radius: 4px;
}

.mp-legal-body h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.15;
}

.mp-legal-body p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.mp-legal-body p + p {
  margin-top: 12px;
}

.mp-thanks-hero {
  min-height: 70vh;
}

.mp-thanks {
  max-width: 920px;
  padding: 54px 0 28px;
}

.mp-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.mp-step {
  border-top: 3px solid var(--ink);
  padding: 18px 0 0;
}

.mp-step span {
  font-size: 13px;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-weight: 800;
}

.mp-step b {
  display: block;
  font-size: 20px;
  margin: 8px 0;
}

.mp-step p {
  margin: 0;
  color: var(--muted);
}

.mp-callout {
  background: #18211f;
  color: white;
  padding: 72px 0;
}

.mp-callout .mp-p {
  color: #dfe7e2;
}

.mp-callout .mp-btn {
  background: var(--paper);
  color: #18211f !important;
  border-color: var(--paper);
}

.mp-callout .mp-btn.alt {
  background: transparent;
  color: white !important;
}

.mp-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: start;
}

.mp-contact-box {
  background: var(--paper);
  color: var(--ink);
  border-radius: 4px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.mp-contact-box p {
  color: var(--muted);
  margin: 0 0 16px;
}

.mp-footer {
  padding: 26px 0;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid var(--line);
}

.mc-site {
  min-height: 100vh;
}

.mc-site [hidden] {
  display: none !important;
}

.mc-lock {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
}

.mc-lock-box {
  width: min(520px, 100%);
  padding: 34px;
  background: var(--paper);
  border: 1px solid rgba(18, 25, 23, 0.24);
  border-radius: 4px;
  box-shadow: 14px 14px 0 rgba(18, 25, 23, 0.1);
}

.mc-lock-box > span,
.mc-panel > span,
.mc-topbar span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--clay);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mc-lock-box h1,
.mc-topbar h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.mc-lock-box p {
  color: var(--muted);
}

.mc-lock-box label,
.mc-metrics label {
  display: grid;
  gap: 8px;
  font-weight: 780;
}

.mc-lock-box input,
.mc-metrics input,
.mc-panel textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  border: 1px solid rgba(18, 25, 23, 0.28);
  border-radius: 4px;
  background: #fffdf8;
  color: var(--ink);
  font: inherit;
}

.mc-lock-box .mp-btn {
  margin-top: 16px;
}

.mc-lock-error {
  min-height: 22px;
  margin: 12px 0 0;
  color: var(--clay) !important;
  font-weight: 780;
}

.mc-dashboard {
  padding: 44px 0 70px;
}

.mc-topbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.mc-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.mc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.mc-panel {
  padding: 24px;
  background: var(--paper);
  border: 1px solid rgba(18, 25, 23, 0.22);
  border-radius: 4px;
  box-shadow: 10px 10px 0 rgba(18, 25, 23, 0.07);
}

.mc-panel.wide {
  grid-column: 1 / -1;
}

.mc-panel h2 {
  margin: 0 0 16px;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.mc-status {
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    var(--blueprint);
  background-size: 28px 28px;
  color: white;
}

.mc-status > span {
  color: var(--amber);
}

.mc-status-list,
.mc-table,
.mc-checklist {
  display: grid;
  gap: 10px;
}

.mc-status-list a,
.mc-table div,
.mc-checklist label {
  display: grid;
  gap: 4px;
  padding: 14px;
  background: rgba(255, 253, 248, 0.9);
  border: 1px solid rgba(18, 25, 23, 0.14);
  color: var(--ink);
  text-decoration: none;
}

.mc-status-list em,
.mc-table em {
  color: var(--muted);
  font-style: normal;
  font-size: 14px;
}

.mc-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mc-checklist label {
  grid-template-columns: 22px 1fr;
  align-items: start;
}

.mc-checklist input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.mc-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.mc-list li + li {
  margin-top: 8px;
}

.mc-panel textarea {
  min-height: 170px;
  resize: vertical;
}

@media (max-width: 900px) {
  .mp-intro,
  .mp-split,
  .mp-contact,
  .mp-tool-grid,
  .mp-audit-form,
  .mp-sprint-box,
  .mp-snapshot-offer article,
  .mp-not-for,
  .mp-founder-grid,
  .mp-snapshot-title,
  .mp-sample-output,
  .mp-report-cta,
  .mp-report-header,
  .mp-guide-title,
  .mp-guide-checklist {
    grid-template-columns: 1fr;
  }

  .mp-sprint-details article {
    grid-template-columns: 44px 1fr;
  }

  .mp-sprint-details article p {
    grid-column: 2;
  }

  .mp-audit-form .mp-full {
    grid-column: auto;
  }

  .mp-photo {
    min-height: 420px;
  }

  .mp-board-doc {
    margin-bottom: 116px;
  }

  .mp-services,
  .mp-process,
  .mp-offers,
  .mp-other-offers,
  .mp-deliverables,
  .mp-map,
  .mp-quote-grid,
  .mp-snapshot-grid,
  .mp-system-grid,
  .mp-system-grid.compact,
  .mp-case-grid,
  .mp-offer-grid,
  .mp-report-grid,
  .mp-guide-grid,
  .mp-starter {
    grid-template-columns: 1fr 1fr;
  }

  .mp-starter .mp-btn {
    grid-column: auto;
  }

  .mc-topbar,
  .mc-grid {
    grid-template-columns: 1fr;
  }

  .mc-topbar {
    display: grid;
    align-items: start;
  }

  .mc-top-actions {
    justify-content: flex-start;
  }

  .mp-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    gap: 24px;
  }

  .mp-h1 {
    font-size: clamp(38px, 5.2vw, 48px);
  }

  .mp-ops-board {
    min-height: 500px;
    padding: 18px;
  }

  .mp-board-grid {
    gap: 10px;
  }

  .mp-board-col {
    min-height: 108px;
  }

  .mp-board-col p,
  .mp-board-doc p {
    font-size: 14px;
  }

  .mp-board-doc {
    margin-bottom: 86px;
  }

  .mp-photo-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .mp-nav {
    width: min(100% - 40px, 1120px);
  }

  .mp-band {
    padding: 56px 0;
  }
}

@media (max-width: 760px) {
  .mp-hero-grid {
    grid-template-columns: 1fr;
  }

  .mp-ops-board {
    min-height: 540px;
  }
}

@media (max-width: 560px) {
  .mp-wrap {
    width: min(100% - 28px, 1120px);
  }

  .mp-nav {
    width: min(100% - 28px, 1120px);
    padding: 12px 14px;
  }

  .mp-navlinks {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
  }

  .mp-navlinks a:nth-child(1),
  .mp-navlinks a:nth-child(2) {
    display: none;
  }

  .mp-hero {
    padding-top: 104px;
  }

  .mp-h1 {
    font-size: 38px;
  }

  .mp-signal-strip,
  .mp-hero-proof {
    grid-template-columns: 1fr;
  }

  .mp-signal-strip div {
    border-top: 1px solid rgba(18, 25, 23, 0.14);
  }

  .mp-signal-strip div {
    border-right: 0;
  }

  .mp-services,
  .mp-process,
  .mp-offers,
  .mp-other-offers,
  .mp-deliverables,
  .mp-map,
  .mp-quote-grid,
  .mp-snapshot-grid,
  .mp-system-grid,
  .mp-system-grid.compact,
  .mp-case-grid,
  .mp-offer-grid,
  .mp-starter,
  .mp-fit-list,
  .mp-tools,
  .mp-report-grid,
  .mp-guide-grid,
  .mp-guide-compare {
    grid-template-columns: 1fr;
  }

  .mp-decision-head,
  .mp-decision-row {
    grid-template-columns: 1fr;
  }

  .mp-decision-row em {
    justify-self: start;
  }

  .mp-snapshot-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .mp-sprint-box {
    padding: 22px;
  }

  .mp-sprint-details article {
    grid-template-columns: 1fr;
  }

  .mp-sprint-details article p {
    grid-column: auto;
  }

  .mp-photo {
    min-height: 360px;
  }

  .mp-ops-board {
    padding: 18px;
  }

  .mp-board-grid {
    grid-template-columns: 1fr;
  }

  .mp-board-doc {
    margin-bottom: 138px;
  }

  .mp-packet {
    min-height: 560px;
    padding: 18px;
  }

  .mp-packet-page.main,
  .mp-packet-page.side,
  .mp-packet-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin-bottom: 14px;
  }

  .mp-actions .mp-btn {
    width: 100%;
  }

  .mp-card {
    min-height: auto;
  }

  .mc-metrics {
    grid-template-columns: 1fr;
  }

  .mc-top-actions .mp-btn,
  .mc-lock-box .mp-btn {
    width: 100%;
  }

  .mp-quote-card {
    min-height: auto;
  }
}
