:root {
  --mzs-ink: #141417;
  --mzs-paper: #f3f5ef;
  --mzs-accent: #7d5fff;
  --mzs-calm: #0f766e;
  --mzs-gold: #e8b44f;
  --mzs-soft: color-mix(in srgb, var(--mzs-paper) 82%, white);
  --mzs-line: color-mix(in srgb, var(--mzs-ink) 14%, transparent);
  --mzs-shade: 0 24px 70px rgba(16, 18, 25, .16);
  --mzs-curve: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.mzs-canvas { margin: 0; font-family: "Source Sans 3", system-ui, sans-serif; color: var(--mzs-ink); background: var(--mzs-paper); line-height: 1.6; }
a { color: inherit; }
.mzs-mast { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 22px; padding: 16px clamp(18px, 4vw, 54px); background: color-mix(in srgb, var(--mzs-paper) 90%, white); border-bottom: 1px solid var(--mzs-line); backdrop-filter: blur(18px); }
.mzs-mark { font-family: "Cormorant Garamond", serif; font-size: clamp(22px, 2vw, 31px); text-decoration: none; letter-spacing: 0; margin-right: auto; }
.mzs-navline, .mzs-footnav, .mzs-legalrow { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.mzs-navline a, .mzs-footnav a, .mzs-legalrow a { text-decoration: none; font-size: 14px; }
.mzs-menubtn { display: none; border: 1px solid var(--mzs-line); background: white; padding: 10px 14px; border-radius: 999px; }
.mzs-drawer { display: none; position: absolute; right: 18px; top: 68px; width: min(320px, calc(100vw - 36px)); padding: 18px; border: 1px solid var(--mzs-line); border-radius: var(--mzs-curve); background: white; box-shadow: var(--mzs-shade); }
.mzs-drawer a { display: block; padding: 9px 4px; text-decoration: none; }
.mzs-drawer.mzs-open { display: block; }
.mzs-main { overflow: hidden; }
.mzs-hero { min-height: 78vh; padding: clamp(70px, 10vw, 126px) clamp(18px, 5vw, 72px) 46px; display: grid; gap: 34px; align-items: center; position: relative; }
.mzs-hero::before { content: ""; position: absolute; inset: 18px; border: 1px solid var(--mzs-line); border-radius: calc(var(--mzs-curve) + 16px); pointer-events: none; }
.mzs-hero-split, .mzs-hero-cards, .mzs-hero-trust { grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr); }
.mzs-hero-center { text-align: center; justify-items: center; }
.mzs-hero-editorial { grid-template-columns: .3fr 1fr .7fr; }
.mzs-herotext, .mzs-skyplot, .mzs-cardstack, .mzs-minicloud, .mzs-trustbar, .mzs-heronote { position: relative; z-index: 1; }
.mzs-eyebrow, .mzs-sectionhead p, .mzs-lettercopy > p:first-child { text-transform: uppercase; font-size: 12px; letter-spacing: .08em; color: var(--mzs-accent); font-weight: 700; }
.mzs-hero h1, .mzs-band h2, .mzs-doc h1, .mzs-doc h2 { font-family: "Cormorant Garamond", serif; line-height: 1.05; letter-spacing: 0; }
.mzs-hero h1 { font-size: clamp(42px, 7vw, 88px); margin: 0 0 20px; max-width: 920px; }
.mzs-hero p { max-width: 720px; font-size: clamp(17px, 2vw, 21px); }
.mzs-heroacts, .mzs-finalcall div { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.mzs-heroacts a, .mzs-pathcard a, .mzs-form button, .mzs-finalcall a, .mzs-consent button { border: 0; border-radius: 999px; padding: 13px 18px; text-decoration: none; background: var(--mzs-ink); color: white; font-weight: 700; cursor: pointer; }
.mzs-heroacts a:nth-child(2), .mzs-finalcall a:nth-child(2) { background: transparent; color: var(--mzs-ink); border: 1px solid var(--mzs-line); }
.mzs-skyplot { min-height: 380px; border-radius: var(--mzs-curve); background: radial-gradient(circle at 28% 20%, var(--mzs-gold), transparent 24%), linear-gradient(135deg, var(--mzs-ink), var(--mzs-calm)); color: white; padding: 30px; display: grid; align-content: end; box-shadow: var(--mzs-shade); overflow: hidden; }
.mzs-skyplot span { position: absolute; font-size: clamp(38px, 8vw, 94px); opacity: .18; }
.mzs-skyplot span:nth-child(1) { left: 12%; top: 18%; } .mzs-skyplot span:nth-child(2) { right: 18%; top: 10%; } .mzs-skyplot span:nth-child(3) { left: 45%; bottom: 26%; } .mzs-skyplot span:nth-child(4) { right: 12%; bottom: 16%; }
.mzs-cardstack, .mzs-minicloud { display: grid; gap: 14px; }
.mzs-orbcard { background: white; border: 1px solid var(--mzs-line); border-radius: var(--mzs-curve); padding: 20px; box-shadow: 0 12px 34px rgba(16,18,25,.08); }
.mzs-orbcard b { display: block; font-family: "Cormorant Garamond", serif; font-size: 26px; }
.mzs-trustbar, .mzs-heronote { padding: 14px 18px; border-radius: 999px; background: white; border: 1px solid var(--mzs-line); }
.mzs-band { padding: clamp(58px, 8vw, 104px) clamp(18px, 5vw, 72px); }
.mzs-sectionhead { max-width: 790px; margin-bottom: 30px; }
.mzs-sectionhead h2, .mzs-doc h1 { font-size: clamp(32px, 4.5vw, 58px); margin: 0; }
.mzs-facetgrid, .mzs-pathgrid, .mzs-voicegrid, .mzs-readgrid, .mzs-contactgrid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mzs-facet, .mzs-pathcard, .mzs-voice, .mzs-readtile, .mzs-contactcard, .mzs-docblock, .mzs-qa, .mzs-articleblock { background: color-mix(in srgb, white 80%, var(--mzs-paper)); border: 1px solid var(--mzs-line); border-radius: var(--mzs-curve); padding: 24px; box-shadow: 0 10px 34px rgba(16,18,25,.06); }
.mzs-facet span, .mzs-readtile span, .mzs-articleblock span { color: var(--mzs-accent); font-weight: 700; }
.mzs-paths { background: color-mix(in srgb, var(--mzs-calm) 12%, var(--mzs-paper)); }
.mzs-pathcard { display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; }
.mzs-pathcard em { display: inline-block; color: var(--mzs-accent); font-style: normal; font-weight: 800; margin-bottom: 8px; }
.mzs-pathcard ul { padding-left: 20px; }
.mzs-voice blockquote { margin: 0 0 18px; font-size: 18px; }
.mzs-voice figcaption span { display: block; color: color-mix(in srgb, var(--mzs-ink) 62%, transparent); }
.mzs-readtile { text-decoration: none; min-height: 210px; }
.mzs-letterbox { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; background: var(--mzs-ink); color: white; }
.mzs-lettercopy a { color: white; font-weight: 700; }
.mzs-form { display: grid; gap: 14px; background: white; color: var(--mzs-ink); padding: 24px; border-radius: var(--mzs-curve); }
.mzs-form label { display: grid; gap: 7px; font-weight: 700; }
.mzs-form input, .mzs-form textarea { width: 100%; border: 1px solid var(--mzs-line); border-radius: 14px; padding: 13px; font: inherit; }
.mzs-formstate { min-height: 24px; margin: 0; color: var(--mzs-calm); font-weight: 700; }
.mzs-qalist { max-width: 920px; display: grid; gap: 12px; }
.mzs-qatap { width: 100%; text-align: left; border: 0; background: transparent; font: inherit; font-weight: 800; cursor: pointer; padding: 0; }
.mzs-qapanel { display: none; padding-top: 12px; }
.mzs-qa.mzs-awake .mzs-qapanel { display: block; }
.mzs-finalcall { background: linear-gradient(135deg, var(--mzs-accent), var(--mzs-calm)); color: white; }
.mzs-finalcall h2 { max-width: 880px; }
.mzs-footprint { padding: 44px clamp(18px, 5vw, 72px); background: color-mix(in srgb, var(--mzs-ink) 94%, black); color: white; }
.mzs-footgrid { display: grid; gap: 26px; }
.mzs-legalrow { color: rgba(255,255,255,.72); }
.mzs-consent { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 30; display: none; gap: 18px; align-items: center; justify-content: space-between; padding: 16px; border-radius: var(--mzs-curve); background: white; color: var(--mzs-ink); box-shadow: var(--mzs-shade); border: 1px solid var(--mzs-line); }
.mzs-consent.mzs-show { display: flex; }
.mzs-doc { max-width: 1050px; margin: 0 auto; padding: clamp(56px, 8vw, 96px) 18px; }
.mzs-crumbs { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 22px; color: var(--mzs-accent); }
.mzs-leadline, .mzs-updated { font-size: 19px; color: color-mix(in srgb, var(--mzs-ink) 72%, transparent); }
.mzs-docblock, .mzs-articleblock { margin: 18px 0; }
.mzs-twocol { columns: 2 320px; column-gap: 20px; }
.mzs-twocol .mzs-articleblock { break-inside: avoid; }
.mzs-seealso { margin-top: 22px; padding: 22px; border-radius: var(--mzs-curve); background: color-mix(in srgb, var(--mzs-gold) 20%, white); }
.mzs-seealso a { margin-right: 14px; font-weight: 800; }
@media (max-width: 860px) {
  .mzs-navline { display: none; }
  .mzs-menubtn { display: inline-flex; }
  .mzs-hero, .mzs-hero-split, .mzs-hero-cards, .mzs-hero-trust, .mzs-hero-editorial, .mzs-letterbox { grid-template-columns: 1fr; }
  .mzs-facetgrid, .mzs-pathgrid, .mzs-voicegrid, .mzs-readgrid, .mzs-contactgrid { grid-template-columns: 1fr; }
  .mzs-hero { min-height: auto; }
  .mzs-consent { flex-direction: column; align-items: flex-start; }
}
