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