@font-face { font-family: Newsreader; src: url('/assets/fonts/newsreader.ttf') format('truetype'); font-weight: 200 800; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('/assets/fonts/dm-sans.ttf') format('truetype'); font-weight: 100 1000; font-display: swap; }
:root {
  --purple: #362983; --pink: #e2abcb; --paper: #faf6f2; --sage: #e6e7da;
  --olive: #677354; --ink: #171b02; --line: rgba(250,246,242,.38);
  --serif: Newsreader, Georgia, serif; --sans: 'DM Sans', Arial, sans-serif;
  --mono: 'DM Sans', Arial, sans-serif; --gutter: max(36px, calc((100% - 1116px) / 2));
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; background: var(--purple); }
body { margin: 0; background: var(--purple); color: var(--paper); font: 18px/1.4 var(--sans); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 2px solid var(--pink); outline-offset: 7px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 350; font-optical-sizing: auto; }
em { font-style: normal; }
::selection { background: var(--pink); color: var(--purple); }
[hidden] { display: none !important; }
section[id] { scroll-margin-top: 80px; }
.skip-link { position: fixed; top: 16px; left: 16px; z-index: 100; padding: 10px 18px; background: var(--paper); color: var(--purple); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.cursor-glow, .progress { display: none; }

.site-header { position: absolute; top: 44px; left: 0; z-index: 50; display: flex; align-items: center; gap: 30px; width: 100%; padding: 0 var(--gutter); color: var(--paper); }
.brand-mark { display: block; width: 178px; flex-shrink: 0; margin-right: auto; }
.brand-mark img { width: 100%; height: 67px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; font-size: 18px; }
.desktop-nav a { padding: 12px 0; }
.desktop-nav a:hover { color: var(--pink); }
.nav-start { padding: 15px 29px; border: 1px solid currentColor; border-radius: 32px; white-space: nowrap; transition: background .25s, color .25s; }
.nav-start span { display: none; }
.nav-start:hover { background: var(--paper); color: var(--purple); }
.menu-toggle { display: none; }
.mobile-menu { position: fixed; inset: 0; z-index: 45; display: flex; flex-direction: column; justify-content: space-between; padding: 130px 36px 36px; background: var(--purple); visibility: hidden; opacity: 0; transition: opacity .3s, visibility .3s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font: 200 32px/1.2 var(--serif); }
.mobile-menu nav span { font: 24px var(--sans); }
.menu-thought { color: var(--pink); font: 200 28px/1.2 var(--serif); }
.eyebrow, .mm-label { font: 400 18px/1.4 var(--sans); }

.mm-world { position: relative; overflow: clip; }
.mm-world > section { position: relative; z-index: 2; }
.mm-belief p, .mm-intro-text, .mm-plan-copy, .mm-process-heading, .mm-process ol { background: var(--purple); box-shadow: 0 0 0 24px var(--purple); }
.mm-journey { display: block; position: absolute; z-index: 1; pointer-events: none; top: 0; left: 0; width: 100%; color: var(--paper); overflow: hidden; }
.mm-journey svg { display: block; width: 100%; height: auto; }
.mm-journey-stroke { fill: none; stroke: currentColor; stroke-width: 1.8px; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; opacity: .85; visibility: hidden; }
.mm-hero { min-height: min(860px, calc(100svh - 200px)); padding: max(190px, calc(28svh - 60px)) var(--gutter) 100px; text-align: center; }
.mm-kicker { position: relative; z-index: 2; max-width: 900px; margin: 0 auto 24px; font-size: 24px; color: var(--pink); }
.mm-hero-copy { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; }
.mm-hero h1 { font-size: 120px; line-height: 1.04; }
.mm-hero h1 span { display: block; }
.mm-hero h1 span:last-child { margin-left: 0; }
.mm-hero h1 em { color: var(--pink); }
.mm-hero-subtext { max-width: 650px; margin: 34px auto 0; font: 350 28px/1.46 var(--serif); background: var(--purple); }
.mm-control-phrase { display: inline-block; white-space: nowrap; }
.mm-control { position: relative; display: inline-block; color: var(--pink); }
.mm-control-mark { position: absolute; width: 116%; height: 26px; left: -8%; bottom: -14px; pointer-events: none; }
.mm-control-mark svg { display: block; width: 100%; height: 100%; overflow: visible; }
.mm-underline-stroke { stroke: currentColor; stroke-width: 1.05px; stroke-linecap: round; stroke-linejoin: round; vector-effect: non-scaling-stroke; stroke-dasharray: 1; stroke-dashoffset: 1; animation: write-in 1.15s .8s linear forwards; }
.mm-hero h1, .mm-hero-subtext { animation: arrive .8s var(--ease) both; }
.mm-hero-subtext { animation-delay: .2s; }
.mm-belief { min-height: 780px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; padding: 100px var(--gutter) 230px; text-align: left; }
.mm-belief p { max-width: 820px; font: 350 56px/1.18 var(--serif); }
.mm-belief p + p { max-width: 660px; margin-top: 52px; font-size: 32px; color: var(--pink); }
.mm-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; min-height: 800px; padding: 100px var(--gutter) 130px; }
.mm-intro-text { max-width: 446px; }
.mm-intro h2 { margin-bottom: 30px; font-size: 48px; line-height: 1.25; }
.mm-intro-body p { margin-bottom: 25px; font-size: 20px; line-height: 1.5; }
.mm-intro-image { width: 470px; max-width: 100%; justify-self: center; }
.mm-intro-image img { width: 100%; height: auto; }
.mm-intro-image, .mm-contact-art, .mm-founder-image { isolation: isolate; background: var(--purple); }
/* Black compositing backgrounds disappear into the exact brand colour. */
.mm-intro-image img, .mm-contact-art img, .mm-founder-image img { mix-blend-mode: screen; filter: contrast(1.1); }
.mm-plan-statement { display: grid; place-items: center; min-height: 620px; padding: 200px var(--gutter); text-align: center; }
.mm-plan-statement h2 { max-width: 960px; font-size: 68px; line-height: 1.15; }
.mm-plan-statement em { color: var(--pink); }
.mm-cta { display: grid; grid-template-columns: 340px minmax(0, 1fr); gap: 0 80px; align-items: start; text-align: left; padding: 90px var(--gutter) 110px; background: var(--purple); }
.mm-cta > :not(.mm-contact-art) { grid-column: 2; }
.mm-contact-art { grid-column: 1; grid-row: 1 / 5; width: 340px; height: 340px; align-self: center; }
.mm-contact-art img { width: 100%; height: 100%; object-fit: contain; }
.mm-cta .mm-label { margin-bottom: 20px; }
.mm-cta h2 { max-width: 760px; font-size: 42px; line-height: 1.31; }
.mm-cta > p:not(.mm-label) { max-width: 600px; margin-top: 26px; }
.mm-cta > a { display: inline-flex; width: fit-content; align-items: center; gap: 14px; border-bottom: 1px solid currentColor; padding-bottom: 4px; margin-top: 30px; }
.mm-cta > a:hover { color: var(--pink); }
.mm-process { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr); gap: 0 120px; align-items: start; padding: 110px var(--gutter) 60px; }
.mm-process-heading { grid-column: 1; padding-top: 0; position: sticky; top: 60px; }
.mm-process-heading .mm-label { margin-bottom: 20px; }
.mm-process-heading h2 { font-size: 42px; line-height: 1.22; }
.mm-process-heading h2 em { color: var(--pink); }
.mm-process ol { grid-column: 2; grid-row: 1; list-style: none; padding: 0 0 0 40px; margin: 0; border-left: 1px solid var(--line); }
.mm-process li { position: relative; padding: 0 0 60px; }
.mm-process li:last-child { padding-bottom: 0; }
.mm-process li .mm-step-label { display: block; margin-bottom: 12px; font-size: 15px; color: var(--pink); }
.mm-process li .mm-step-number { position: absolute; left: -58px; top: -7px; display: grid; place-items: center; width: 35px; height: 35px; font-size: 13px; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); background: var(--purple); }
.mm-process li h3 { margin-bottom: 24px; font-size: 32px; line-height: 1.3; }
.mm-process li p + p { margin-top: 18px; }
.mm-founder { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 110px; align-items: center; padding: 100px var(--gutter) 160px; }
.mm-founder-image { width: 100%; max-width: 430px; }
.mm-founder-image img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.mm-founder-copy h2 { font-size: 42px; line-height: 1.31; margin: 10px 0 30px; }
.mm-founder-copy > p:not(.mm-label) { margin-bottom: 25px; }
.mm-founder-copy .mm-founder-close { color: var(--pink); }
.site-footer { padding: 65px var(--gutter) 30px; border-top: 1px solid var(--line); background: var(--purple); }
.is-home .site-footer { position: relative; z-index: 2; background: transparent; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.footer-brand { font: 200 48px/1.2 var(--serif); margin-bottom: 18px; }
.footer-brand span { color: var(--pink); }
.footer-positioning { font-size: 16px; }
.footer-thought { color: var(--pink); font: 200 30px/1.2 var(--serif); }
.footer-links { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 25px; padding-bottom: 45px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links a { font-size: 15px; width: fit-content; }
.footer-links a:hover { color: var(--pink); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; }
.footer-compliance { display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px; padding: 30px 0; border-top: 1px solid var(--line); font-size: 14px; line-height: 1.6; }
.footer-compliance p { margin-bottom: 12px; }
.footer-compliance a, .distributor-details a, .scope-note a, .legal-copy a, .form-consent a, .start-flow .form-step:last-child a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.footer-compliance .risk-notice { font-size: 16px; }
.distributor-details { font-size: 16px; line-height: 1.6; overflow-wrap: anywhere; }
.distributor-details p { margin-bottom: 10px; }
.distributor-details .distributor-name { font-size: 20px; font-weight: 500; }
.registration-numbers { display: flex; flex-wrap: wrap; gap: 8px 22px; color: var(--pink); }
.distributor-details .registration-context { margin-top: 24px; }

/* Secondary pages use the same typography and reading width. */
.page-hero { padding: 225px var(--gutter) 100px; }
.page-hero .eyebrow { margin-bottom: 25px; }
.page-hero h1 { max-width: 920px; font-size: 72px; line-height: 1.12; }
.page-hero h1 em { color: var(--pink); }
.page-hero > p:last-child:not(.eyebrow) { max-width: 620px; margin-top: 36px; }
.page-content { padding: 50px var(--gutter) 130px; }
.page-content--narrow { max-width: 1200px; margin: 0 auto; padding-right: 70px; padding-left: 70px; }
.page-content h2 { font-size: 36px; line-height: 1.25; margin-bottom: 24px; }
.page-content p { margin-bottom: 24px; }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 100px; }
.manifesto .page-quote { grid-column: 1 / -1; padding: 45px 0; color: var(--pink); font: 200 42px/1.25 var(--serif); }
.process-item { display: grid; grid-template-columns: 45px 1fr 1.5fr; gap: 30px; border-top: 1px solid var(--line); padding: 30px 0; }
.process-item h2, .process-item p { margin-bottom: 0; }
.os-pieces { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 60px; }
.os-piece { border-top: 1px solid var(--line); padding-top: 20px; }
.os-piece span { display: block; color: var(--pink); margin-bottom: 20px; }
.os-piece h2 { font-size: 30px; }
.os-piece p { font-size: 17px; line-height: 1.6; }
.scope-note { margin-top: 50px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 16px; line-height: 1.6; }
.article { display: grid; grid-template-columns: 130px 1fr 24px; gap: 40px; align-items: center; padding: 35px 0; border-top: 1px solid var(--line); }
.article h2 { font-size: 32px; margin: 0; }
.article small { color: var(--pink); }
.about-signoff { font: 200 40px var(--serif); color: var(--pink); }
.legal-hero { padding-bottom: 35px; }
.legal-hero h1 { font-size: 52px; }
.legal-hero > p:not(.eyebrow) { max-width: 740px; margin-top: 24px; font-size: 18px; line-height: 1.6; }
.legal-hero > .legal-updated { font-size: 14px; color: var(--pink); }
.legal-navigation { display: flex; flex-wrap: wrap; gap: 20px 30px; margin-top: 30px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 16px; }
.legal-navigation a[aria-current] { color: var(--pink); text-decoration: underline; text-underline-offset: 6px; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 72px; justify-content: space-between; padding: 30px var(--gutter) 110px; }
.legal-contents { align-self: start; position: sticky; top: 36px; font-size: 15px; line-height: 1.5; }
.legal-contents .eyebrow { margin-bottom: 20px; }
.legal-contents ol { padding-left: 22px; }
.legal-contents li { margin-bottom: 14px; padding-left: 4px; }
.legal-contents a:hover, .legal-copy a:hover { color: var(--pink); }
.legal-copy { min-width: 0; font-size: 18px; line-height: 1.7; overflow-wrap: anywhere; }
.legal-copy section { scroll-margin-top: 40px; padding-bottom: 36px; margin-bottom: 36px; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.legal-copy h2 { font-size: 32px; line-height: 1.2; margin-bottom: 22px; }
.legal-copy p { margin-bottom: 20px; }
.legal-copy .distributor-details { margin-bottom: 24px; }
.legal-copy ul { padding-left: 24px; margin-bottom: 24px; }
.legal-copy li { padding-left: 4px; margin-bottom: 16px; }
.risk-notice { font-weight: 500; }
.start-flow { max-width: 720px; margin: 0 auto; }
.form-step { display: none; }
.form-step.is-active { display: block; }
.form-step .eyebrow { display: block; margin-bottom: 20px; }
.form-note { font-size: 16px; line-height: 1.6; }
.form-consent { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.form-consent input { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 3px; accent-color: var(--pink); }
.form-question { display: block; font: 200 42px/1.25 var(--serif); margin-bottom: 40px; }
.choice { display: flex; align-items: center; justify-content: space-between; width: 100%; text-align: left; gap: 20px; padding: 24px 0; border: 0; border-top: 1px solid var(--line); background: transparent; }
.choice:hover { color: var(--pink); }
.field { display: block; width: 100%; margin-bottom: 35px; padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--paper); }
.field::placeholder { color: var(--sage); opacity: .7; }
.button { display: inline-flex; padding: 14px 24px; border: 1px solid var(--paper); background: var(--paper); color: var(--purple); border-radius: 30px; }
.button:hover { background: var(--pink); border-color: var(--pink); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s, transform 1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes arrive { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes write-in {
  0% { stroke-dashoffset: 1; }
  30%, 35% { stroke-dashoffset: .66; }
  64%, 70% { stroke-dashoffset: .33; }
  100% { stroke-dashoffset: 0; }
}

@media (min-width: 1800px) {
  :root { --gutter: max(80px, calc((100% - 1320px) / 2)); }
  .mm-hero h1 { font-size: 140px; } .mm-hero-subtext { font-size: 32px; }
}
@media (max-width: 1100px) {
  .mm-hero h1 { font-size: 96px; }
  .mm-intro, .mm-founder { gap: 65px; } .mm-process { gap: 0 70px; }
  .mm-plan-statement h2 { font-size: 58px; }
  .mm-belief p { font-size: 46px; } .mm-belief p + p { font-size: 30px; }
  .mm-cta { grid-template-columns: 260px minmax(0, 1fr); gap: 0 50px; }
  .mm-contact-art { width: 260px; height: 300px; }
}
@media (max-width: 760px) {
  :root { --gutter: 36px; }
  body { font-size: 16px; line-height: 1.4; }
  .site-header { top: 28px; gap: 0; } .brand-mark { width: 144px; } .brand-mark img { height: 54px; }
  .desktop-nav, .nav-start { display: none; }
  .menu-toggle { position: fixed; top: 28px; right: 30px; display: grid; place-items: center; width: 56px; height: 56px; padding: 0; border: 1px solid var(--paper); border-radius: 50%; background: var(--purple); }
  .menu-toggle span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .menu-toggle::before, .menu-toggle::after, .menu-toggle i { content: ''; position: absolute; width: 30px; height: 1px; background: var(--paper); transition: transform .3s, opacity .3s; }
  .menu-toggle::before { transform: translateY(-8px); } .menu-toggle::after { transform: translateY(8px); }
  .menu-toggle.is-open::before { transform: rotate(45deg); } .menu-toggle.is-open::after { transform: rotate(-45deg); } .menu-toggle.is-open i { opacity: 0; }
  .mobile-menu { padding: 120px 36px 28px; } .mobile-menu nav a { font-size: 28px; padding: 14px 0; }
  .mm-hero { min-height: 0; padding: 168px var(--gutter) 60px; }
  .mm-kicker { font-size: 20px; margin-bottom: 28px; }
  .mm-hero h1 { font-size: 48px; line-height: 1.082; }
  .mm-hero h1 span:last-child { margin-left: 0; }
  .mm-hero-subtext { max-width: 290px; margin-top: 30px; font-size: 22px; line-height: 1.4; }
  .mm-belief { min-height: 700px; justify-content: flex-start; padding: 44px var(--gutter) 220px; }
  .mm-belief p { font-size: 32px; line-height: 1.31; } .mm-belief p + p { font-size: 25px; margin-top: 40px; }
  .mm-intro { display: flex; flex-direction: column; gap: 45px; padding: 20px var(--gutter) 100px; min-height: auto; }
  .mm-intro-image { width: 360px; align-self: center; } .mm-intro-text { width: 100%; }
  .mm-intro h2 { font-size: 36px; line-height: 1.25; margin-bottom: 25px; } .mm-intro-body p { margin-bottom: 25px; font-size: 18px; line-height: 1.5; }
  .mm-label { font-size: 16px; }
  .mm-plan-statement { min-height: 0; padding: 145px var(--gutter) 170px; }
  .mm-plan-statement h2 { font-size: 42px; line-height: 1.2; }
  .mm-plan-statement br { display: none; }
  .mm-cta { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 48px var(--gutter) 100px; } .mm-contact-art { width: 240px; height: 240px; margin-bottom: 32px; }
  .mm-cta h2 { font-size: 32px; }
  .mm-process { display: block; padding: 70px var(--gutter) 44px; }
  .mm-process-heading { position: static; padding: 0; margin-bottom: 55px; } .mm-process-heading h2 { font-size: 38px; }
  .mm-process ol { margin-left: 18px; padding-left: 30px; }
  .mm-process li { padding-bottom: 46px; } .mm-process li h3 { font-size: 28px; }
  .mm-process li .mm-step-number { left: -48px; }
  .mm-founder { display: block; padding: 50px var(--gutter) 100px; } .mm-founder-image { margin: 0 auto 55px; }
  .mm-founder-copy h2 { font-size: 32px; margin-bottom: 25px; }
  .site-footer { padding: 45px var(--gutter) 25px; } .footer-top { gap: 30px; margin-bottom: 40px; }
  .footer-brand { font-size: 32px; } .footer-thought { font-size: 22px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 30px 20px; } .footer-links a { font-size: 14px; } .footer-bottom { flex-direction: column; gap: 10px; }
  .footer-compliance { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .page-hero { padding: 175px var(--gutter) 60px; } .page-hero h1 { font-size: 46px; }
  .page-content, .page-content--narrow { padding: 35px var(--gutter) 90px; } .page-content h2 { font-size: 30px; }
  .legal-hero { padding-bottom: 10px; } .legal-hero h1 { font-size: 38px; overflow-wrap: anywhere; }
  .legal-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; padding: 25px var(--gutter) 80px; }
  .legal-contents { position: static; }
  .legal-copy { font-size: 17px; } .legal-copy h2 { font-size: 28px; }
  .manifesto { display: block; } .manifesto > div { margin-bottom: 45px; } .manifesto .page-quote { font-size: 32px; }
  .process-item { grid-template-columns: 30px 1fr; gap: 12px; } .process-item p { grid-column: 2; }
  .os-pieces { grid-template-columns: 1fr 1fr; gap: 25px; } .os-piece h2 { font-size: 24px; }
  .article { grid-template-columns: 1fr 20px; gap: 15px; } .article small { grid-column: 1 / -1; } .article h2 { font-size: 28px; }
  .form-question { font-size: 32px; }
}
@media (max-width: 380px) {
  :root { --gutter: 26px; } .mm-hero h1 { font-size: 44px; } .mm-hero-subtext { font-size: 19px; }
  .mm-plan-statement h2 { font-size: 36px; } .mm-process-heading h2 { font-size: 34px; } .footer-top { flex-direction: column; } .mobile-menu nav a { font-size: 24px; }
}
@media (max-width: 350px) { .mm-hero h1 { font-size: 40px; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  .mm-underline-stroke { stroke-dashoffset: 0; }
}
