:root {
  --ml-home-paper: #f2ede2;
  --ml-home-paper-bright: #fbf8ef;
  --ml-home-ink: #202b27;
  --ml-home-ink-soft: #59635d;
  --ml-home-jade: #185f51;
  --ml-home-jade-deep: #0e493f;
  --ml-home-jade-pale: #dce9e2;
  --ml-home-copper: #9b7138;
  --ml-home-line: rgba(27, 61, 50, 0.16);
  --ml-home-line-strong: rgba(27, 61, 50, 0.28);
  --ml-home-serif: "Noto Serif SC", "Songti SC", STSong, serif;
  --ml-home-sans: Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --ml-home-inline: clamp(20px, 4vw, 80px);
  --ml-home-shell: 1240px;
  --ml-home-focus: 0 0 0 3px rgba(24, 95, 81, 0.3), 0 0 0 6px rgba(250, 247, 237, 0.88);
  --ml-home-float-surface: linear-gradient(145deg, rgba(249, 246, 237, 0.72), rgba(226, 234, 224, 0.62));
  --ml-home-float-border: rgba(235, 240, 229, 0.6);
  --ml-home-float-shadow: 0 34px 100px rgba(25, 47, 39, 0.14), inset 0 1px rgba(255, 255, 255, 0.64);
}

html.ml-home-preview {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  background: #768c83;
}

html.ml-home-preview body.ml-page {
  min-height: 100%;
  overflow: visible;
  color: var(--ml-home-ink);
  background: #768c83;
  font-family: var(--ml-home-sans);
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

html.ml-home-preview body.ml-page[data-controls="hidden"] .ml-toolbar,
html.ml-home-preview body.ml-page[data-controls="hidden"] .ml-caption,
html.ml-home-preview body.ml-page[data-controls="hidden"] .ml-status {
  display: none !important;
}

html.ml-home-preview .ml-stage {
  pointer-events: none;
}

.ml-home-shell {
  display: none;
}

html.ml-home-preview .ml-home-shell {
  position: relative;
  z-index: 60;
  display: block;
  min-height: 100svh;
  overflow-x: clip;
  pointer-events: none;
}

html.ml-home-preview .ml-home-shell[hidden] {
  display: none;
}

.ml-home-shell a {
  color: inherit;
  text-decoration: none;
}

.ml-home-shell button,
.ml-home-shell textarea,
.ml-home-shell select {
  font: inherit;
}

.ml-home-shell button,
.ml-home-shell a,
.ml-home-shell textarea,
.ml-home-shell select,
.ml-home-shell summary {
  -webkit-tap-highlight-color: transparent;
}

.ml-home-shell button,
.ml-home-shell summary,
.ml-home-shell select {
  cursor: pointer;
}

.ml-home-shell button:focus-visible,
.ml-home-shell a:focus-visible,
.ml-home-shell textarea:focus-visible,
.ml-home-shell select:focus-visible,
.ml-home-shell summary:focus-visible,
.ml-home-shell [tabindex]:focus-visible {
  outline: 0;
  box-shadow: var(--ml-home-focus);
}

.ml-home-header,
.ml-home-hero__content,
.ml-home-scroll-cue,
.ml-home-invite-dialog {
  pointer-events: auto;
}

.ml-home-reading {
  pointer-events: none;
}

.ml-home-section,
.ml-home-footer {
  pointer-events: auto;
}

.ml-home-header {
  position: fixed;
  z-index: 140;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(190px, 1fr);
  align-items: center;
  min-height: clamp(72px, 7vw, 88px);
  padding: max(10px, env(safe-area-inset-top)) var(--ml-home-inline) 10px;
  border-bottom: 1px solid transparent;
  color: #24453c;
  transition:
    min-height 240ms cubic-bezier(0.2, 0, 0, 1),
    background-color 240ms cubic-bezier(0.2, 0, 0, 1),
    border-color 240ms cubic-bezier(0.2, 0, 0, 1),
    box-shadow 240ms cubic-bezier(0.2, 0, 0, 1),
    color 240ms cubic-bezier(0.2, 0, 0, 1);
}

.ml-home-header::after {
  position: absolute;
  right: var(--ml-home-inline);
  bottom: -1px;
  left: var(--ml-home-inline);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(34, 77, 64, 0.24) 28%, rgba(34, 77, 64, 0.1) 72%, transparent);
  opacity: 0.54;
}

.ml-home-header.is-scrolled {
  min-height: 68px;
  border-color: rgba(30, 67, 55, 0.12);
  color: var(--ml-home-ink);
  background: rgba(241, 238, 226, 0.76);
  box-shadow: 0 14px 42px rgba(30, 52, 43, 0.08);
  -webkit-backdrop-filter: blur(16px) saturate(0.9);
  backdrop-filter: blur(16px) saturate(0.9);
}

.ml-home-brand {
  display: inline-flex;
  align-items: baseline;
  justify-self: start;
  gap: 13px;
  min-height: 44px;
  border-radius: 8px;
}

.ml-home-brand span {
  font-family: var(--ml-home-serif);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 650;
  letter-spacing: 0.16em;
}

.ml-home-brand small {
  padding-left: 12px;
  border-left: 1px solid rgba(35, 73, 62, 0.22);
  color: rgba(36, 69, 60, 0.68);
  font-size: 10px;
  letter-spacing: 0.13em;
  white-space: nowrap;
}

.ml-home-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 2.4vw, 38px);
}

.ml-home-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 2px;
  border-radius: 5px;
  color: currentColor;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.ml-home-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  height: 1px;
  content: "";
  background: var(--ml-home-copper);
  transition: right 180ms ease, left 180ms ease;
}

.ml-home-nav a:hover::after,
.ml-home-nav a.is-current::after {
  right: 12%;
  left: 12%;
}

.ml-home-header__actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 8px;
}

.ml-home-invite-link,
.ml-home-login,
.ml-home-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.ml-home-invite-link,
.ml-home-menu-toggle {
  border: 0;
  color: inherit;
  background: transparent;
}

.ml-home-invite-link {
  padding: 0 14px;
}

.ml-home-login {
  padding: 0 18px;
  border: 1px solid rgba(24, 81, 67, 0.26);
  background: rgba(245, 244, 234, 0.32);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.38);
}

.ml-home-menu-toggle,
.ml-home-mobile-nav {
  display: none;
}

.ml-home-main {
  position: relative;
}

.ml-home-hero {
  position: relative;
  min-height: 100svh;
  overflow: clip;
}

.ml-home-hero__content {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 2 * var(--ml-home-inline)));
  min-height: 100svh;
  margin-inline: auto;
  padding-block: clamp(132px, 17svh, 196px) clamp(142px, 18svh, 182px);
  color: #193c33;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.34), 0 10px 32px rgba(246, 244, 233, 0.18);
}

.ml-home-hero__copy {
  width: min(100%, 980px);
}

.ml-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 18px;
  color: var(--ml-home-jade);
  font-size: 10px;
  font-weight: 660;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ml-home-eyebrow > span {
  width: 33px;
  height: 1px;
  background: linear-gradient(90deg, var(--ml-home-copper), rgba(155, 113, 56, 0.08));
}

.ml-home-hero .ml-home-eyebrow::after {
  width: 34px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(155, 113, 56, 0.08), var(--ml-home-copper));
}

.ml-home-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #193b32;
  font-family: var(--ml-home-serif);
  font-size: clamp(52px, 5.8vw, 88px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.018em;
}

.ml-home-hero h1 span,
.ml-home-hero h1 em {
  display: inline;
}

.ml-home-hero h1 em {
  color: #315f52;
  font-style: normal;
}

.ml-home-hero__lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(27, 57, 49, 0.76);
  font-family: var(--ml-home-serif);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.9;
  letter-spacing: 0.025em;
}

.ml-home-composer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(142px, 164px) minmax(150px, 174px);
  gap: 8px;
  width: min(920px, 100%);
  max-width: 920px;
  margin: clamp(38px, 6.5svh, 76px) auto 0;
  padding: 9px;
  border: 1px solid rgba(30, 82, 68, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(130deg, rgba(255, 253, 247, 0.88), rgba(229, 237, 228, 0.78)),
    rgba(244, 242, 231, 0.76);
  box-shadow:
    0 24px 68px rgba(30, 57, 48, 0.14),
    inset 0 1px rgba(255, 255, 255, 0.74),
    inset 0 -1px rgba(29, 79, 65, 0.08);
  -webkit-backdrop-filter: blur(14px) saturate(0.88);
  backdrop-filter: blur(14px) saturate(0.88);
  isolation: isolate;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ml-home-composer::before {
  position: absolute;
  z-index: -1;
  inset: 7px 37% 7px 7px;
  border-radius: 14px;
  content: "";
  background: radial-gradient(ellipse at 34% 0%, rgba(255, 255, 255, 0.55), transparent 72%);
  pointer-events: none;
}

.ml-home-composer:focus-within {
  border-color: rgba(24, 95, 81, 0.48);
  box-shadow:
    0 26px 72px rgba(30, 57, 48, 0.16),
    0 0 0 3px rgba(24, 95, 81, 0.1),
    inset 0 1px rgba(255, 255, 255, 0.8);
}

.ml-home-composer.is-invalid {
  border-color: rgba(142, 70, 56, 0.58);
}

.ml-home-composer.is-handoff::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  border-radius: inherit;
  content: "";
  background: linear-gradient(105deg, transparent 18%, rgba(194, 222, 208, 0.46) 48%, transparent 76%);
  transform: translateX(-100%);
  animation: ml-home-handoff 820ms ease-out both;
  pointer-events: none;
}

.ml-home-composer__field {
  display: contents;
}

.ml-home-composer textarea {
  display: block;
  width: 100%;
  min-height: 60px;
  max-height: 132px;
  resize: none;
  overflow-y: auto;
  padding: 14px 13px 12px;
  border: 0;
  outline: 0;
  color: #18342d;
  background: transparent;
  font-size: 14px;
  line-height: 1.7;
  caret-color: var(--ml-home-jade);
}

.ml-home-composer textarea::placeholder {
  color: rgba(40, 65, 57, 0.56);
}

.ml-home-composer select {
  align-self: end;
  min-width: 126px;
  min-height: 44px;
  margin: 4px;
  padding: 0 30px 0 12px;
  border: 0;
  border-left: 1px solid rgba(32, 72, 61, 0.14);
  outline: 0;
  color: rgba(26, 62, 52, 0.82);
  background: transparent;
  font-size: 11px;
}

.ml-home-composer__submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 116px;
  min-height: 52px;
  padding: 0 17px;
  overflow: hidden;
  border: 1px solid rgba(229, 238, 228, 0.2);
  border-radius: 14px;
  color: #f6f2e7;
  background: linear-gradient(145deg, #2b6959, #164f43 72%);
  box-shadow: 0 10px 24px rgba(20, 75, 62, 0.2), inset 0 1px rgba(255, 255, 255, 0.14);
  font-size: 12px;
  letter-spacing: 0.08em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ml-home-composer__submit i {
  position: relative;
  width: 17px;
  height: 1px;
  background: currentColor;
}

.ml-home-composer__submit i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.ml-home-composer__submit:hover {
  background: linear-gradient(145deg, #347564, #155345 72%);
  box-shadow: 0 13px 28px rgba(20, 75, 62, 0.25), inset 0 1px rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.ml-home-composer__submit:active {
  transform: translateY(0) scale(0.99);
}

.ml-home-composer__submit:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ml-home-composer__error,
.ml-home-composer__state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0 8px;
  font-size: 11px;
  line-height: 1.5;
}

.ml-home-composer__error {
  color: #874237;
}

.ml-home-composer__state {
  color: rgba(33, 62, 54, 0.64);
}

.ml-home-question-help {
  max-width: 920px;
  margin: 15px auto 0;
  color: rgba(35, 62, 54, 0.56);
  font-size: 11px;
  letter-spacing: 0.03em;
  text-align: center;
}

.ml-home-scroll-cue {
  position: absolute;
  z-index: 16;
  right: auto;
  bottom: max(clamp(72px, 16svh, 118px), env(safe-area-inset-bottom));
  left: max(var(--ml-home-inline), calc((100vw - 920px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(920px, calc(100% - 2 * var(--ml-home-inline)));
  min-height: 44px;
  padding: 0;
  border-bottom: 1px solid rgba(232, 239, 230, 0.42);
  border-radius: 4px;
  color: rgba(247, 245, 235, 0.86);
  text-shadow: 0 2px 14px rgba(20, 47, 40, 0.5);
}

.ml-home-scroll-cue span {
  font-size: 11px;
  letter-spacing: 0.12em;
}

.ml-home-scroll-cue small {
  color: rgba(238, 220, 180, 0.84);
  font-family: Georgia, serif;
  font-size: 10px;
}

html.ml-intro-pending .ml-home-shell [data-cinematic-content] {
  opacity: var(--content-reveal-progress, 0);
  filter: blur(var(--content-reveal-blur, 8px));
  pointer-events: none;
  transform: translateY(var(--content-reveal-y, 22px));
}

.ml-home-shell [data-cinematic-content] {
  transition: opacity 380ms ease, filter 440ms ease, transform 440ms cubic-bezier(0.2, 0, 0, 1);
}

.ml-home-reading {
  position: relative;
  z-index: 40;
  display: grid;
  gap: clamp(76px, 12svh, 148px);
  min-height: 100svh;
  padding-block: clamp(78px, 11svh, 144px);
  overflow: clip;
  color: var(--ml-home-ink);
  background:
    linear-gradient(180deg, rgba(230, 235, 225, 0.16), rgba(230, 235, 225, 0.04) 18%, rgba(230, 235, 225, 0.08) 82%, rgba(230, 235, 225, 0.14));
  box-shadow: none;
}

.ml-home-reading::before,
.ml-home-reading::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.ml-home-reading::before {
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(90deg, rgba(45, 66, 56, 0.018) 1px, transparent 1px),
    linear-gradient(0deg, rgba(45, 66, 56, 0.015) 1px, transparent 1px);
  background-size: 7px 11px;
  mix-blend-mode: multiply;
}

.ml-home-reading::after {
  display: none;
}

.ml-home-section {
  position: relative;
  width: min(var(--ml-home-shell), calc(100% - 2 * var(--ml-home-inline)));
  margin-inline: auto;
  padding: clamp(46px, 6vw, 84px);
  border: 1px solid var(--ml-home-float-border);
  border-radius: 5px 46px 5px 46px;
  background: var(--ml-home-float-surface);
  box-shadow: var(--ml-home-float-shadow);
  -webkit-backdrop-filter: blur(8px) saturate(0.86);
  backdrop-filter: blur(8px) saturate(0.86);
}

.ml-home-section + .ml-home-section::before {
  display: none;
}

.ml-home-section-heading {
  max-width: 690px;
  margin-bottom: clamp(42px, 5vw, 74px);
}

.ml-home-section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(290px, 0.72fr);
  align-items: end;
  gap: clamp(34px, 8vw, 126px);
  max-width: none;
}

.ml-home-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.ml-home-section-heading--center .ml-home-eyebrow {
  justify-content: center;
}

.ml-home-section-heading h2 {
  margin: 0;
  color: #253b34;
  font-family: var(--ml-home-serif);
  font-size: clamp(34px, 4.3vw, 62px);
  font-weight: 520;
  line-height: 1.24;
  letter-spacing: 0.055em;
}

.ml-home-section-heading > p,
.ml-home-section-heading > div > p:not(.ml-home-eyebrow) {
  margin: 18px 0 0;
  color: var(--ml-home-ink-soft);
  font-size: 14px;
  line-height: 1.9;
}

.ml-home-section-heading > div > small {
  display: block;
  margin-top: 14px;
  color: rgba(70, 83, 76, 0.68);
  font-size: 11px;
}

[data-home-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 720ms cubic-bezier(0.2, 0, 0, 1);
}

[data-home-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.ml-home-report {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(32, 67, 56, 0.16);
  border-radius: 3px 30px 3px 30px;
  background:
    linear-gradient(145deg, rgba(252, 249, 240, 0.88), rgba(233, 238, 228, 0.78)),
    var(--ml-home-paper-bright);
  box-shadow: 0 34px 100px rgba(48, 62, 51, 0.1), inset 0 1px rgba(255, 255, 255, 0.84);
}

.ml-home-report::before {
  position: absolute;
  top: -40%;
  right: -8%;
  width: 42%;
  height: 130%;
  border-radius: 50%;
  content: "";
  background: radial-gradient(ellipse, rgba(141, 176, 157, 0.14), transparent 68%);
  transform: rotate(-12deg);
  pointer-events: none;
}

.ml-home-report__header,
.ml-home-report__conclusion,
.ml-home-report__body,
.ml-home-report > footer {
  position: relative;
  z-index: 1;
}

.ml-home-report__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--ml-home-line);
}

.ml-home-report__header p,
.ml-home-report__header h3,
.ml-home-report__header small {
  margin: 0;
}

.ml-home-report__header p {
  color: var(--ml-home-jade);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.ml-home-report__header h3 {
  margin-top: 9px;
  font-family: var(--ml-home-serif);
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 540;
  letter-spacing: 0.04em;
}

.ml-home-report__header small {
  display: block;
  margin-top: 9px;
  color: rgba(67, 78, 72, 0.62);
  font-size: 10px;
}

.ml-home-report__header > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(27, 95, 80, 0.22);
  border-radius: 999px;
  color: var(--ml-home-jade);
  background: rgba(222, 234, 225, 0.48);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ml-home-report__conclusion {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 26px;
  padding: 25px clamp(24px, 4vw, 48px);
  border-bottom: 1px solid var(--ml-home-line);
  background: rgba(228, 236, 226, 0.4);
}

.ml-home-report__conclusion small {
  color: var(--ml-home-copper);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.ml-home-report__conclusion p {
  margin: 0;
  color: #2f413b;
  font-family: var(--ml-home-serif);
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.8;
}

.ml-home-report__body {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(250px, 0.65fr);
  min-height: 450px;
}

.ml-home-trace-list {
  padding: 14px clamp(24px, 4vw, 48px) 26px;
}

.ml-home-trace-step {
  border-bottom: 1px solid var(--ml-home-line);
}

.ml-home-trace-step summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 82px;
  padding: 10px 4px;
  border-radius: 8px;
  list-style: none;
}

.ml-home-trace-step summary::-webkit-details-marker {
  display: none;
}

.ml-home-trace-step__index {
  color: var(--ml-home-copper);
  font-family: Georgia, serif;
  font-size: 12px;
}

.ml-home-trace-step__title strong,
.ml-home-trace-step__title small {
  display: block;
}

.ml-home-trace-step__title strong {
  color: #283d36;
  font-family: var(--ml-home-serif);
  font-size: 17px;
  font-weight: 560;
  letter-spacing: 0.04em;
}

.ml-home-trace-step__title small {
  margin-top: 4px;
  color: rgba(72, 84, 78, 0.62);
  font-size: 10px;
}

.ml-home-trace-step__toggle {
  color: var(--ml-home-jade);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.ml-home-trace-step__detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
  gap: 28px;
  padding: 0 4px 24px 60px;
}

.ml-home-trace-step__detail p {
  margin: 0;
  color: var(--ml-home-ink-soft);
  font-size: 13px;
  line-height: 1.85;
}

.ml-home-trace-step__detail dl {
  display: grid;
  gap: 5px;
  margin: 0;
}

.ml-home-trace-step__detail dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px dotted rgba(40, 73, 63, 0.16);
}

.ml-home-trace-step__detail dt,
.ml-home-trace-step__detail dd {
  margin: 0;
  font-size: 10px;
}

.ml-home-trace-step__detail dt {
  color: rgba(66, 80, 73, 0.58);
}

.ml-home-trace-step__detail dd {
  color: var(--ml-home-jade);
}

.ml-home-report__map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px;
  border-left: 1px solid var(--ml-home-line);
  background: linear-gradient(160deg, rgba(212, 226, 216, 0.44), rgba(246, 243, 233, 0.26));
}

.ml-home-report__map > p {
  margin: 0 0 26px;
  color: rgba(41, 62, 54, 0.66);
  font-size: 10px;
  letter-spacing: 0.16em;
}

.ml-home-report__map > span {
  display: grid;
  grid-template-columns: 28px 1px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 60px;
}

.ml-home-report__map b {
  color: var(--ml-home-copper);
  font-family: Georgia, serif;
  font-size: 11px;
  font-weight: 400;
}

.ml-home-report__map i {
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(30, 87, 71, 0.32), transparent);
}

.ml-home-report__map strong {
  color: #344940;
  font-family: var(--ml-home-serif);
  font-size: 14px;
  font-weight: 530;
}

.ml-home-report__map > small {
  margin-top: 24px;
  color: rgba(68, 83, 75, 0.62);
  font-size: 10px;
  line-height: 1.7;
}

.ml-home-trace-live {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ml-home-report > footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  padding: 18px clamp(24px, 4vw, 48px);
  border-top: 1px solid var(--ml-home-line);
  color: rgba(60, 76, 68, 0.62);
  font-size: 10px;
}

.ml-home-paths {
  display: grid;
  grid-template-columns: minmax(112px, 0.32fr) minmax(0, 1.68fr);
  gap: clamp(30px, 5vw, 76px);
}

.ml-home-path-tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.ml-home-path-tabs::before {
  position: absolute;
  z-index: -1;
  top: 28px;
  bottom: 28px;
  left: 25px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(24, 91, 76, 0.24) 15%, rgba(155, 113, 56, 0.24) 80%, transparent);
}

.ml-home-path-node {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-height: 68px;
  padding: 8px 14px 8px 0;
  border: 0;
  border-radius: 999px;
  color: rgba(51, 68, 60, 0.64);
  background: transparent;
  text-align: left;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.ml-home-path-node strong {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(35, 79, 66, 0.18);
  border-radius: 50%;
  color: var(--ml-home-jade);
  background: rgba(249, 246, 236, 0.58);
  font-family: var(--ml-home-serif);
  font-size: 22px;
  font-weight: 550;
  box-shadow: 0 8px 30px rgba(43, 68, 58, 0.06);
}

.ml-home-path-node span {
  padding-left: 12px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.ml-home-path-node:hover,
.ml-home-path-node.is-active {
  color: #24463c;
  background: rgba(247, 244, 234, 0.58);
  transform: translateX(5px);
}

.ml-home-path-node.is-active strong {
  color: #f6f2e7;
  border-color: rgba(30, 91, 76, 0.48);
  background: linear-gradient(145deg, #2d6b5a, #184d42);
  box-shadow: 0 12px 30px rgba(23, 79, 66, 0.18);
}

.ml-home-path-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(154px, 0.48fr) minmax(250px, 0.92fr) minmax(310px, 1fr);
  grid-template-rows: 1fr auto;
  min-height: 450px;
  overflow: hidden;
  border: 1px solid rgba(33, 69, 58, 0.16);
  border-radius: 34px 4px 34px 4px;
  background:
    radial-gradient(ellipse at 92% 7%, rgba(165, 193, 177, 0.24), transparent 42%),
    linear-gradient(140deg, rgba(250, 247, 238, 0.92), rgba(229, 236, 225, 0.82));
  box-shadow: 0 28px 88px rgba(46, 65, 55, 0.1), inset 0 1px rgba(255, 255, 255, 0.84);
}

.ml-home-path-panel::after {
  position: absolute;
  right: -10%;
  bottom: -30%;
  width: 60%;
  height: 70%;
  border: 1px solid rgba(30, 87, 71, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-8deg);
  pointer-events: none;
}

.ml-home-path-panel__status,
.ml-home-path-panel__copy,
.ml-home-path-panel__evidence,
.ml-home-path-panel__action {
  position: relative;
  z-index: 1;
}

.ml-home-path-panel__status {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(26px, 3vw, 40px);
  border-right: 1px solid var(--ml-home-line);
  color: var(--ml-home-jade);
}

.ml-home-path-panel__status span {
  font-size: 10px;
  letter-spacing: 0.13em;
}

.ml-home-path-panel__status b {
  margin-block: auto;
  font-family: var(--ml-home-serif);
  font-size: 15px;
  font-weight: 520;
  line-height: 1.7;
}

.ml-home-path-panel__status small {
  color: var(--ml-home-copper);
  font-family: Georgia, serif;
}

.ml-home-path-panel__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 4vw, 54px);
}

.ml-home-path-panel__copy p,
.ml-home-path-panel__copy h3,
.ml-home-path-panel__copy div {
  margin: 0;
}

.ml-home-path-panel__copy p {
  color: var(--ml-home-copper);
  font-size: 10px;
  letter-spacing: 0.15em;
}

.ml-home-path-panel__copy h3 {
  margin-top: 16px;
  font-family: var(--ml-home-serif);
  font-size: clamp(27px, 3vw, 41px);
  font-weight: 520;
  letter-spacing: 0.04em;
}

.ml-home-path-panel__copy div {
  margin-top: 20px;
  color: var(--ml-home-ink-soft);
  font-size: 13px;
  line-height: 1.9;
}

.ml-home-path-panel__evidence {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: clamp(30px, 4vw, 52px);
  border-left: 1px solid var(--ml-home-line);
  background: rgba(211, 225, 214, 0.26);
}

.ml-home-path-panel__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ml-home-path-panel__facts span {
  min-height: 74px;
  padding: 13px;
  border: 1px solid rgba(34, 71, 59, 0.12);
  border-radius: 3px 14px 3px 14px;
  background: rgba(251, 248, 239, 0.46);
}

.ml-home-path-panel__facts small,
.ml-home-path-panel__facts strong {
  display: block;
}

.ml-home-path-panel__facts small {
  color: rgba(60, 78, 68, 0.58);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.ml-home-path-panel__facts strong {
  margin-top: 6px;
  color: #27463b;
  font-family: var(--ml-home-serif);
  font-size: 16px;
  font-weight: 540;
}

.ml-home-path-meter p {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 10px;
  color: rgba(52, 72, 63, 0.68);
  font-size: 9px;
}

.ml-home-path-meter p strong {
  color: var(--ml-home-jade);
  font-weight: 560;
}

.ml-home-path-meter__bar {
  display: flex;
  gap: 3px;
  height: 8px;
}

.ml-home-path-meter__bar span {
  flex: var(--meter-value) 1 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(30, 102, 84, 0.34), rgba(155, 113, 56, 0.54));
}

.ml-home-path-meter__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 10px;
  color: rgba(67, 81, 74, 0.54);
  font-size: 8px;
}

.ml-home-path-panel__action {
  grid-column: 2 / 4;
  justify-self: start;
  min-height: 44px;
  margin: 0 0 30px clamp(30px, 4vw, 54px);
  padding: 0 20px;
  border: 1px solid rgba(28, 87, 72, 0.24);
  border-radius: 999px;
  color: var(--ml-home-jade);
  background: rgba(247, 245, 235, 0.58);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.ml-home-path-panel.is-updating .ml-home-path-panel__copy,
.ml-home-path-panel.is-updating .ml-home-path-panel__evidence {
  animation: ml-home-panel-in 460ms ease both;
}

.ml-home-privacy-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ml-home-line);
  border-bottom: 1px solid var(--ml-home-line);
  list-style: none;
}

.ml-home-privacy-list li {
  position: relative;
  min-height: 320px;
  padding: clamp(22px, 3vw, 38px);
  overflow: hidden;
  border-right: 1px solid var(--ml-home-line);
}

.ml-home-privacy-list li:last-child {
  border-right: 0;
}

.ml-home-privacy-list__index {
  color: var(--ml-home-copper);
  font-family: Georgia, serif;
  font-size: 11px;
}

.ml-home-privacy-list img {
  position: absolute;
  top: 24px;
  right: -12px;
  width: min(52%, 150px);
  height: auto;
  opacity: 0.72;
  mix-blend-mode: multiply;
}

.ml-home-privacy-list li > div {
  position: absolute;
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(24px, 3vw, 38px);
  left: clamp(22px, 3vw, 38px);
}

.ml-home-privacy-list strong {
  display: block;
  color: #274238;
  font-family: var(--ml-home-serif);
  font-size: 21px;
  font-weight: 540;
  letter-spacing: 0.06em;
}

.ml-home-privacy-list p {
  margin: 11px 0 0;
  color: var(--ml-home-ink-soft);
  font-size: 12px;
  line-height: 1.8;
}

.ml-home-privacy-list small {
  display: block;
  margin-top: 12px;
  color: rgba(64, 81, 72, 0.56);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.ml-home-plan-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--ml-home-line);
  border-bottom: 1px solid var(--ml-home-line);
}

.ml-home-plan {
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: clamp(26px, 3.6vw, 48px);
  border: 0;
  border-right: 1px solid var(--ml-home-line);
  color: var(--ml-home-ink);
  background: transparent;
  text-align: left;
  transition: background 200ms ease, transform 200ms ease;
}

.ml-home-plan:last-child {
  border-right: 0;
}

.ml-home-plan:hover,
.ml-home-plan.is-active {
  background: linear-gradient(145deg, rgba(248, 246, 236, 0.7), rgba(214, 227, 216, 0.42));
}

.ml-home-plan.is-active {
  box-shadow: inset 0 3px var(--ml-home-jade);
}

.ml-home-plan small {
  color: var(--ml-home-copper);
  font-size: 9px;
  letter-spacing: 0.15em;
}

.ml-home-plan > strong {
  margin-top: 18px;
  font-family: var(--ml-home-serif);
  font-size: 26px;
  font-weight: 540;
}

.ml-home-plan > span {
  margin-top: 14px;
  color: var(--ml-home-ink-soft);
  font-size: 12px;
  line-height: 1.8;
}

.ml-home-plan i {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 28px;
  font-style: normal;
}

.ml-home-plan i b {
  padding: 5px 9px;
  border: 1px solid rgba(34, 72, 61, 0.14);
  border-radius: 999px;
  color: rgba(48, 70, 61, 0.72);
  font-size: 9px;
  font-weight: 500;
}

.ml-home-plan-selection {
  max-width: 680px;
  margin: 36px auto 0;
  text-align: center;
}

.ml-home-plan-selection p {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 0;
  font-family: var(--ml-home-serif);
}

.ml-home-plan-selection p span {
  color: #29443a;
}

.ml-home-plan-selection p strong {
  color: var(--ml-home-jade);
  font-weight: 540;
}

.ml-home-plan-selection small {
  display: block;
  margin-top: 12px;
  color: var(--ml-home-ink-soft);
  font-size: 11px;
  line-height: 1.8;
}

.ml-home-plan-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}

.ml-home-primary-action,
.ml-home-text-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.07em;
}

.ml-home-primary-action {
  border: 1px solid rgba(225, 238, 226, 0.18);
  color: #f7f3e8;
  background: linear-gradient(145deg, #2b6959, #164f43);
  box-shadow: 0 12px 28px rgba(20, 75, 62, 0.17), inset 0 1px rgba(255, 255, 255, 0.15);
}

.ml-home-text-action {
  border: 1px solid rgba(33, 78, 65, 0.2);
  color: var(--ml-home-jade);
  background: rgba(249, 246, 237, 0.52);
}

.ml-home-footer {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(210px, 1fr);
  align-items: end;
  gap: 36px;
  width: min(var(--ml-home-shell), calc(100% - 2 * var(--ml-home-inline)));
  min-height: 260px;
  margin-inline: auto;
  padding: clamp(42px, 5vw, 70px);
  border: 1px solid var(--ml-home-float-border);
  border-radius: 36px 4px 36px 4px;
  background: linear-gradient(145deg, rgba(246, 243, 234, 0.72), rgba(220, 230, 220, 0.6));
  box-shadow: var(--ml-home-float-shadow);
  -webkit-backdrop-filter: blur(8px) saturate(0.86);
  backdrop-filter: blur(8px) saturate(0.86);
}

.ml-home-footer > div > a {
  font-family: var(--ml-home-serif);
  font-size: 27px;
  font-weight: 630;
  letter-spacing: 0.14em;
}

.ml-home-footer > div > p {
  margin: 8px 0 0;
  color: var(--ml-home-ink-soft);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.ml-home-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
}

.ml-home-footer nav a,
.ml-home-footer nav button {
  min-height: 44px;
  padding: 0;
  border: 0;
  color: rgba(47, 68, 59, 0.7);
  background: transparent;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.ml-home-footer > small {
  justify-self: end;
  color: rgba(61, 75, 68, 0.58);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.ml-home-invite-dialog {
  width: min(620px, calc(100vw - 32px));
  max-height: min(84vh, 720px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(34, 73, 61, 0.2);
  border-radius: 4px 30px 4px 30px;
  color: var(--ml-home-ink);
  background: transparent;
  box-shadow: 0 42px 120px rgba(20, 39, 32, 0.3);
}

.ml-home-invite-dialog::backdrop {
  background: rgba(15, 41, 34, 0.44);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.ml-home-invite-dialog__panel {
  position: relative;
  max-height: min(84vh, 720px);
  padding: clamp(30px, 6vw, 62px);
  overflow-y: auto;
  border-radius: inherit;
  background:
    radial-gradient(ellipse at 100% 0, rgba(155, 191, 172, 0.27), transparent 42%),
    linear-gradient(145deg, #faf7ee, #e9eee5);
}

.ml-home-invite-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  min-width: 44px;
  min-height: 44px;
  border: 0;
  color: var(--ml-home-jade);
  background: transparent;
  font-size: 11px;
}

.ml-home-invite-dialog h2 {
  margin: 0;
  font-family: var(--ml-home-serif);
  font-size: clamp(28px, 4vw, 43px);
  font-weight: 530;
}

.ml-home-invite-dialog__panel > p:not(.ml-home-eyebrow) {
  margin: 20px 0 0;
  color: var(--ml-home-ink-soft);
  font-size: 13px;
  line-height: 1.9;
}

.ml-home-invite-dialog ul {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--ml-home-line);
  list-style: none;
}

.ml-home-invite-dialog li {
  position: relative;
  padding-left: 18px;
  color: #40554c;
  font-size: 12px;
  line-height: 1.8;
}

.ml-home-invite-dialog li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--ml-home-copper);
}

.ml-home-invite-dialog__panel > div {
  display: flex;
  gap: 9px;
  margin-top: 30px;
}

@keyframes ml-home-panel-in {
  from { opacity: 0.58; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

@keyframes ml-home-handoff {
  to { transform: translateX(120%); }
}

@media (min-width: 1800px) {
  .ml-home-hero__content {
    width: min(1320px, calc(100% - 2 * var(--ml-home-inline)));
  }

  .ml-home-hero h1 {
    font-size: 88px;
  }
}

@media (max-width: 1180px) {
  :root {
    --ml-home-inline: clamp(28px, 4.6vw, 58px);
  }

  .ml-home-path-panel {
    grid-template-columns: 132px minmax(250px, 1fr) minmax(260px, 0.9fr);
  }

  .ml-home-report__body {
    grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.58fr);
  }
}

@media (max-width: 900px) {
  .ml-home-header {
    grid-template-columns: 1fr auto;
  }

  .ml-home-nav {
    display: none;
  }

  .ml-home-brand small,
  .ml-home-invite-link {
    display: none;
  }

  .ml-home-login {
    display: none;
  }

  .ml-home-menu-toggle {
    display: inline-flex;
    gap: 8px;
    padding: 0 5px 0 12px;
  }

  .ml-home-menu-toggle small {
    display: grid;
    min-width: 38px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(31, 79, 66, 0.2);
    border-radius: 999px;
    color: var(--ml-home-jade);
    font-size: 9px;
  }

  .ml-home-mobile-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: var(--ml-home-inline);
    display: grid;
    width: min(280px, calc(100vw - 2 * var(--ml-home-inline)));
    padding: 12px;
    border: 1px solid rgba(34, 75, 62, 0.18);
    border-radius: 22px 4px 22px 4px;
    background: rgba(242, 240, 230, 0.94);
    box-shadow: 0 24px 60px rgba(26, 51, 42, 0.18);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .ml-home-mobile-nav[hidden] {
    display: none !important;
  }

  .ml-home-mobile-nav.is-open {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .ml-home-mobile-nav a,
  .ml-home-mobile-nav button {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid rgba(34, 75, 62, 0.1);
    color: #2d4b41;
    background: transparent;
    font-size: 12px;
  }

  .ml-home-mobile-nav > :last-child {
    border-bottom: 0;
  }

  .ml-home-hero__content {
    width: min(100% - 2 * var(--ml-home-inline), 920px);
    padding-top: clamp(116px, 15svh, 156px);
  }

  .ml-home-hero h1 {
    font-size: clamp(42px, 6.6vw, 64px);
  }

  .ml-home-hero__lede {
    max-width: 38em;
  }

  .ml-home-composer {
    grid-template-columns: minmax(0, 1fr) minmax(140px, 170px);
    background: rgba(255, 253, 247, 0.9);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .ml-home-composer textarea {
    grid-column: 1 / -1;
  }

  .ml-home-composer select {
    grid-column: 1;
  }

  .ml-home-composer__submit {
    grid-column: 2;
    justify-self: stretch;
  }

  .ml-home-section,
  .ml-home-footer {
    background: linear-gradient(145deg, rgba(249, 246, 237, 0.8), rgba(226, 234, 224, 0.74));
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .ml-home-section-heading--split {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ml-home-report__body {
    grid-template-columns: 1fr;
  }

  .ml-home-report__map {
    display: none;
  }

  .ml-home-paths {
    grid-template-columns: 1fr;
  }

  .ml-home-path-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ml-home-path-tabs::before {
    top: 27px;
    right: 7%;
    bottom: auto;
    left: 7%;
    width: auto;
    height: 1px;
  }

  .ml-home-path-node {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    text-align: center;
  }

  .ml-home-path-node span {
    padding: 0;
    font-size: 10px;
  }

  .ml-home-path-node:hover,
  .ml-home-path-node.is-active {
    background: transparent;
    transform: translateY(-3px);
  }

  .ml-home-path-panel {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .ml-home-path-panel__evidence {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--ml-home-line);
    border-left: 0;
  }

  .ml-home-path-panel__action {
    grid-column: 1 / -1;
  }

  .ml-home-privacy-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-home-privacy-list li:nth-child(2) {
    border-right: 0;
  }

  .ml-home-privacy-list li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ml-home-line);
  }

  .ml-home-footer {
    grid-template-columns: 1fr auto;
  }

  .ml-home-footer > small {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  :root {
    --ml-home-inline: clamp(16px, 4.1vw, 22px);
  }

  html.ml-home-preview {
    scroll-padding-top: 74px;
  }

  .ml-home-header {
    min-height: 66px;
    padding-top: max(7px, env(safe-area-inset-top));
  }

  .ml-home-header.is-scrolled {
    min-height: 62px;
  }

  .ml-home-brand span {
    font-size: 21px;
  }

  .ml-home-menu-toggle > span {
    display: none;
  }

  .ml-home-menu-toggle {
    padding-left: 0;
  }

  .ml-home-login {
    display: inline-flex;
    padding-inline: 13px;
  }

  .ml-home-mobile-nav {
    right: var(--ml-home-inline);
    left: var(--ml-home-inline);
    width: auto;
  }

  .ml-home-hero {
    min-height: max(100svh, 720px);
  }

  .ml-home-hero__content {
    width: min(calc(100% - 2 * var(--ml-home-inline)), 620px);
    min-height: max(100svh, 720px);
    padding-block: clamp(112px, 15svh, 148px) clamp(168px, 22svh, 204px);
    text-align: center;
  }

  .ml-home-eyebrow {
    justify-content: center;
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 0.14em;
  }

  .ml-home-eyebrow > span {
    width: 24px;
  }

  .ml-home-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 1.2;
    letter-spacing: 0.018em;
  }

  .ml-home-hero h1 em {
    display: block;
  }

  .ml-home-hero__lede {
    display: block;
    max-width: 410px;
    margin: 18px auto 0;
    overflow: visible;
    font-size: 14px;
    line-height: 1.85;
  }

  .ml-home-composer {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    width: 100%;
    margin: clamp(28px, 5svh, 44px) auto 0;
    padding: 8px;
    border-radius: 14px;
    text-align: left;
  }

  .ml-home-composer textarea {
    grid-column: 1 / -1;
    min-height: 72px;
    padding: 14px 12px 10px;
    font-size: 13px;
  }

  .ml-home-composer select {
    grid-column: 1;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    padding: 0 30px 0 12px;
    border-top: 1px solid rgba(32, 72, 61, 0.12);
    border-left: 0;
    font-size: 11px;
  }

  .ml-home-composer__submit {
    grid-column: 2;
    align-self: stretch;
    min-width: 128px;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 12px;
  }

  .ml-home-composer__submit span {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

  .ml-home-composer__submit i {
    width: 19px;
  }

  .ml-home-composer__error,
  .ml-home-composer__state {
    grid-column: 1 / -1;
    padding: 0 6px;
  }

  .ml-home-question-help {
    position: static;
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
    color: rgba(27, 52, 45, 0.62);
    font-size: 10px;
    line-height: 1.65;
    text-align: center;
  }

  .ml-home-scroll-cue {
    right: var(--ml-home-inline);
    bottom: max(14px, env(safe-area-inset-bottom));
    left: auto;
    gap: 9px;
    width: auto;
    padding-left: 11px;
    border-bottom: 0;
    border-left: 1px solid rgba(232, 239, 230, 0.52);
  }

  .ml-home-scroll-cue span {
    font-size: 9px;
  }

  .ml-home-section {
    width: calc(100% - 2 * var(--ml-home-inline));
    padding: clamp(30px, 8vw, 48px) clamp(18px, 5vw, 34px);
    border-radius: 4px 28px 4px 28px;
  }

  .ml-home-section-heading {
    margin-bottom: 35px;
  }

  .ml-home-section-heading h2 {
    font-size: clamp(30px, 9.2vw, 40px);
  }

  .ml-home-section-heading > p,
  .ml-home-section-heading > div > p:not(.ml-home-eyebrow) {
    font-size: 12px;
    line-height: 1.8;
  }

  .ml-home-report {
    margin-inline: -4px;
    border-radius: 3px 22px 3px 22px;
  }

  .ml-home-report__header {
    display: block;
    padding: 24px 20px;
  }

  .ml-home-report__header h3 {
    padding-right: 0;
    font-size: 23px;
  }

  .ml-home-report__header > span {
    min-height: 36px;
    margin-top: 16px;
  }

  .ml-home-report__conclusion {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px;
  }

  .ml-home-trace-list {
    padding: 8px 20px 20px;
  }

  .ml-home-trace-step summary {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 78px;
  }

  .ml-home-trace-step__title strong {
    font-size: 15px;
  }

  .ml-home-trace-step__title small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ml-home-trace-step__detail {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 0 22px 42px;
  }

  .ml-home-report > footer {
    gap: 6px 14px;
    padding: 16px 20px;
  }

  .ml-home-path-tabs {
    gap: 4px;
  }

  .ml-home-path-node {
    min-height: 66px;
  }

  .ml-home-path-node strong {
    width: 44px;
    height: 44px;
    font-size: 19px;
  }

  .ml-home-path-node span {
    max-width: 8ch;
    font-size: 8px;
    line-height: 1.3;
  }

  .ml-home-path-tabs::before {
    top: 22px;
  }

  .ml-home-path-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 24px 3px 24px 3px;
  }

  .ml-home-path-panel__status {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    padding: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--ml-home-line);
  }

  .ml-home-path-panel__status b {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 13px;
  }

  .ml-home-path-panel__copy {
    padding: 26px 22px;
  }

  .ml-home-path-panel__copy h3 {
    font-size: 27px;
  }

  .ml-home-path-panel__evidence {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 22px;
  }

  .ml-home-path-panel__action {
    grid-column: auto;
    justify-self: stretch;
    margin: 0 22px 22px;
  }

  .ml-home-privacy-list {
    grid-template-columns: 1fr;
  }

  .ml-home-privacy-list li,
  .ml-home-privacy-list li:nth-child(2) {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--ml-home-line);
  }

  .ml-home-privacy-list li:last-child {
    border-bottom: 0;
  }

  .ml-home-privacy-list img {
    width: 118px;
  }

  .ml-home-plan-list {
    grid-template-columns: 1fr;
  }

  .ml-home-plan {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--ml-home-line);
  }

  .ml-home-plan:last-child {
    border-bottom: 0;
  }

  .ml-home-plan.is-active {
    box-shadow: inset 3px 0 var(--ml-home-jade);
  }

  .ml-home-plan-actions {
    flex-direction: column;
  }

  .ml-home-primary-action,
  .ml-home-text-action {
    width: 100%;
  }

  .ml-home-footer {
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100% - 2 * var(--ml-home-inline));
  }

  .ml-home-footer nav {
    justify-content: flex-start;
    gap: 4px 16px;
  }

  .ml-home-footer > small {
    grid-column: auto;
    justify-self: start;
  }

  .ml-home-invite-dialog__panel > div {
    flex-direction: column;
  }
}

@media (max-height: 680px) and (min-width: 640px) {
  .ml-home-hero {
    min-height: 760px;
  }

  .ml-home-hero__content {
    padding-block: 106px 70px;
  }

  .ml-home-scroll-cue {
    bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ml-home-preview {
    scroll-behavior: auto;
  }

  .ml-home-shell *,
  .ml-home-shell *::before,
  .ml-home-shell *::after {
    animation: none !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }

  html.ml-intro-pending .ml-home-shell [data-cinematic-content],
  [data-home-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
