
  .mlpost {
    --bg:            #f3eef1;
    --surface:       #ffffff;
    --surface-sunk:  #ece2e8;
    --ink:           #211a1e;
    --ink-soft:      #585055;
    --ink-faint:     #968b91;
    --heading:       #171114;
    --accent:        #46203c;
    --accent-mid:    #8a3d6b;
    --accent-hover:  #331528;
    --accent-weak:   #f4e6ee;
    --accent-line:   #e0c3d4;
    --data:          #99691a;
    --data-weak:     #fbf4e6;
    --data-line:     #e6d2a8;
    --border:        #e4dce1;
    --radius:        14px;
    --radius-sm:     9px;
    --shadow:        0 1px 2px rgba(16,64,60,.05), 0 10px 30px -16px rgba(16,64,60,.22);
    --maxw:          860px;
    --f-display:     "Fraunces", Georgia, serif;
    --f-body:        "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --f-mono:        "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px 96px;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--f-body);
    font-size: 18px;
    line-height: 1.74;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
  }

  .mlpost *, .mlpost *::before, .mlpost *::after { box-sizing: border-box; }

  .mlpost a {
    color: var(--accent-mid); text-decoration: none;
    border-bottom: 1px solid var(--accent-line);
    transition: color .15s, border-color .15s;
  }
  .mlpost a:hover { color: var(--accent-hover); border-color: var(--accent); }
  .mlpost a:focus-visible { outline: 2px solid var(--accent-mid); outline-offset: 3px; border-radius: 2px; }
  .mlpost strong { color: var(--heading); font-weight: 600; }
  .mlpost img { max-width: 100%; height: auto; }

  /* ============ HEADER ============ */
  .ml-header { padding: 54px 0 12px; border-bottom: 1px solid var(--border); }

  .ml-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--f-mono); font-size: 11.5px; font-weight: 500;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 22px;
  }
  .ml-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--accent-mid); }

  .ml-title {
    font-family: var(--f-display); font-weight: 600;
    font-size: clamp(31px, 5.2vw, 50px);
    line-height: 1.08; letter-spacing: -.015em;
    color: var(--heading); margin: 0 0 20px;
  }
  .ml-title em { font-style: italic; font-weight: 400; color: var(--accent-mid); }

  .ml-dek {
    font-size: clamp(17px, 2.1vw, 20px); line-height: 1.6; font-weight: 300;
    color: var(--ink-soft); margin: 0 0 26px; max-width: 60ch;
  }

  .ml-meta {
    display: flex; flex-wrap: wrap; gap: 10px 32px;
    font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em;
    color: var(--ink-faint); padding-bottom: 26px;
  }
  .ml-meta span b { color: var(--accent-mid); font-weight: 600; }

  /* ============ TOC (clean, simple) ============ */
  .ml-toc {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 22px 26px;
    margin: 22px 0 4px; box-shadow: var(--shadow);
  }
  .ml-toc-title {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--ink-faint); margin: 0 0 6px;
  }
  .ml-toc ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-toc li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-toc li::marker { content: "" !important; }
  .ml-toc a {
    display: flex; align-items: baseline; gap: 14px; padding: 10px 0 !important;
    color: var(--ink); font-weight: 500; font-size: 16px;
    border-bottom: none; transition: color .15s, padding-left .15s;
  }
  .ml-toc li + li a { border-top: 1px solid var(--border); }
  .ml-toc a .ml-toc-num {
    font-family: var(--f-mono); font-size: 12px; font-weight: 600;
    color: var(--accent-mid); min-width: 22px;
  }
  .ml-toc a:hover { color: var(--accent); padding-left: 4px !important; }

  /* ============ SECTIONS ============ */
  .ml-sec { padding-top: 58px; scroll-margin-top: 24px; }
  .ml-kicker {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 12px;
  }
  .ml-sec > h2 {
    font-family: var(--f-display); font-weight: 600;
    font-size: clamp(25px, 3.4vw, 36px);
    line-height: 1.14; letter-spacing: -.01em;
    color: var(--heading); margin: 0 0 16px;
  }
  .ml-sec > p { margin: 0 0 18px; }
  .ml-lead { font-size: 20px; font-weight: 300; line-height: 1.62; }

  .ml-pull {
    font-family: var(--f-display); font-style: italic; font-weight: 400;
    font-size: clamp(19px, 2.6vw, 24px); line-height: 1.4;
    color: var(--accent); margin: 30px 0 26px !important;
    padding: 20px 26px; border-left: 3px solid var(--accent);
    background: var(--accent-weak); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  }

  /* ---- STEP CHECKLIST ---- */
  .ml-checks {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 20px 26px; margin: 24px 0;
    box-shadow: var(--shadow);
  }
  .ml-checks-title {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 6px;
  }
  .ml-checks ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-checks li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-checks li::marker { content: "" !important; }
  .ml-checks li + li { border-top: 1px solid var(--border); }
  .ml-row {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 13px 0; font-size: 16.5px; color: var(--ink-soft); line-height: 1.56;
  }
  .ml-ic {
    width: 22px; height: 22px; flex: none; margin-top: 3px;
    border-radius: 50%; background: var(--accent-weak);
    display: grid; place-items: center;
  }
  .ml-ic svg { width: 12px; height: 12px; stroke: var(--accent-mid); }
  .ml-label { font-weight: 600; color: var(--heading); }

  /* ---- SPLIT CARDS ---- */
  .ml-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 22px 0; }
  .ml-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-sm); padding: 20px 22px 18px;
  }
  .ml-card h4 {
    font-family: var(--f-mono); font-size: 12px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 8px;
  }
  .ml-card p { margin: 0; font-size: 15.5px; color: var(--ink-soft); line-height: 1.62; }

  /* ---- CALLOUTS ---- */
  .ml-callout {
    border: 1px solid var(--data-line); border-left: 3px solid var(--data);
    background: var(--data-weak); border-radius: var(--radius-sm);
    padding: 20px 22px; margin: 26px 0;
  }
  .ml-callout > *:last-child { margin-bottom: 0 !important; }
  .ml-callout p { margin: 0; font-size: 16.5px; line-height: 1.64; color: var(--ink-soft); }
  .ml-callout-label {
    display: block; font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .13em; text-transform: uppercase; color: var(--data); margin-bottom: 8px;
  }
  .ml-callout strong { color: #6f4810; }

  /* ---- FAQ ---- */
  .ml-faq { margin: 24px 0; display: grid; gap: 12px; }
  .ml-faq-item {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-sm); padding: 20px 24px;
  }
  .ml-faq-item h3 { font-size: 17px; font-weight: 600; color: var(--heading); margin: 0 0 8px; line-height: 1.42; }
  .ml-faq-item p { margin: 0; font-size: 16.5px; color: var(--ink-soft); line-height: 1.64; }

  /* ---- CLOSING CTA ---- */
  .ml-closing {
    margin-top: 70px; background: var(--accent); color: #f0e3ec;
    border-radius: var(--radius); padding: 46px 44px 42px;
  }
  .ml-closing .ml-kicker { color: #cf9dbd; }
  .ml-closing h2 {
    font-family: var(--f-display); font-weight: 600; color: #fff;
    font-size: clamp(24px, 3.1vw, 34px); margin: 0 0 14px; line-height: 1.18;
  }
  .ml-closing p { color: #d9bccd; margin: 0 0 16px; font-size: 17px; }
  .ml-closing strong { color: #fff; }

  .ml-contact-label {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase; color: #b483a0;
    margin: 30px 0 16px !important; padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .ml-contact { display: flex; flex-wrap: wrap; gap: 12px 28px; }
  .ml-contact a {
    display: inline-flex; align-items: center; gap: 10px;
    color: #f0e3ec; font-weight: 500; font-size: 16px; border-bottom: none;
  }
  .ml-contact a:hover { color: #d9bccd; }
  .ml-contact .ml-ic-round {
    width: 34px; height: 34px; flex: none; border-radius: 50%;
    background: rgba(255,255,255,.08); display: grid; place-items: center;
    transition: background .16s;
  }
  .ml-contact a:hover .ml-ic-round { background: rgba(207,157,189,.22); }
  .ml-contact .ml-ic-round svg { width: 16px; height: 16px; }

  /* ---- FOOTER ---- */
  .ml-footer {
    margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--border);
    font-size: 14px; color: var(--ink-faint); line-height: 1.65;
  }
  .ml-footer p { margin: 0 0 8px; }
  .ml-footer p:last-child { margin: 0; }

  /* ---- RESPONSIVE ---- */
  @media (max-width: 720px) {
    .ml-split { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .mlpost { font-size: 17px; padding: 0 18px 72px; }
    .ml-header { padding: 34px 0 10px; }
    .ml-toc { padding: 18px 20px; }
    .ml-sec { padding-top: 46px; }
    .ml-closing { padding: 34px 22px 32px; margin-top: 48px; }
    .ml-contact { flex-direction: column; gap: 14px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .mlpost a { transition: none !important; }
  }
