:root {
  --mm-ink: #1f231f;
  --mm-forest: #283128;
  --mm-moss: #718163;
  --mm-sage: #b8c2a5;
  --mm-paper: #f2efe7;
  --mm-warm: #d5b997;
  --mm-line: rgba(31, 35, 31, .18);
  --mm-serif: Georgia, "Times New Roman", serif;
  --mm-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.mm211212-active,
body.mm-standalone { background: var(--mm-paper); color: var(--mm-ink); font-family: var(--mm-sans); margin: 0; }
body.mm211212-active * ,
body.mm-standalone * { box-sizing: border-box; }
body.mm211212-active a,
body.mm-standalone a { color: inherit; }

.mm-skip {
  background: var(--mm-paper);
  color: var(--mm-ink);
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -80px;
  z-index: 1000;
}
.mm-skip:focus { top: 12px; }

/* GeneratePress ownership remains intact; only its home presentation changes. */
body.mm211212-active .site.grid-container,
body.mm211212-active .site-content,
body.mm211212-active .content-area,
body.mm211212-active .site-main { max-width: none; padding: 0; width: 100%; }
body.mm211212-active .site-content { display: block; }
body.mm211212-active #right-sidebar,
body.mm211212-active #left-sidebar,
body.mm211212-active .widget-area { display: none; }
body.mm211212-active .site-header {
  background: var(--mm-forest);
  border-bottom: 1px solid rgba(242, 239, 231, .12);
  color: var(--mm-paper);
  min-height: 74px;
}
body.mm211212-active .inside-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: none;
  min-height: 74px;
  padding: 0 4vw;
}
body.mm211212-active .site-branding { align-items: baseline; display: flex; gap: 18px; }
body.mm211212-active .mm-site-title { font-size: 19px; font-weight: 720; letter-spacing: -.045em; margin: 0; }
body.mm211212-active .mm-site-title a { color: var(--mm-paper); text-decoration: none; }
body.mm211212-active .site-description { color: rgba(242, 239, 231, .58); font-size: 9px; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
body.mm211212-active .main-navigation { background: transparent; }
body.mm211212-active .main-navigation a { color: var(--mm-paper); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
body.mm211212-active .site-info { background: var(--mm-forest); border-top: 1px solid rgba(242, 239, 231, .12); color: rgba(242, 239, 231, .72); }
body.mm211212-active .inside-site-info { max-width: none; padding: 28px 4vw; }

.mm-publication { overflow: clip; width: 100%; }
.mm-publication h1,
.mm-publication h2,
.mm-publication h3,
.mm-route-page h1,
.mm-route-page h2,
.mm-route-page h3,
.mm-status-page h1 { color: inherit; font-family: var(--mm-serif); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.mm-publication p,
.mm-route-page p,
.mm-status-page p { line-height: 1.65; }
.mm-kicker {
  color: var(--mm-sage);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: .2em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.mm-kicker-dark { color: #66725b; }
.mm-action {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: inline-flex;
  font-size: 10px;
  font-weight: 780;
  gap: 42px;
  letter-spacing: .15em;
  padding: 0 0 9px;
  text-decoration: none;
  text-transform: uppercase;
  transition: gap .28s ease, color .28s ease;
}
.mm-action:hover { color: var(--mm-moss); gap: 54px; }
.mm-action-light { color: var(--mm-paper); }
.mm-action-light:hover { color: var(--mm-sage); }

.mm-hero {
  color: var(--mm-paper);
  min-height: calc(100svh - 75px);
  overflow: hidden;
  position: relative;
}
.mm-hero-media,
.mm-hero-shade { inset: 0; position: absolute; }
.mm-hero-media img {
  animation: mm-hero-breathe 16s ease-in-out infinite alternate;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.mm-hero-shade {
  background: linear-gradient(90deg, rgba(22, 27, 22, .88) 0%, rgba(22, 27, 22, .66) 31%, rgba(22, 27, 22, .18) 61%, rgba(22, 27, 22, .08) 100%), linear-gradient(0deg, rgba(16, 18, 16, .42), transparent 42%);
}
.mm-hero-copy {
  animation: mm-hero-enter .85s cubic-bezier(.2, .7, .2, 1) both;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100svh - 75px);
  padding: 5vh 5vw 8vh;
  position: relative;
  width: min(890px, 72vw);
  z-index: 2;
}
.mm-hero h1 { margin: 0; }
.mm-hero h1 > span { display: block; font-size: clamp(70px, 10.4vw, 180px); line-height: .79; max-width: 980px; }
.mm-hero h1 > small { display: block; font-family: var(--mm-sans); font-size: clamp(23px, 2.3vw, 42px); font-weight: 420; letter-spacing: -.035em; line-height: 1.06; margin: 42px 0 0; max-width: 520px; }
.mm-hero-lead { color: rgba(242, 239, 231, .68); font-size: 15px; margin: 24px 0 36px; max-width: 490px; }
.mm-hero-note { bottom: 4vh; color: rgba(242, 239, 231, .56); font-size: 9px; letter-spacing: .18em; margin: 0; position: absolute; right: 4vw; text-transform: uppercase; z-index: 2; }

.mm-choices {
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1.25fr);
  margin: auto;
  max-width: 1520px;
  padding: 130px 5vw 150px;
}
.mm-section-intro h2 { font-size: clamp(58px, 6.4vw, 104px); margin: 0 0 34px; }
.mm-section-intro > p:last-child { color: #5b6259; font-size: 17px; max-width: 540px; }
.mm-choice-list { border-top: 1px solid var(--mm-line); list-style: none; margin: 0; padding: 0; }
.mm-choice-list li {
  align-items: start;
  border-bottom: 1px solid var(--mm-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 34px 1fr 24px;
  padding: 36px 0 38px;
}
.mm-choice-list li > span,
.mm-choice-list li > b { color: #77806e; font-size: 10px; letter-spacing: .15em; }
.mm-choice-list li > b { font-size: 18px; font-weight: 400; transition: transform .25s ease; }
.mm-choice-list li:hover > b { transform: translate(4px, -4px); }
.mm-choice-list li p { color: #74806d; font-size: 9px; font-weight: 750; letter-spacing: .18em; margin: 0 0 9px; text-transform: uppercase; }
.mm-choice-list h3 { font-family: var(--mm-sans); font-size: clamp(21px, 2vw, 31px); font-weight: 520; letter-spacing: -.035em; line-height: 1.06; margin: 0 0 14px; }
.mm-choice-list h3 a { text-decoration: none; }
.mm-choice-list small { color: #62695f; display: block; font-size: 14px; line-height: 1.5; max-width: 600px; }

.mm-method {
  background: var(--mm-forest);
  color: var(--mm-paper);
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.25fr);
  padding: 130px 5vw;
}
.mm-method-sticky { align-self: start; position: sticky; top: 34px; }
.mm-method h2 { font-size: clamp(60px, 7vw, 110px); margin: 0 0 34px; }
.mm-method-sticky > p:last-child { color: rgba(242, 239, 231, .62); font-size: 17px; max-width: 540px; }
.mm-method-list { list-style: none; margin: 0; padding: 0; }
.mm-method-list li { border-top: 1px solid rgba(242, 239, 231, .15); display: grid; gap: 32px; grid-template-columns: 42px 1fr; padding: 48px 0; }
.mm-method-list li:last-child { border-bottom: 1px solid rgba(242, 239, 231, .15); }
.mm-method-list li > span { color: var(--mm-sage); font-size: 10px; font-weight: 760; letter-spacing: .18em; }
.mm-method-list h3 { font-family: var(--mm-sans); font-size: 25px; font-weight: 520; letter-spacing: -.03em; margin: 0 0 10px; }
.mm-method-list p { color: rgba(242, 239, 231, .62); margin: 0; max-width: 650px; }

.mm-posts { margin: auto; max-width: 1520px; padding: 130px 5vw 150px; }
.mm-posts-head { display: grid; gap: 5vw; grid-template-columns: .55fr 1.45fr; margin-bottom: 70px; }
.mm-posts-head h2 { font-size: clamp(58px, 6.4vw, 100px); margin: 0; }
.mm-post-list { border-top: 1px solid var(--mm-line); }
.mm-post {
  border-bottom: 1px solid var(--mm-line);
  display: grid;
  gap: 7vw;
  grid-template-columns: minmax(270px, .78fr) minmax(0, 1.45fr);
  opacity: 1;
  padding: 58px 0;
  visibility: visible;
}
.mm-post-no-media { grid-template-columns: minmax(110px, .35fr) minmax(0, 1.45fr); }
.mm-post-label { color: #77806e; font-size: 9px; font-weight: 780; letter-spacing: .18em; margin: 8px 0 0; text-transform: uppercase; }
.mm-post-media { align-self: start; aspect-ratio: 4 / 3; overflow: hidden; }
.mm-post-thumbnail { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.mm-post-media:hover .mm-post-thumbnail { transform: scale(1.03); }
.mm-post-index { color: #7a8373; font-size: 10px; letter-spacing: .18em; margin: 0 0 28px; }
.mm-post-body h3 { font-size: clamp(38px, 4.7vw, 72px); margin: 0 0 24px; }
.mm-post-body h3 a { text-decoration: none; }
.mm-post-preview { color: #50574e; font-size: 16px; max-width: 800px; }
.mm-post-preview a { text-decoration-color: var(--mm-moss); text-underline-offset: 3px; }
.mm-post-preview > *:last-child { margin-bottom: 28px; }
.mm-text-link { font-size: 10px; font-weight: 760; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.mm-text-link span { display: inline-block; margin-left: 24px; transition: transform .2s ease; }
.mm-text-link:hover span { transform: translateX(6px); }
.mm-js .mm-post { transform: translateY(14px); transition: transform .65s cubic-bezier(.2, .7, .2, 1); }
.mm-js .mm-post.mm-inview { transform: translateY(0); }

.mm-final {
  background: var(--mm-warm);
  color: var(--mm-ink);
  padding: 120px 5vw 140px;
}
.mm-final h2 { font-size: clamp(76px, 11vw, 178px); margin: 0 0 42px; max-width: 1300px; }
.mm-final > p:not(.mm-kicker) { font-size: 18px; margin-bottom: 38px; max-width: 650px; }

/* Standalone header, document pages, and status pages. */
.mm-site-header {
  align-items: center;
  background: var(--mm-forest);
  border-bottom: 1px solid rgba(242, 239, 231, .12);
  color: var(--mm-paper);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 74px;
  padding: 0 4vw;
}
.mm-site-mark { font-size: 19px; font-weight: 720; letter-spacing: -.045em; text-decoration: none; }
.mm-site-mark span { color: var(--mm-sage); }
.mm-site-header nav { display: flex; gap: clamp(22px, 3vw, 48px); }
.mm-site-header nav a,
.mm-header-action { color: rgba(242, 239, 231, .74); font-size: 9px; font-weight: 760; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.mm-site-header nav a:hover,
.mm-header-action:hover { color: var(--mm-paper); }
.mm-header-action { justify-self: end; }

.mm-route-hero {
  background: var(--mm-forest);
  color: var(--mm-paper);
  display: grid;
  min-height: min(780px, calc(100svh - 74px));
  overflow: hidden;
  padding: 90px 5vw 96px;
  position: relative;
}
.mm-route-hero > div { align-self: end; max-width: 1140px; position: relative; z-index: 2; }
.mm-route-hero h1 { font-size: clamp(58px, 8.2vw, 134px); margin: 0 0 38px; }
.mm-route-hero > div > p:last-child { color: rgba(242, 239, 231, .64); font-size: 18px; max-width: 680px; }
.mm-route-hero > span { color: rgba(184, 194, 165, .055); font-family: var(--mm-serif); font-size: clamp(180px, 33vw, 560px); line-height: .7; position: absolute; right: -3vw; top: 10vh; transform: rotate(-8deg); }
.mm-route-intro {
  display: grid;
  gap: 7vw;
  grid-template-columns: .45fr 1.55fr;
  margin: auto;
  max-width: 1480px;
  padding: 120px 5vw;
}
.mm-route-intro > p:last-child { font-family: var(--mm-serif); font-size: clamp(36px, 4.5vw, 68px); letter-spacing: -.04em; line-height: 1.08; margin: 0; max-width: 1050px; }
.mm-route-steps { margin: auto; max-width: 1480px; padding: 0 5vw 140px; }
.mm-route-steps ol { border-top: 1px solid var(--mm-line); list-style: none; margin: 0; padding: 0; }
.mm-route-steps li { border-bottom: 1px solid var(--mm-line); display: grid; gap: 7vw; grid-template-columns: .45fr 1.55fr; padding: 48px 0; }
.mm-route-steps li > span { color: #788170; font-size: 10px; letter-spacing: .18em; }
.mm-route-steps h2 { font-family: var(--mm-sans); font-size: clamp(28px, 3vw, 45px); font-weight: 520; letter-spacing: -.035em; margin: 0 0 14px; }
.mm-route-steps p { color: #575e55; font-size: 16px; margin: 0; max-width: 760px; }
.mm-check {
  background: var(--mm-forest);
  color: var(--mm-paper);
  display: grid;
  gap: 8vw;
  grid-template-columns: .9fr 1.1fr;
  padding: 120px 5vw;
}
.mm-check h2 { font-size: clamp(58px, 7vw, 108px); margin: 0; max-width: 760px; }
.mm-check ul { border-top: 1px solid rgba(242, 239, 231, .16); list-style: none; margin: 0; padding: 0; }
.mm-check li { border-bottom: 1px solid rgba(242, 239, 231, .16); color: rgba(242, 239, 231, .75); font-size: clamp(19px, 2vw, 28px); padding: 28px 0; }
.mm-check li::before { color: var(--mm-sage); content: "↳"; margin-right: 22px; }
.mm-route-final { background: var(--mm-warm); padding: 110px 5vw 130px; }
.mm-route-final h2 { font-size: clamp(60px, 8vw, 124px); margin: 0 0 40px; max-width: 1200px; }
.mm-status-page {
  background: var(--mm-forest);
  color: var(--mm-paper);
  min-height: calc(100svh - 74px);
  padding: 14vh 5vw 12vh;
}
.mm-status-page h1 { font-size: clamp(68px, 10vw, 160px); margin: 0 0 35px; max-width: 1200px; }
.mm-status-page > p:not(.mm-kicker) { color: rgba(242, 239, 231, .65); font-size: 18px; margin-bottom: 38px; max-width: 650px; }
.mm-site-footer {
  align-items: center;
  background: var(--mm-forest);
  border-top: 1px solid rgba(242, 239, 231, .12);
  color: var(--mm-paper);
  display: flex;
  justify-content: space-between;
  min-height: 110px;
  padding: 24px 4vw;
}
.mm-site-footer p { color: rgba(242, 239, 231, .55); font-size: 10px; letter-spacing: .12em; margin: 0; text-transform: uppercase; }

@keyframes mm-hero-enter {
  from { opacity: .25; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes mm-hero-breathe {
  from { transform: scale(1.01); }
  to { transform: scale(1.045); }
}

@supports (animation-timeline: view()) {
  .mm-hero-media img { animation: mm-hero-depth linear both; animation-timeline: view(); animation-range: exit 0% exit 100%; }
  @keyframes mm-hero-depth { from { transform: scale(1.01) translateY(0); } to { transform: scale(1.08) translateY(3%); } }
}

@media (max-width: 900px) {
  body.mm211212-active .site-description,
  body.mm211212-active .main-navigation,
  .mm-site-header nav { display: none; }
  .mm-hero-copy { padding-left: 6vw; padding-right: 6vw; width: 92vw; }
  .mm-hero h1 > span { font-size: clamp(62px, 18vw, 126px); }
  .mm-hero h1 > small { max-width: 440px; }
  .mm-choices,
  .mm-method,
  .mm-check { grid-template-columns: 1fr; }
  .mm-method-sticky { position: static; }
  .mm-posts-head,
  .mm-route-intro,
  .mm-route-steps li { grid-template-columns: 1fr; }
  .mm-posts-head { gap: 12px; }
  .mm-post { gap: 34px; grid-template-columns: minmax(210px, .75fr) minmax(0, 1.25fr); }
  .mm-post-no-media { grid-template-columns: 100px minmax(0, 1fr); }
  .mm-route-hero { min-height: 650px; }
}

@media (max-width: 640px) {
  body.mm211212-active .site-header { min-height: 64px; }
  body.mm211212-active .inside-header,
  .mm-site-header { min-height: 64px; padding-left: 5vw; padding-right: 5vw; }
  .mm-header-action { font-size: 8px; }
  .mm-hero { min-height: calc(100svh - 65px); }
  .mm-hero-copy { justify-content: flex-end; min-height: calc(100svh - 65px); padding-bottom: 11vh; }
  .mm-hero h1 > span { font-size: clamp(52px, 15.5vw, 72px); line-height: .84; }
  .mm-hero h1 > small { font-size: 23px; margin-top: 28px; }
  .mm-hero-lead { font-size: 14px; }
  .mm-hero-note { display: none; }
  .mm-hero-shade { background: linear-gradient(0deg, rgba(22, 27, 22, .9) 0%, rgba(22, 27, 22, .55) 56%, rgba(22, 27, 22, .18) 100%); }
  .mm-hero-media img { object-position: 62% center; }
  .mm-choices,
  .mm-method,
  .mm-posts { padding: 84px 6vw 96px; }
  .mm-section-intro h2,
  .mm-method h2,
  .mm-posts-head h2 { font-size: clamp(50px, 16vw, 74px); }
  .mm-choice-list li { gap: 18px; grid-template-columns: 28px 1fr 18px; }
  .mm-method-list li { grid-template-columns: 28px 1fr; }
  .mm-post { display: block; opacity: 1; padding: 42px 0; visibility: visible; }
  .mm-post-media { display: block; margin-bottom: 28px; }
  .mm-post-label { margin-bottom: 26px; }
  .mm-post-body h3 { font-size: clamp(38px, 12vw, 58px); }
  .mm-final { padding: 88px 6vw 104px; }
  .mm-final h2 { font-size: clamp(64px, 20vw, 94px); }
  .mm-route-hero { min-height: calc(100svh - 64px); padding: 70px 6vw; }
  .mm-route-hero h1 { font-size: clamp(48px, 14vw, 76px); }
  .mm-route-intro { gap: 16px; padding: 84px 6vw; }
  .mm-route-intro > p:last-child { font-size: 34px; }
  .mm-route-steps { padding: 0 6vw 96px; }
  .mm-route-steps li { gap: 14px; padding: 36px 0; }
  .mm-check { padding: 86px 6vw; }
  .mm-check h2 { font-size: 58px; }
  .mm-route-final { padding: 84px 6vw 100px; }
  .mm-route-final h2 { font-size: 58px; }
  .mm-status-page { min-height: calc(100svh - 64px); padding: 15vh 6vw 10vh; }
  .mm-status-page h1 { font-size: clamp(58px, 17vw, 86px); }
  .mm-site-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
}
