@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

:root {
  --ml-bg: #eceae2;
  --ml-bg-deep: #bab7b1;
  --ml-ink: #050505;
  --ml-muted: rgba(0, 0, 0, 0.48);
  --ml-line: rgba(0, 0, 0, 0.12);
  --ml-pill: #303030;
  --ml-max: 1512px;
  --ml-type-body: clamp(16px, 1.18vw, 18px);
  --ml-type-small: clamp(13px, 0.96vw, 15px);
  --ml-type-kicker: clamp(20px, 2.12vw, 32px);
  --ml-type-link: clamp(18px, 1.45vw, 22px);
  --ml-layout-gutter: clamp(24px, 4.7vw, 71px);
  --ml-fixed-logo-clearance: clamp(92px, 7.6vw, 116px);
}

.ml-map-intro,
.ml-factory-proof {
  width: 100%;
  background: var(--ml-bg);
}

.ml-map-heading,
.ml-factory-proof > h2 {
  display: flex;
  min-height: 146px;
  align-items: flex-end;
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  padding: 0 clamp(24px, 4.7vw, 71px) 34px;
  color: var(--ml-ink);
  font-size: clamp(24px, 2.12vw, 32px);
  font-weight: 400;
  line-height: 1;
}

.ml-project-map {
  position: relative;
  width: 100%;
  height: clamp(520px, 56vw, 820px);
  overflow: hidden;
  background: #2c2d2f;
}

.ml-project-map-canvas {
  width: 100%;
  height: 100%;
  background: #2c2d2f;
}

.ml-project-map .leaflet-tile-pane,
.ml-projects-map-view .leaflet-tile-pane {
  filter: brightness(1.18) contrast(1.08);
}

.ml-project-map-overlay {
  position: absolute;
  z-index: 500;
  bottom: clamp(22px, 4.2vw, 64px);
  left: clamp(22px, 4.7vw, 71px);
}

.ml-map-projects-link {
  background: var(--ml-bg);
  color: var(--ml-ink);
  text-decoration: none;
}

.ml-project-pin-wrap {
  border: 0;
  background: transparent;
}

.ml-project-pin {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(236, 234, 226, 0.72);
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.32);
  color: var(--ml-bg);
  cursor: pointer;
}

.ml-project-pin::after {
  width: 18px;
  height: 18px;
  background: url("assets/logos/moduli-icon.svg") center / contain no-repeat;
  filter: brightness(1.65);
  content: "";
  transform: translateY(-2px);
}

.ml-project-tooltip {
  width: min(236px, calc(100vw - 32px));
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--ml-bg) !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3) !important;
  color: var(--ml-ink) !important;
  white-space: normal;
}

.ml-project-tooltip::before {
  display: none;
}

.ml-project-tooltip img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.ml-project-tooltip strong,
.ml-project-tooltip span {
  display: block;
  padding-inline: 14px;
}

.ml-project-tooltip strong {
  padding-top: 12px;
  font-size: 15px;
  font-weight: 500;
}

.ml-project-tooltip span {
  padding-bottom: 14px;
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
}

.leaflet-control-attribution {
  background: rgba(0, 0, 0, 0.48) !important;
  color: rgba(236, 234, 226, 0.7);
}

.leaflet-control-attribution a {
  color: rgba(236, 234, 226, 0.86);
}

.ml-legacy-projects[hidden] {
  display: none;
}

.ml-factory-proof {
  padding-bottom: clamp(72px, 9vw, 140px);
}

.ml-factory-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  padding: clamp(52px, 7vw, 104px) clamp(24px, 4.7vw, 71px) 0;
}

.ml-factory-metrics article {
  display: grid;
  align-content: start;
  gap: 10px;
}

.ml-factory-metrics strong {
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.85;
}

.ml-factory-metrics span {
  max-width: 120px;
  font-size: 12px;
  line-height: 1.05;
}

.ml-projects-page {
  background: var(--ml-bg);
  color: var(--ml-ink);
}

.ml-projects-intro {
  display: grid;
  min-height: 370px;
  align-content: end;
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  padding: 0 clamp(24px, 4.7vw, 71px) clamp(48px, 7vw, 104px);
}

.ml-projects-intro h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(52px, 10vw, 148px);
  font-weight: 400;
  line-height: 0.86;
}

.ml-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--ml-line);
}

.ml-project-card {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 360px;
  padding: 0;
  border: 0;
  background: var(--ml-bg);
  color: var(--ml-ink);
  text-align: left;
  cursor: pointer;
}

.ml-project-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.ml-project-card-copy {
  display: grid;
  align-content: end;
  gap: 12px;
  padding: 28px;
}

.ml-project-card-copy strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.ml-project-card-copy span {
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  .ml-map-heading,
  .ml-factory-proof > h2 {
    min-height: 116px;
    padding-bottom: 24px;
  }

  .ml-project-map {
    height: 540px;
  }

  .ml-factory-metrics,
  .ml-projects-grid {
    grid-template-columns: 1fr;
  }

  .ml-factory-metrics {
    gap: 42px;
  }

  .ml-project-card {
    grid-template-columns: 38% minmax(0, 1fr);
    min-height: 250px;
  }

  .ml-project-card img {
    min-height: 250px;
  }

  .ml-project-card-copy {
    padding: 20px;
  }

  .ml-project-card-copy strong {
    font-size: 20px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ml-bg);
}

body.ml-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--ml-bg);
  color: var(--ml-ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: var(--ml-type-body);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.ml-menu-open {
  overflow: hidden;
}

body.ml-project-modal-open {
  overflow: hidden;
}

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

.ml-page img {
  display: block;
  max-width: 100%;
}

.ml-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100%, var(--ml-max));
  height: 116px;
  align-items: center;
  justify-content: space-between;
  padding-right: clamp(24px, 4.7vw, 71px);
  padding-left: clamp(12px, 2.35vw, 36px);
  transform: translateX(-50%);
  pointer-events: none;
}

.ml-header a,
.ml-header button {
  pointer-events: auto;
}

.ml-brand {
  position: relative;
  display: inline-flex;
  width: 112px;
  height: 32px;
  align-items: center;
  transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ml-brand::before {
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: -1;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(236, 234, 226, 0.1);
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  transition: opacity 260ms ease, transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ml-brand-logo,
.ml-brand-icon {
  display: block;
  transition: opacity 220ms ease;
}

.ml-brand-logo {
  width: 112px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

.ml-brand-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: auto;
  opacity: 0;
  transform: translateY(-50%);
}

body.ml-scrolled .ml-brand {
  width: 56px;
}

body.ml-scrolled .ml-brand-logo {
  opacity: 0;
}

body.ml-scrolled .ml-brand-icon {
  opacity: 1;
}

body.ml-scrolled .ml-brand::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ml-header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.ml-start {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  padding: 0 21px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: var(--ml-bg);
  color: var(--ml-ink);
  font-size: 14px;
  font-weight: 500;
}

.ml-start span {
  position: relative;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.ml-start span::after {
  position: absolute;
  inset: -9px;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: "";
  opacity: 0;
  transform: scale(0.45);
  animation: mlDotPulse 1500ms ease-out infinite;
}

@keyframes mlDotPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.45);
  }

  72%,
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.ml-menu-button {
  position: relative;
  z-index: 0;
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ml-ink);
  cursor: pointer;
}

.ml-menu-button::before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(244, 243, 237, 0.74);
  box-shadow: 0 0 24px rgba(244, 243, 237, 0.2);
  content: "";
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.86);
  transition: opacity 220ms ease, transform 220ms ease;
}

body.ml-scrolled .ml-menu-button::before,
body.ml-menu-open .ml-menu-button::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ml-menu-button:focus {
  outline: none;
}

.ml-menu-button:focus-visible {
  border-radius: 999px;
  outline: 1px solid rgba(0, 0, 0, 0.34);
  outline-offset: 7px;
}

.ml-menu-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 16px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: transform 220ms ease, opacity 160ms ease;
}

.ml-menu-button span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 5px));
}

.ml-menu-button span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 5px));
}

.ml-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.ml-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.ml-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ml-menu {
  position: fixed;
  z-index: 19;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  background: rgba(236, 234, 226, 0.96);
  color: var(--ml-ink);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 180ms ease, transform 220ms ease;
}

.ml-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ml-menu a {
  display: block;
  overflow: hidden;
  font-size: clamp(44px, 8vw, 116px);
  font-weight: 500;
  line-height: 0.96;
}

.ml-menu a > span {
  position: relative;
  display: block;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .ml-menu a > span {
    transition: transform 190ms cubic-bezier(0.76, 0, 0.24, 1);
    will-change: transform;
  }

  .ml-menu a > span::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: attr(data-text);
  }

  .ml-menu a:hover > span,
  .ml-menu a:focus-visible > span {
    transform: translateY(-100%);
  }
}

.ml-hero,
.ml-about-hero,
.ml-quote-rail,
.ml-protocol-visual,
.ml-delivered,
.ml-client-marquee,
.ml-factory-image-band,
.ml-contact-hero,
.ml-reach,
.ml-experience,
.ml-contact-footer,
.ml-leadership,
.ml-openings,
.ml-contact-band,
.ml-footer {
  width: min(100%, var(--ml-max));
  margin: 0 auto;
}

.ml-hero {
  padding-top: 142px;
}

.ml-hero-type {
  display: grid;
  min-height: 498px;
  grid-template-columns: minmax(170px, 280px) minmax(0, 1fr);
  align-items: end;
  column-gap: clamp(44px, 6vw, 96px);
  padding: 0 clamp(24px, 4.7vw, 71px) 118px;
}

.ml-hero-type p,
.ml-delivered-type p,
.ml-about-count p,
.ml-leadership h1,
.ml-openings h2 {
  margin: 0;
  font-size: clamp(20px, 2.12vw, 32px);
  font-weight: 400;
  line-height: 1.03;
}

.ml-hero-type p {
  display: grid;
  max-width: 280px;
  gap: 5px;
  letter-spacing: 0;
  line-height: 1.02;
  text-wrap: balance;
}

.ml-hero-type p span {
  display: block;
}

.ml-hero-type h1 {
  margin: 0;
  font-size: clamp(88px, 15vw, 230px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.09em;
  white-space: nowrap;
  transform: translateX(clamp(-200px, -12vw, -112px));
}

.ml-hero-type h1 [data-hero-count] {
  display: inline-block;
  min-width: 3ch;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.ml-full-media,
.ml-hero-media,
.ml-about-image {
  margin: 0;
}

.ml-hero-media {
  position: relative;
  overflow: hidden;
}

.ml-hero-media img {
  width: 100%;
  height: min(54vw, 820px);
  min-height: 460px;
  object-fit: cover;
  transition: opacity 780ms ease, transform 1400ms ease;
}

.ml-hero-media.is-changing img {
  opacity: 0.62;
  transform: scale(1.006);
}

.ml-hero-media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(52vw, 760px);
  height: min(34vw, 430px);
  background: radial-gradient(circle at 82% 82%, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0) 72%);
  content: "";
  pointer-events: none;
}

.ml-hero-media figcaption {
  position: absolute;
  z-index: 1;
  inset: auto clamp(88px, 8.8vw, 134px) clamp(24px, 3.2vw, 48px) clamp(24px, 4.7vw, 71px);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  color: var(--ml-bg);
}

.ml-hero-media figcaption > span {
  display: grid;
  gap: 4px;
}

.ml-hero-media figcaption strong,
.ml-hero-media figcaption em {
  display: block;
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.28);
}

.ml-hero-media figcaption strong {
  font-size: clamp(22px, 2.25vw, 34px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.08em;
}

.ml-hero-media figcaption em {
  font-size: clamp(14px, 1.15vw, 17px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.ml-quote-rail {
  position: relative;
  overflow: clip;
  background: var(--ml-bg);
}

.ml-testimonial-sticky {
  position: relative;
  overflow: hidden;
}

.ml-testimonial-heading {
  display: flex;
  min-height: 146px;
  align-items: end;
  margin: 0;
  padding: 0 clamp(24px, 4.7vw, 71px) 34px;
  color: var(--ml-ink);
  font-size: clamp(24px, 2.12vw, 32px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ml-process-intro {
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  background: var(--ml-bg);
}

.ml-process-heading {
  display: flex;
  min-height: 146px;
  align-items: end;
  margin: 0;
  padding: 0 clamp(24px, 4.7vw, 71px) 34px;
  color: var(--ml-ink);
  font-size: clamp(24px, 2.12vw, 32px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ml-testimonial-window {
  position: relative;
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  overflow: hidden;
}

.ml-testimonial-track {
  display: flex;
  width: max-content;
  gap: clamp(48px, 6vw, 92px);
  transform: translate3d(0, 0, 0);
  transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.ml-testimonial-card {
  display: grid;
  width: min(100vw, var(--ml-max));
  height: auto;
  aspect-ratio: 1512 / 590;
  grid-template-columns: 27.5% 32% 40.5%;
  grid-template-rows: 45% 55%;
  overflow: hidden;
  background: var(--ml-bg);
}

.ml-testimonial-media {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 3;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.08);
}

.ml-testimonial-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ml-audio-toggle {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(236, 234, 226, 0.48);
  border-radius: 50%;
  background: rgba(236, 234, 226, 0.88);
  color: var(--ml-ink);
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.ml-audio-toggle:hover {
  transform: scale(1.04);
}

.ml-audio-toggle:focus-visible {
  outline: 1px solid rgba(236, 234, 226, 0.9);
  outline-offset: 3px;
}

.ml-audio-toggle.is-live {
  background: var(--ml-pill);
  color: var(--ml-bg);
}

.ml-sound-icon {
  display: block;
  width: 18px;
  height: 18px;
  background: currentColor;
  -webkit-mask: url("../assets/icons/audio-muted.svg") center / contain no-repeat;
  mask: url("../assets/icons/audio-muted.svg") center / contain no-repeat;
}

.ml-audio-toggle.is-live .ml-sound-icon {
  -webkit-mask-image: url("../assets/icons/audio-on.svg");
  mask-image: url("../assets/icons/audio-on.svg");
}

.ml-testimonial-quote {
  display: grid;
  grid-column: 2 / 4;
  grid-row: 1;
  align-content: center;
  margin: 0;
  padding: clamp(36px, 4.5vw, 72px);
  background: #222020;
  color: #f5f4ee;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
}

.ml-about-quote blockquote {
  margin: 0;
  font-size: clamp(28px, 2.12vw, 32px);
  font-weight: 500;
  line-height: 1.03;
}

.ml-testimonial-person,
.ml-testimonial-context {
  margin: 0;
  padding: clamp(30px, 3vw, 48px);
}

.ml-testimonial-person {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  align-content: end;
  gap: 6px;
  background: #d9d9d9;
  color: var(--ml-ink);
}

.ml-testimonial-person p,
.ml-testimonial-context p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.22;
}

.ml-testimonial-person p:first-child {
  font-size: 18px;
}

.ml-testimonial-person p:not(:first-child) {
  opacity: 0.5;
}

.ml-testimonial-context {
  display: grid;
  grid-column: 3;
  grid-row: 2;
  align-content: center;
  gap: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: var(--ml-bg);
  color: var(--ml-ink);
}

.ml-testimonial-next {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 3vw, 46px);
  bottom: clamp(24px, 3vw, 46px);
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(244, 243, 237, 0.42);
  border-radius: 50%;
  background: #111;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  color: var(--ml-bg);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.ml-testimonial-next:hover {
  background: #000;
  transform: translateX(3px);
}

.ml-testimonial-next:focus-visible {
  outline: 1px solid rgba(0, 0, 0, 0.46);
  outline-offset: 4px;
}

.ml-testimonial-next span {
  font-size: 25px;
  line-height: 1;
  transform: translateY(-1px);
}

.ml-protocol-visual {
  position: relative;
  height: 700vh;
  overflow: clip;
  background: var(--ml-bg);
}

.ml-protocol-sticky {
  position: sticky;
  top: 0;
  display: grid;
  min-height: 100vh;
  align-items: center;
  overflow: hidden;
}

.ml-protocol-track {
  display: flex;
  width: max-content;
  min-height: 100vh;
  align-items: center;
  will-change: transform;
}

.ml-protocol-panel {
  display: grid;
  width: min(100vw, var(--ml-max));
  min-height: 100vh;
  align-content: center;
  gap: 42px;
  padding: 112px clamp(24px, 5.4vw, 82px);
}

.ml-protocol-media-panel {
  overflow: hidden;
  padding: 0;
  background: #858479;
}

.ml-protocol-media-panel img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.ml-protocol-panel .ml-protocol-kicker {
  max-width: 520px;
  margin: 0;
  color: var(--ml-muted);
  font-size: clamp(20px, 2.1vw, 32px);
  line-height: 1;
  letter-spacing: -0.08em;
}

.ml-protocol-panel h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(70px, 10vw, 152px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.09em;
}

.ml-protocol-panel p {
  max-width: 520px;
  margin: 0;
  color: var(--ml-muted);
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.ml-delivered {
  min-height: 1480px;
  padding: 178px clamp(24px, 6.1vw, 92px) 150px;
}

.ml-delivered-type {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(80px, 12vw, 180px);
  min-height: 360px;
}

.ml-delivered-type article {
  display: grid;
  gap: 34px;
  align-content: start;
}

.ml-delivered-type strong {
  justify-self: start;
  font-size: clamp(120px, 15.8vw, 240px);
  font-weight: 500;
  line-height: 0.74;
  letter-spacing: -0.09em;
}

.ml-delivered-type p {
  font-size: clamp(20px, 1.9vw, 30px);
  letter-spacing: -0.09em;
}

.ml-featured-heading {
  scroll-margin-top: 120px;
  margin-top: 210px;
  color: var(--ml-muted);
  font-size: clamp(20px, 1.9vw, 30px);
  letter-spacing: -0.09em;
}

.ml-featured-projects {
  display: grid;
  grid-template-columns: minmax(240px, 310px) minmax(0, 827px);
  justify-content: space-between;
  gap: 80px;
  margin-top: 42px;
}

.ml-project-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ml-project-list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid var(--ml-line);
  color: rgba(0, 0, 0, 0.36);
  transition: color 160ms ease, transform 180ms ease;
}

.ml-project-list li:first-child a {
  border-top: 1px solid var(--ml-line);
}

.ml-project-list span {
  font-size: 10px;
  color: var(--ml-muted);
}

.ml-project-list strong {
  font-size: 18px;
  font-weight: 500;
}

.ml-project-list a:hover,
.ml-project-list a:focus-visible,
.ml-project-list a.is-active {
  color: var(--ml-ink);
  transform: translateX(8px);
}

.ml-project-preview {
  margin: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.04);
}

.ml-project-preview-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ml-project-preview img {
  width: 100%;
  height: 446px;
  object-fit: cover;
  transition: opacity 520ms ease, transform 920ms ease;
}

.ml-project-preview.is-changing img {
  opacity: 0.72;
  transform: scale(1.01);
}

.ml-client-marquee {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 120px;
  border-top: 1px solid var(--ml-line);
  background: var(--ml-bg);
}

.ml-client-marquee-label {
  margin: 0 0 34px;
  padding: 0 clamp(24px, 4.7vw, 71px);
  color: var(--ml-ink);
  font-size: clamp(24px, 2.12vw, 32px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.ml-client-marquee-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(72px, 10vw, 160px);
  animation: mlLogoMarquee 74s linear infinite;
}

.ml-client-marquee img {
  width: auto;
  height: clamp(92px, 10.5vw, 164px);
  max-width: clamp(252px, 27.3vw, 462px);
  object-fit: contain;
  opacity: 0.78;
  mix-blend-mode: multiply;
}

@keyframes mlLogoMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.ml-project-modal,
.ml-sizzle-lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.ml-project-modal[hidden],
.ml-sizzle-lightbox[hidden] {
  display: none;
}

.ml-project-modal {
  display: grid;
  place-items: center;
  padding: clamp(18px, 2.8vw, 42px);
}

.ml-project-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
  cursor: pointer;
}

.ml-project-modal-panel {
  position: relative;
  display: grid;
  width: min(1410px, 100%);
  height: min(860px, calc(100vh - 52px));
  max-height: none;
  grid-template-columns: minmax(320px, 0.72fr) minmax(420px, 1.45fr);
  overflow: hidden;
  border-radius: 8px;
  background: #f7f6f2;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.26);
}

.ml-project-modal-close {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 32px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ml-muted);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.ml-project-modal-side,
.ml-project-modal-main {
  min-height: 0;
  height: 100%;
  overflow: auto;
  padding: clamp(30px, 4vw, 56px);
}

.ml-project-modal-side {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 32px;
  border-right: 1px solid var(--ml-line);
}

.ml-project-modal-side h2 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
}

.ml-project-modal-meta {
  align-self: end;
  margin: 0;
  border-top: 1px solid var(--ml-line);
}

.ml-project-modal-meta div {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ml-line);
}

.ml-project-modal-meta dt,
.ml-project-modal-meta dd {
  margin: 0;
  color: var(--ml-muted);
  font-size: 12px;
  letter-spacing: -0.04em;
}

.ml-project-modal-meta dd {
  color: rgba(0, 0, 0, 0.72);
}

.ml-project-modal-meta a {
  color: inherit;
  text-decoration-color: rgba(0, 0, 0, 0.32);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ml-project-modal-meta a:hover,
.ml-project-modal-meta a:focus-visible {
  color: var(--ml-ink);
  text-decoration-color: currentColor;
}

.ml-project-modal-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.04);
  cursor: pointer;
  text-align: left;
}

.ml-project-modal-media img,
.ml-project-modal-media video {
  display: block;
  width: 100%;
  max-height: 180px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ml-project-modal-media [hidden],
.ml-sizzle-lightbox figure > [hidden] {
  display: none;
}

.ml-project-modal-media:hover img,
.ml-project-modal-media:hover video,
.ml-project-modal-media:focus-visible img,
.ml-project-modal-media:focus-visible video {
  transform: scale(1.035);
}

.ml-project-modal-media span {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-items: center;
  padding: 0;
  border-radius: 999px;
  background: rgba(236, 234, 226, 0.9);
  color: var(--ml-ink);
  font-size: 0;
  line-height: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.ml-project-modal-media span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1.75px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ml-project-modal-media span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.75px solid currentColor;
  border-right: 1.75px solid currentColor;
  transform: translate(1px, -8px);
}

.ml-project-modal-main {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  gap: clamp(28px, 3vw, 48px);
  padding-right: clamp(48px, 5.8vw, 84px);
}

.ml-project-modal-main > section:last-child {
  width: 100%;
  align-self: end;
}

.ml-project-modal-main h3 {
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--ml-line);
  color: rgba(0, 0, 0, 0.72);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.ml-project-modal-copy {
  display: grid;
  max-width: 760px;
  gap: 22px;
}

.ml-project-modal-copy p {
  margin: 0;
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

.ml-promise-chart {
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  gap: clamp(36px, 5.4vw, 82px);
  align-items: end;
}

.ml-promise-stat strong {
  display: block;
  font-size: clamp(64px, 6.8vw, 104px);
  font-weight: 500;
  line-height: 0.82;
  letter-spacing: -0.09em;
}

.ml-promise-stat span {
  display: block;
  margin-top: 16px;
  color: var(--ml-muted);
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.ml-promise-steps {
  display: grid;
  min-height: 200px;
  align-items: end;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 30px 0 0;
  list-style: none;
}

.ml-promise-steps li {
  --step-rise: 0px;
  position: relative;
  display: grid;
  min-height: 160px;
  align-content: end;
  gap: 9px;
  padding-bottom: var(--step-rise);
}

.ml-promise-steps li:nth-child(2) {
  --step-rise: 18px;
}

.ml-promise-steps li:nth-child(3) {
  --step-rise: 40px;
}

.ml-promise-steps li:nth-child(4) {
  --step-rise: 66px;
}

.ml-promise-line {
  position: relative;
  display: flex;
  min-height: 30px;
  align-items: end;
}

.ml-promise-line i {
  display: block;
  width: 100%;
  height: 2px;
  min-height: 2px;
  border-radius: 999px;
  background: var(--ml-ink);
  opacity: 0.82;
}

.ml-promise-mark {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 30px;
  height: 30px;
  border: 2px dashed rgba(0, 0, 0, 0.54);
  transform: translate(20%, -18%);
}

.ml-promise-mark::after {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 9px;
  height: 5px;
  border-left: 2px solid rgba(0, 0, 0, 0.72);
  border-bottom: 2px solid rgba(0, 0, 0, 0.72);
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ml-promise-steps strong {
  color: var(--ml-ink);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ml-promise-steps span {
  color: var(--ml-muted);
  font-size: 12px;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.ml-sizzle-lightbox {
  display: grid;
  place-items: center;
  padding: clamp(20px, 4vw, 64px);
  background: rgba(0, 0, 0, 0.82);
}

.ml-sizzle-lightbox figure {
  width: min(1280px, 100%);
  margin: 0;
}

.ml-sizzle-lightbox img,
.ml-sizzle-lightbox video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 150px);
  object-fit: contain;
}

.ml-sizzle-lightbox figcaption {
  margin-top: 18px;
  color: var(--ml-bg);
  font-size: 15px;
  letter-spacing: -0.04em;
}

.ml-sizzle-close {
  position: absolute;
  top: 28px;
  right: 32px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(236, 234, 226, 0.28);
  border-radius: 999px;
  background: rgba(236, 234, 226, 0.08);
  color: var(--ml-bg);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.ml-factory-image-band {
  display: block;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background: #d8d5cd;
  line-height: 0;
}

.ml-factory-image-band img {
  display: block;
  width: 100vw;
  max-width: none;
  height: min(58vw, 860px);
  min-height: 430px;
  object-fit: cover;
  object-position: center;
}

.ml-footer {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: 520px;
  align-content: end;
  gap: 0;
  margin: 0;
  padding: clamp(70px, 7.6vw, 116px) clamp(24px, 4.7vw, 71px) clamp(34px, 4.2vw, 64px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--ml-bg-deep);
  overflow: hidden;
}

.ml-footer-mark {
  position: absolute;
  top: clamp(36px, 4vw, 62px);
  left: clamp(24px, 4.7vw, 71px);
  width: auto;
}

.ml-footer-mark img {
  display: block;
  width: clamp(118px, 10vw, 160px);
  max-width: none;
  height: auto;
}

.ml-footer-brand {
  display: grid;
  grid-column: 1;
  grid-row: 1;
  align-content: end;
  gap: 0;
}

.ml-footer-bottom {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(560px, 1.2fr);
  grid-template-rows: auto auto;
  align-items: end;
  gap: 18px clamp(36px, 5vw, 76px);
}

.ml-footer-bottom p {
  margin: 0;
}

.ml-footer-brand > p {
  max-width: 560px;
  font-size: clamp(34px, 5.1vw, 78px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.09em;
}

.ml-footer nav {
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  flex-wrap: wrap;
  align-items: center;
  justify-self: end;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 30px);
}

.ml-footer nav a {
  color: rgba(0, 0, 0, 0.62);
  font-size: var(--ml-type-small);
  letter-spacing: -0.04em;
}

.ml-footer nav a:hover {
  color: var(--ml-ink);
}

.ml-footer-start {
  display: inline-flex;
  width: 148px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-left: clamp(6px, 1.6vw, 20px);
  padding: 0 21px;
  border: 1px solid var(--ml-pill);
  border-radius: 999px;
  background: var(--ml-pill);
  color: var(--ml-bg) !important;
  font-size: 14px !important;
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 1;
  white-space: nowrap;
}

.ml-footer-start span {
  position: relative;
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.ml-footer-start span::after {
  position: absolute;
  inset: -9px;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: "";
  opacity: 0;
  transform: scale(0.45);
  animation: mlDotPulse 1500ms ease-out infinite;
}

.ml-footer-legal {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  max-width: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: var(--ml-type-small);
  line-height: 1.25;
  letter-spacing: -0.04em;
  opacity: 0.5;
  text-align: left;
  white-space: normal;
}

body.ml-thank-you-page {
  min-height: 100vh;
}

.ml-thank-you {
  display: grid;
  width: 100%;
  min-height: 100vh;
  place-items: center;
  padding: clamp(36px, 6vw, 92px);
}

.ml-thank-you-card {
  display: grid;
  justify-items: center;
  gap: clamp(42px, 6.8vw, 108px);
  text-align: center;
}

.ml-thank-you-logo {
  width: clamp(210px, 28vw, 500px);
  height: auto;
}

.ml-thank-you-copy {
  display: grid;
  gap: clamp(12px, 1.8vw, 24px);
}

.ml-thank-you h1 {
  margin: 0;
  font-size: clamp(70px, 12vw, 190px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}

.ml-thank-you p {
  margin: 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: clamp(26px, 3.2vw, 56px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ml-contact-hero {
  min-height: 1530px;
  padding: 238px clamp(24px, 4.7vw, 71px) 120px;
}

.ml-contact-hero-type {
  display: grid;
  grid-template-columns: minmax(160px, 235px) minmax(0, 1fr);
  align-items: end;
  column-gap: clamp(26px, 3.4vw, 52px);
}

.ml-contact-hero-type p {
  display: grid;
  max-width: 360px;
  gap: 5px;
  margin: 0;
  font-size: var(--ml-type-kicker);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.ml-contact-hero-type p span {
  display: block;
}

.ml-contact-hero-type h1 {
  margin: 0;
  font-size: clamp(120px, 17.2vw, 260px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.09em;
  white-space: nowrap;
}

.ml-contact-form {
  display: grid;
  width: min(973px, calc(100% - 320px));
  gap: 56px;
  margin: 250px auto 0;
}

.ml-form-anchor {
  display: block;
  scroll-margin-top: 120px;
}

.ml-contact-form label {
  display: block;
}

.ml-contact-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ml-contact-form input,
.ml-contact-form select {
  width: 100%;
  min-height: 144px;
  padding: 0 47px;
  border: 0;
  border-radius: 8px;
  outline: 0;
  background: #d9d9d9;
  color: var(--ml-ink);
  font: inherit;
  font-size: 24px;
  letter-spacing: -0.06em;
}

.ml-contact-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 45px) 50%,
    calc(100% - 36px) 50%;
  background-size: 9px 9px, 9px 9px;
  background-repeat: no-repeat;
}

.ml-contact-form input::placeholder {
  color: var(--ml-ink);
  opacity: 1;
}

.ml-contact-form .ml-zoho-honeypot {
  position: absolute;
  width: 1px;
  min-height: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
}

.ml-contact-form input:focus,
.ml-contact-form select:focus {
  box-shadow: 0 0 0 2px rgba(5, 5, 5, 0.22);
}

.ml-contact-form.is-invalid input:invalid,
.ml-contact-form.is-invalid select:invalid {
  box-shadow: 0 0 0 2px rgba(150, 24, 24, 0.65);
}

.ml-submit {
  justify-self: end;
  display: inline-flex;
  min-height: 60px;
  align-items: center;
  gap: 13px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--ml-pill);
  color: var(--ml-bg);
  font: inherit;
  font-size: 16px;
  cursor: pointer;
}

.ml-submit span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.ml-submit b {
  font-weight: 400;
}

.ml-submit:disabled {
  opacity: 0.6;
  cursor: wait;
}

.ml-form-status {
  min-height: 22px;
  margin: -30px 0 0;
  color: var(--ml-muted);
  font-size: 14px;
  text-align: right;
}

.ml-reach {
  min-height: 820px;
  padding: 0 clamp(24px, 4.7vw, 71px) 126px;
}

.ml-reach h2 {
  margin: 0;
  font-size: var(--ml-type-kicker);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: 0;
}

.ml-reach-list {
  --ml-reach-left: min(600px, 44vw);
  position: relative;
  display: grid;
  width: 100%;
  min-height: 430px;
  grid-template-columns: var(--ml-reach-left) minmax(0, 1fr);
  gap: clamp(44px, 8vw, 120px);
  margin-top: 176px;
}

.ml-reach-option {
  grid-column: 1;
  display: grid;
  width: 100%;
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 116px;
  align-items: center;
  border-bottom: 1px solid var(--ml-line);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background: transparent;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.52);
  font-family: inherit;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.02em;
  text-align: left;
  transition: color 180ms ease, transform 180ms ease;
}

.ml-reach-option:first-of-type {
  border-top: 1px solid var(--ml-line);
}

.ml-reach-option[data-experience-link] {
  white-space: nowrap;
}

.ml-reach-option span {
  font-size: 0;
  line-height: 1;
}

.ml-reach-option span::before {
  content: "+";
  font-size: 18px;
}

.ml-reach-option:hover,
.ml-reach-option:focus-visible,
.ml-reach-option.is-active {
  color: var(--ml-ink);
  transform: translateX(8px);
}

.ml-reach-option:focus-visible {
  outline: 0;
  box-shadow: none;
}

.ml-reach-output {
  grid-column: 2;
  grid-row: var(--ml-reach-row, 1);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 260ms ease, visibility 260ms ease;
}

.ml-reach-output.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.ml-reach-output a {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  color: var(--ml-ink);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
  text-align: left;
}

.ml-experience {
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  background: #d8d5cd;
  line-height: 0;
}

.ml-experience figure {
  position: relative;
  margin: 0;
}

.ml-experience img {
  width: 100vw;
  max-width: none;
  height: min(58vw, 860px);
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}

.ml-map-pill {
  position: absolute;
  right: clamp(24px, 4.7vw, 71px);
  bottom: clamp(24px, 4.7vw, 71px);
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  background: rgba(244, 243, 237, 0.88);
  color: var(--ml-ink);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.ml-map-pill span {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}

.ml-map-pill span::before {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ml-map-pill span::after {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  content: "";
  animation: mlDotPulse 1500ms ease-out infinite;
}

.ml-contact-footer {
  display: flex;
  min-height: 550px;
  align-items: flex-start;
  padding: 92px clamp(24px, 4.7vw, 71px);
  background: var(--ml-bg-deep);
}

.ml-contact-footer img {
  width: 112px;
  height: auto;
}

.ml-contact-band {
  display: flex;
  min-height: 550px;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  padding: 92px clamp(24px, 4.7vw, 73px);
  background: var(--ml-bg-deep);
}

.ml-contact-band img {
  width: 112px;
}

.ml-contact-band p {
  max-width: 390px;
  margin: 80px 0 0;
  color: rgba(0, 0, 0, 0.52);
  font-size: 18px;
}

.ml-contact-band a {
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ml-about-hero {
  padding-top: 116px;
}

.ml-about-team-image {
  width: 100%;
  margin: 0;
}

.ml-about-team-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2200 / 1070;
  object-fit: cover;
  object-position: center;
}

.ml-about-count {
  display: grid;
  min-height: 456px;
  grid-template-columns: minmax(160px, 360px) minmax(0, 1fr);
  align-items: center;
  padding: 0 clamp(24px, 4.4vw, 67px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

.ml-about-count p {
  align-self: center;
  padding-bottom: 0;
  transform: translateY(72px);
}

.ml-about-count strong {
  justify-self: start;
  margin-left: clamp(105px, 8.5vw, 160px);
  padding-bottom: 0;
  font-size: clamp(126px, 18.8vw, 284px);
  font-weight: 500;
  line-height: 0.78;
  letter-spacing: -0.09em;
  transform: translateY(-34px);
}

.ml-about-factory {
  display: grid;
  min-height: 760px;
  place-items: start center;
  margin: 0;
  padding: 0 clamp(20px, 5vw, 110px) 40px;
}

.ml-about-factory img {
  width: min(1320px, 96vw);
  height: clamp(520px, 48vw, 760px);
  object-fit: cover;
  object-position: center 74%;
}

.ml-about-quote {
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: 80px 24px;
  text-align: center;
}

.ml-about-quote blockquote {
  max-width: min(1920px, 94vw);
  font-size: clamp(42px, 3vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.09em;
}

.ml-leadership {
  padding: clamp(80px, 8vw, 120px) clamp(24px, 3.6vw, 54px) 160px;
}

.ml-leadership-intro {
  display: block;
  max-width: 640px;
}

.ml-leadership .ml-leadership-intro h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 4.2vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.ml-leadership-intro p {
  max-width: 640px;
  margin: 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.18;
}

.ml-leadership-intro p > span {
  display: block;
  width: max-content;
  max-width: 100%;
}

.ml-leader-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(24px, 3.8vw, 54px);
  margin-top: 76px;
}

.ml-leader-grid article {
  min-width: 0;
}

.ml-leader-portrait {
  width: 100%;
  aspect-ratio: 0.76;
  overflow: hidden;
  background: var(--leader-bg, rgba(0, 0, 0, 0.04));
}

.ml-leader-portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  filter: brightness(0.82) contrast(1.08);
  transform: scale(1.26);
  transform-origin: center 28%;
}

.ml-leader-portrait--ashven,
.ml-leader-portrait--goutham,
.ml-leader-portrait--praveen,
.ml-leader-portrait--raju {
  --leader-bg: #b9baae;
}

.ml-leader-meta {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
}

.ml-leader-meta span {
  display: grid;
  gap: 3px;
}

.ml-leader-grid h2,
.ml-leader-grid p {
  margin: 0;
  font-size: inherit;
  font-weight: 400;
}

.ml-leader-grid h2 {
  color: var(--ml-ink);
  font-size: 13px;
  line-height: 1.35;
}

.ml-bio-toggle,
.ml-apply-pill {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: var(--ml-bg);
  color: var(--ml-ink);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.ml-bio-toggle span,
.ml-apply-pill span {
  position: relative;
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: currentColor;
}

.ml-bio-toggle span::after,
.ml-apply-pill span::after {
  position: absolute;
  inset: -7px;
  border: 1px solid currentColor;
  border-radius: inherit;
  content: "";
  opacity: 0;
  transform: scale(0.45);
}

.ml-bio-toggle:hover span::after,
.ml-bio-toggle:focus-visible span::after,
.ml-apply-pill:hover span::after,
.ml-apply-pill:focus-visible span::after {
  animation: mlDotPulse 1500ms ease-out infinite;
}

.ml-bio-toggle[aria-expanded="true"] {
  background: var(--ml-pill);
  color: var(--ml-bg);
}

.ml-leader-bio {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  line-height: 1.35;
  transition: max-height 260ms ease, margin-top 260ms ease;
}

.ml-leader-grid article.is-bio-open .ml-leader-bio {
  max-height: 180px;
  margin-top: 18px;
}

.ml-openings {
  padding: 0 clamp(24px, 3.6vw, 54px) 178px;
}

.ml-opening-board {
  display: grid;
  grid-template-columns: minmax(420px, 650px) minmax(360px, 560px);
  justify-content: center;
  align-items: center;
  gap: clamp(44px, 5.5vw, 90px);
  margin-top: 104px;
}

.ml-opening-list {
  width: 100%;
  margin: 0;
}

.ml-opening-list button {
  display: grid;
  width: 100%;
  grid-template-columns: 56px minmax(0, 1fr);
  min-height: 94px;
  align-items: center;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--ml-line);
  background: transparent;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  font: inherit;
  font-size: clamp(20px, 1.45vw, 26px);
  text-align: left;
  transition: color 160ms ease, transform 180ms ease;
}

.ml-opening-list button:first-child {
  border-top: 1px solid var(--ml-line);
}

.ml-opening-list button span {
  color: var(--ml-muted);
  font-size: 12px;
}

.ml-opening-list button:hover,
.ml-opening-list button:focus-visible,
.ml-opening-list button.is-active {
  color: var(--ml-ink);
  transform: translateX(8px);
}

.ml-opening-detail {
  align-self: center;
  max-width: 560px;
  min-height: 0;
  padding: 0;
  border: 0;
}

.ml-opening-detail p,
.ml-opening-detail div {
  margin: 0;
  color: var(--ml-muted);
  font-size: clamp(16px, 1.12vw, 19px);
  line-height: 1.36;
}

.ml-opening-detail h3 {
  max-width: 520px;
  margin: 30px 0 20px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.09em;
}

.ml-page .ml-apply-pill {
  margin-top: 30px;
  justify-self: start;
  background: var(--ml-pill);
  color: #fff;
  text-decoration: none;
}

.ml-about-image {
  width: min(100%, var(--ml-max));
  margin: 0 auto;
}

.ml-about-image img {
  width: 100%;
  height: min(53vw, 800px);
  min-height: 480px;
  object-fit: cover;
  object-position: center top;
}

@media (prefers-reduced-motion: no-preference) {
  .ml-hero-type,
  .ml-testimonial-card,
  .ml-protocol-visual,
  .ml-delivered-type,
  .ml-featured-projects,
  .ml-client-marquee,
  .ml-factory-image-band,
  .ml-about-count,
  .ml-about-hero figure,
  .ml-about-quote,
  .ml-leadership,
  .ml-openings,
  .ml-footer {
    animation: mlSoftRise 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  @keyframes mlSoftRise {
    from {
      opacity: 0;
      transform: translateY(18px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .ml-start span::after,
  .ml-footer-start span::after,
  .ml-bio-toggle span::after,
  .ml-apply-pill span::after,
  .ml-map-pill span::after,
  .ml-client-marquee-track {
    animation: none;
  }

  .ml-testimonial-track,
  .ml-testimonial-next,
  .ml-audio-toggle {
    transition: none;
  }
}

@media (max-width: 980px) {
  .ml-header {
    height: 88px;
    padding-right: 22px;
    padding-left: 11px;
  }

  .ml-start {
    min-height: 38px;
    padding-inline: 16px;
    font-size: 13px;
  }

  .ml-hero {
    padding-top: 104px;
  }

  .ml-hero-type,
  .ml-delivered-type,
  .ml-about-count,
  .ml-featured-projects {
    grid-template-columns: 1fr;
  }

  .ml-hero-type {
    min-height: 380px;
    align-items: end;
    row-gap: 34px;
    padding-bottom: 70px;
  }

  .ml-hero-type h1 {
    margin-top: 0;
    transform: none;
  }

  .ml-hero-media img {
    height: 64vw;
    min-height: 360px;
  }

  .ml-hero-media figcaption {
    align-items: start;
  }

  .ml-contact-hero {
    min-height: 1180px;
    padding-top: 156px;
  }

  .ml-contact-hero-type {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ml-contact-hero-type p {
    max-width: 260px;
    margin: 0;
  }

  .ml-contact-hero-type h1 {
    font-size: clamp(92px, 18vw, 172px);
  }

  .ml-contact-form {
    width: min(760px, 100%);
    gap: 34px;
    margin-top: 150px;
  }

  .ml-contact-form input,
  .ml-contact-form select {
    min-height: 112px;
    padding-inline: 28px;
    font-size: 19px;
  }

  .ml-reach {
    min-height: 720px;
  }

  .ml-reach-list {
    min-height: 380px;
    margin-top: 140px;
  }

  .ml-quote-rail {
    height: auto;
  }

  .ml-testimonial-sticky {
    padding: 0;
  }

  .ml-testimonial-heading {
    min-height: 124px;
    padding: 0 22px 28px;
  }

  .ml-process-heading {
    min-height: 124px;
    padding: 0 22px 28px;
  }

  .ml-testimonial-track {
    gap: 36px;
  }

  .ml-testimonial-card {
    width: calc(100vw - 32px);
    height: min(66vh, 520px);
    min-height: 480px;
    aspect-ratio: auto;
    grid-template-columns: 27.5% 32% 40.5%;
    grid-template-rows: 45% 55%;
  }

  .ml-testimonial-media {
    grid-column: 1;
    grid-row: 1 / 3;
  }

  .ml-testimonial-quote {
    grid-column: 2 / 4;
    grid-row: 1;
    padding: 32px;
    font-size: 32px;
  }

  .ml-testimonial-person {
    grid-column: 2;
    grid-row: 2;
    gap: 6px;
    padding: 28px;
  }

  .ml-testimonial-context {
    display: grid;
    grid-column: 3;
    grid-row: 2;
    padding: 28px;
  }

  .ml-testimonial-person p,
  .ml-testimonial-context p {
    font-size: 14px;
  }

  .ml-footer {
    min-height: 560px;
    gap: 0;
  }

  .ml-footer-bottom {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: start;
    gap: 34px;
  }

  .ml-footer-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .ml-footer nav {
    grid-column: 1;
    grid-row: 3;
    justify-self: end;
    justify-content: flex-end;
  }

  .ml-footer-legal {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    max-width: none;
    text-align: left;
    white-space: normal;
  }

  .ml-protocol-visual {
    height: 630vh;
  }

  .ml-protocol-panel {
    padding: 96px 22px;
  }

  .ml-protocol-panel h2 {
    max-width: 760px;
    font-size: clamp(60px, 13vw, 112px);
  }

  .ml-delivered {
    min-height: auto;
    padding-top: 110px;
  }

  .ml-delivered-type {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .ml-delivered-type article {
    gap: 24px;
  }

  .ml-delivered-type strong {
    font-size: clamp(104px, 27vw, 180px);
  }

  .ml-about-count strong {
    justify-self: start;
    margin-left: 0;
    margin-top: 28px;
    transform: none;
  }

  .ml-featured-heading {
    margin-top: 132px;
  }

  .ml-featured-projects {
    gap: 42px;
    margin-top: 38px;
  }

  .ml-project-preview img {
    height: 56vw;
    min-height: 300px;
  }

  .ml-project-modal {
    align-items: end;
    padding: 16px;
  }

  .ml-project-modal-panel {
    height: auto;
    max-height: calc(100vh - 32px);
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .ml-project-modal-side,
  .ml-project-modal-main {
    min-height: auto;
    height: auto;
    grid-template-rows: auto auto;
    overflow: visible;
    padding: 42px;
  }

  .ml-project-modal-main > section:last-child {
    align-self: auto;
  }

  .ml-project-modal-side {
    grid-template-rows: auto auto auto;
    border-right: 0;
    border-bottom: 1px solid var(--ml-line);
  }

  .ml-project-modal-media img,
  .ml-project-modal-media video {
    aspect-ratio: 16 / 10;
  }

  .ml-project-modal-media span {
    width: 32px;
    height: 32px;
  }

  .ml-project-modal-media span::before {
    width: 13px;
    height: 1.75px;
  }

  .ml-project-modal-media span::after {
    width: 6px;
    height: 6px;
    border-top-width: 1.75px;
    border-right-width: 1.75px;
    transform: translate(1px, -8px);
  }

  .ml-promise-chart {
    grid-template-columns: 1fr;
  }

  .ml-about-hero {
    padding-top: 88px;
  }

  .ml-about-count {
    min-height: 340px;
  }

  .ml-about-count p {
    padding-bottom: 14px;
    transform: none;
  }

  .ml-about-factory {
    min-height: 520px;
  }

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

  .ml-leadership-intro {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .ml-leadership-intro p {
    max-width: 680px;
  }

  .ml-opening-board {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 92px;
  }

  .ml-opening-detail {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .ml-brand {
    width: 94px;
  }

  body.ml-scrolled .ml-brand {
    width: 21px;
  }

  .ml-brand-logo {
    width: 94px;
  }

  .ml-brand-icon {
    width: 21px;
  }

  .ml-header-actions {
    gap: 12px;
  }

  .ml-start {
    display: none;
  }

  .ml-hero-type h1 {
    font-size: clamp(68px, 19vw, 76px);
  }

  .ml-hero-media figcaption {
    inset: auto 22px 22px;
    flex-direction: column;
    align-items: start;
  }

  .ml-testimonial-sticky {
    padding: 0 0 24px;
  }

  .ml-testimonial-heading {
    min-height: 116px;
    padding: 0 22px 26px;
  }

  .ml-process-heading {
    min-height: 116px;
    padding: 0 22px 26px;
  }

  .ml-testimonial-track {
    gap: 24px;
  }

  .ml-testimonial-card {
    width: calc(100vw - 24px);
    height: min(724px, calc(100vh - 120px));
    min-height: 660px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto minmax(230px, 34vh) 1fr;
  }

  .ml-testimonial-media {
    grid-column: 1;
    grid-row: 2;
  }

  .ml-testimonial-quote {
    grid-column: 1 / 3;
    grid-row: 1;
    padding: 22px;
    font-size: 25px;
    line-height: 1.06;
  }

  .ml-testimonial-person {
    grid-column: 2;
    grid-row: 2;
    gap: 6px;
    padding: 20px;
  }

  .ml-testimonial-context {
    display: grid;
    grid-column: 1 / 3;
    grid-row: 3;
    align-content: center;
    gap: 14px;
    padding: 22px;
  }

  .ml-testimonial-person p,
  .ml-testimonial-context p {
    font-size: 13px;
  }

  .ml-testimonial-person p:first-child {
    font-size: 18px;
  }

  .ml-testimonial-next {
    right: 22px;
    bottom: 42px;
    width: 50px;
    height: 50px;
  }

  .ml-audio-toggle {
    right: 10px;
    bottom: 10px;
    width: 36px;
    height: 36px;
  }

  .ml-contact-hero {
    min-height: 960px;
    padding: 126px 22px 90px;
  }

  .ml-contact-hero-type h1 {
    font-size: clamp(76px, 23vw, 118px);
    white-space: normal;
  }

  .ml-contact-hero-type p {
    max-width: 300px;
  }

  .ml-contact-form {
    gap: 22px;
    margin-top: 96px;
  }

  .ml-contact-form input,
  .ml-contact-form select {
    min-height: 78px;
    padding-inline: 18px 42px;
    border-radius: 6px;
    font-size: 16px;
  }

  .ml-submit {
    min-height: 44px;
    padding-inline: 18px;
  }

  .ml-reach {
    min-height: 620px;
    padding-inline: 22px;
  }

  .ml-reach-list {
    display: block;
    min-height: 0;
    margin-top: 96px;
  }

  .ml-reach-option {
    min-height: 82px;
    font-size: clamp(28px, 8vw, 40px);
  }

  .ml-reach-option[data-experience-link] {
    font-size: clamp(22px, 7vw, 30px);
  }

  .ml-reach-output {
    position: static;
    display: flex;
    min-height: 112px;
    padding: 4px 0 34px 54px;
    opacity: 1;
    justify-content: flex-start;
    pointer-events: none;
    visibility: visible;
  }

  .ml-reach-output:not(.is-visible) {
    min-height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }

  .ml-reach-output.is-visible {
    pointer-events: auto;
  }

  .ml-reach-output a {
    justify-content: flex-start;
    font-size: clamp(32px, 9.4vw, 52px);
    text-align: left;
  }

  .ml-map-pill {
    right: 22px;
    bottom: 22px;
    min-height: 50px;
    padding: 0 22px;
    font-size: 14px;
  }

  .ml-experience img {
    min-height: 420px;
  }

  .ml-contact-footer {
    min-height: 340px;
    padding: 56px 22px;
  }

  .ml-hero-type p,
  .ml-contact-hero-type p,
  .ml-delivered-type p,
  .ml-about-count p,
  .ml-leadership h1,
  .ml-openings h2 {
    font-size: 24px;
  }

  .ml-leadership .ml-leadership-intro h1 {
    font-size: 36px;
  }

  .ml-leadership-intro p {
    font-size: 17px;
  }

  .ml-leadership-intro p > span {
    display: inline;
    width: auto;
  }

  .ml-quote-rail {
    width: 100%;
  }

  .ml-protocol-media-panel img {
    object-position: 58% center;
  }

  .ml-protocol-panel {
    width: 100vw;
    padding: 88px 22px;
    gap: 28px;
  }

  .ml-protocol-panel:not(.ml-protocol-media-panel) {
    padding-left: 52px;
  }

  .ml-protocol-media-panel {
    padding: 0;
  }

  .ml-protocol-panel h2 {
    font-size: clamp(54px, 17vw, 86px);
  }

  .ml-protocol-panel p {
    font-size: 17px;
  }

  .ml-delivered {
    padding-inline: 22px;
  }

  .ml-delivered-type {
    gap: 68px;
  }

  .ml-delivered-type strong {
    font-size: clamp(96px, 33vw, 138px);
  }

  .ml-about-count strong {
    font-size: clamp(100px, 38vw, 160px);
  }

  .ml-about-count p {
    padding-bottom: 0;
  }

  .ml-featured-heading {
    margin-top: 104px;
  }

  .ml-project-list a {
    min-height: 58px;
  }

  .ml-project-list strong {
    font-size: 16px;
  }

  .ml-client-marquee {
    padding: 56px 0 82px;
  }

  .ml-client-marquee img {
    width: auto;
    height: clamp(82px, 18.9vw, 122px);
    max-width: 273px;
  }

  .ml-factory-image-band img {
    height: 440px;
    min-height: 0;
  }

  .ml-footer {
    min-height: 560px;
    gap: 0;
    padding: 58px 22px;
  }

  .ml-footer-start {
    display: inline-flex;
  }

  .ml-project-modal {
    padding: 0;
  }

  .ml-project-modal-panel {
    max-height: 100vh;
    min-height: 100vh;
    border-radius: 0;
  }

  .ml-project-modal-close {
    top: 17px;
    right: 18px;
  }

  .ml-project-modal-side,
  .ml-project-modal-main {
    padding: 58px 22px 34px;
  }

  .ml-project-modal-side {
    gap: 30px;
  }

  .ml-project-modal-meta div {
    grid-template-columns: 96px 1fr;
  }

  .ml-project-modal-copy p {
    font-size: 14px;
  }

  .ml-promise-steps {
    min-height: 210px;
    gap: 8px;
    padding-top: 26px;
  }

  .ml-promise-steps li {
    min-height: 172px;
  }

  .ml-promise-steps li:nth-child(2) {
    --step-rise: 12px;
  }

  .ml-promise-steps li:nth-child(3) {
    --step-rise: 28px;
  }

  .ml-promise-steps li:nth-child(4) {
    --step-rise: 46px;
  }

  .ml-promise-line {
    min-height: 26px;
  }

  .ml-promise-mark {
    width: 23px;
    height: 23px;
    bottom: 9px;
  }

  .ml-sizzle-lightbox {
    padding: 22px;
  }

  .ml-sizzle-close {
    top: 18px;
    right: 18px;
  }

  .ml-contact-band {
    min-height: 420px;
    flex-direction: column;
  }

  .ml-about-factory {
    min-height: 390px;
  }

  .ml-about-quote {
    min-height: 300px;
  }

  .ml-leadership,
  .ml-openings {
    padding-inline: 22px;
    padding-bottom: 110px;
  }

  .ml-leader-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ml-leader-meta {
    display: flex;
  }

  .ml-leader-meta p {
    margin-top: 5px;
  }

  .ml-opening-board {
    gap: 30px;
  }

  .ml-opening-list button {
    min-height: 82px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .ml-opening-detail {
    padding: 24px 0 0;
  }

  .ml-about-image img {
    min-height: 360px;
  }
}

/* July 10 homepage and projects refinement */
.ml-header {
  z-index: 2000;
}

.ml-menu {
  z-index: 1900;
}

.ml-project-modal {
  z-index: 3000;
}

.ml-sizzle-lightbox {
  z-index: 3100;
}

.ml-process-heading {
  min-height: 219px;
}

.ml-map-heading {
  min-height: 292px;
}

.ml-project-map-overlay {
  right: clamp(22px, 4.7vw, 71px);
  left: auto;
}

.ml-page .ml-map-projects-link--outline {
  display: inline-flex;
  border-color: rgba(236, 234, 226, 0.72);
  background: rgba(0, 0, 0, 0.12);
  color: var(--ml-bg);
  backdrop-filter: blur(10px);
}

.ml-project-tooltip {
  overflow: hidden;
  border-radius: 5px !important;
}

.leaflet-bottom.leaflet-left {
  bottom: 24px;
  left: 24px;
}

.leaflet-bar {
  overflow: hidden;
  border: 1px solid rgba(236, 234, 226, 0.46) !important;
  border-radius: 5px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24) !important;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  border-color: rgba(236, 234, 226, 0.22) !important;
  background: rgba(15, 15, 15, 0.88) !important;
  color: var(--ml-bg) !important;
}

.ml-delivered {
  min-height: 0;
  padding-top: clamp(198px, 18vw, 273px);
  padding-bottom: clamp(48px, 5vw, 76px);
}

.ml-delivered-type {
  min-height: 0;
}

.ml-client-marquee {
  padding-top: 72px;
  border-top: 0;
}

.ml-factory-metrics {
  width: min(100%, var(--ml-max));
  margin: 0 auto;
}

.ml-factory-metrics article {
  justify-items: center;
  text-align: center;
}

.ml-factory-metrics span {
  max-width: 190px;
  font-size: clamp(10px, 0.95vw, 15px);
  line-height: 1;
}

.ml-projects-page main {
  overflow: clip;
}

.ml-projects-intro {
  min-height: min(72vh, 760px);
  padding-top: 116px;
}

.ml-projects-intro h1 {
  max-width: 1120px;
  font-size: clamp(72px, 11.8vw, 178px);
  line-height: 0.84;
}

.ml-projects-toolbar {
  display: grid;
  width: min(100%, var(--ml-max));
  grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
  align-items: center;
  gap: 0;
  margin: 0 auto;
  padding: 26px 0;
  border-top: 1px solid var(--ml-line);
  border-bottom: 1px solid var(--ml-line);
}

.ml-project-filters,
.ml-project-view-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ml-project-filters {
  padding-left: clamp(84px, 7vw, 112px);
}

.ml-project-view-toggle {
  grid-column: 2;
  justify-self: start;
}

.ml-project-filters button {
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  background: transparent;
  color: var(--ml-ink);
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.ml-project-filters button.is-active {
  border-color: var(--ml-ink);
  background: var(--ml-ink);
  color: var(--ml-bg);
}

.ml-project-view-toggle button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  background: transparent;
  color: var(--ml-ink);
  cursor: pointer;
}

.ml-project-view-toggle button.is-active {
  border-color: var(--ml-ink);
  background: var(--ml-ink);
  color: var(--ml-bg);
}

.ml-view-icon--list {
  display: grid;
  width: 17px;
  gap: 3px;
}

.ml-view-icon--list i {
  display: block;
  height: 1px;
  background: currentColor;
}

.ml-view-icon--map {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid currentColor;
  border-radius: 2px;
}

.ml-view-icon--map::before,
.ml-view-icon--map::after {
  position: absolute;
  top: -1px;
  width: 1px;
  height: 16px;
  background: currentColor;
  content: "";
}

.ml-view-icon--map::before {
  left: 5px;
  transform: rotate(12deg);
}

.ml-view-icon--map::after {
  right: 5px;
  transform: rotate(-12deg);
}

.ml-project-list-view {
  display: grid;
  grid-template-columns: minmax(340px, 42%) minmax(0, 1fr);
  width: min(100%, var(--ml-max));
  height: clamp(520px, 43vw, 620px);
  min-height: 0;
  margin: 0 auto;
}

.ml-project-explorer-list {
  display: block;
  height: 100%;
  overflow-y: auto;
  border-right: 1px solid var(--ml-line);
  scrollbar-color: rgba(0, 0, 0, 0.28) transparent;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
}

.ml-project-explorer-list::-webkit-scrollbar {
  width: 6px;
}

.ml-project-explorer-list::-webkit-scrollbar-track {
  background: transparent;
}

.ml-project-explorer-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
}

.ml-project-explorer-list button {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  height: 20%;
  min-height: 104px;
  align-content: center;
  padding: 20px clamp(42px, 5.7vw, 88px);
  border: 0;
  border-bottom: 1px solid var(--ml-line);
  background: transparent;
  color: rgba(0, 0, 0, 0.42);
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.ml-project-explorer-list button:hover,
.ml-project-explorer-list button:focus-visible,
.ml-project-explorer-list button.is-active {
  background: rgba(0, 0, 0, 0.035);
  color: var(--ml-ink);
}

.ml-project-explorer-list button[hidden] {
  display: none;
}

.ml-project-explorer-list span {
  padding-top: 4px;
  color: var(--ml-muted);
  font-size: 11px;
}

.ml-project-explorer-list strong {
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 400;
  line-height: 1;
}

.ml-project-explorer-list em {
  grid-column: 2;
  color: var(--ml-muted);
  font-size: 13px;
  font-style: normal;
}

.ml-project-explorer-preview,
.ml-project-explorer-preview button {
  width: 100%;
  height: 100%;
  margin: 0;
}

.ml-project-explorer-preview button {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #1b1b1b;
  color: var(--ml-bg);
  text-align: left;
  cursor: pointer;
}

.ml-project-explorer-preview img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: opacity 260ms ease, transform 680ms ease;
}

.ml-project-explorer-preview button:hover img,
.ml-project-explorer-preview button:focus-visible img {
  transform: scale(1.015);
}

.ml-project-explorer-preview figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 6px;
  padding: 80px clamp(24px, 4vw, 60px) 34px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
}

.ml-project-explorer-preview strong {
  display: none;
}

.ml-project-explorer-preview span {
  font-size: 14px;
  line-height: 1.2;
}

.ml-projects-map-view {
  width: min(100%, var(--ml-max));
  height: min(74vh, 860px);
  margin: 0 auto;
  background: #2c2d2f;
}

.ml-projects-map-view[hidden],
.ml-project-list-view[hidden] {
  display: none;
}

.ml-projects-page .ml-footer {
  margin-top: 0;
}

@media (max-width: 760px) {
  .ml-process-heading {
    min-height: 174px;
  }

  .ml-map-heading {
    min-height: 232px;
  }

  .ml-map-projects-link--outline {
    min-height: 42px;
  }

  .ml-delivered {
    padding-top: 156px;
    padding-bottom: 30px;
  }

  .ml-client-marquee {
    padding-top: 30px;
  }

  .ml-factory-metrics {
    width: 100%;
    margin: 0;
  }

  .ml-projects-intro {
    min-height: 66vh;
  }

  .ml-projects-intro h1 {
    font-size: clamp(58px, 19vw, 92px);
  }

  .ml-projects-toolbar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: flex-start;
    gap: 12px;
    padding: 26px 22px;
  }

  .ml-project-filters {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .ml-project-filters button {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .ml-project-list-view {
    grid-template-columns: 1fr;
    height: auto;
  }

  .ml-project-explorer-list {
    height: auto;
    overflow: visible;
    border-right: 0;
  }

  .ml-project-explorer-list button {
    height: auto;
    min-height: 84px;
    padding-inline: 22px;
  }

  .ml-project-explorer-preview {
    min-height: 420px;
  }

  .ml-project-explorer-preview img {
    min-height: 420px;
  }

  .ml-projects-map-view {
    height: 620px;
  }
}

/* July 10 client feedback closeout */
.ml-about-count-value {
  display: contents;
}

.ml-about-count-value strong {
  grid-column: 2;
  grid-row: 1;
  margin-left: 0;
  transform: none;
}

.ml-about-count-value > span {
  grid-column: 2;
  grid-row: 2;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: clamp(22px, 2.4vw, 36px);
  line-height: 1;
}

.ml-about-count {
  grid-template-rows: auto auto;
  align-content: center;
  align-items: end;
  row-gap: 34px;
}

.ml-about-count > p {
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  padding-bottom: 0;
  transform: none;
}

.ml-leadership {
  scroll-margin-top: 116px;
}

.ml-about-factory img {
  object-position: center;
}

@media (max-width: 980px) {
  .ml-about-count {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 20px;
  }

  .ml-about-count-value strong {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
  }

  .ml-about-count-value > span {
    grid-column: 1;
    grid-row: 2;
  }

  .ml-about-count > p {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 620px) {
  .ml-about-count-value > span {
    margin-top: 0;
    font-size: 22px;
  }
}

/* July 16 feedback fork */
.ml-client-proof {
  width: 100%;
  padding: clamp(120px, 12vw, 184px) clamp(24px, 4.7vw, 71px) clamp(96px, 11vw, 168px);
  background: var(--ml-bg);
}

.ml-client-proof-heading,
.ml-client-proof-grid {
  width: min(100%, var(--ml-max));
  margin-inline: auto;
}

.ml-client-proof-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: clamp(48px, 6vw, 92px);
}

.ml-client-proof-heading h2 {
  margin: 0;
  font-size: clamp(24px, 2.12vw, 32px);
  font-weight: 400;
  line-height: 1;
}

.ml-client-proof-heading p {
  max-width: 340px;
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: var(--ml-type-small);
  line-height: 1.35;
  text-align: right;
}

.ml-client-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--ml-line);
  border-radius: 5px;
  background: var(--ml-line);
}

.ml-client-proof-grid article {
  display: grid;
  min-height: 224px;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
  padding: 28px;
  background: var(--ml-bg);
}

.ml-client-proof-grid img,
.ml-client-wordmark > span {
  width: 100%;
  max-width: 220px;
  max-height: 150px;
  justify-self: center;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}

.ml-client-proof-grid img[alt="Vessella Group"] {
  width: 50%;
  max-width: 110px;
  max-height: 75px;
}

.ml-client-wordmark > span {
  color: rgba(0, 0, 0, 0.68);
  font-size: clamp(19px, 1.65vw, 25px);
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.ml-client-proof-grid p {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--ml-line);
  color: rgba(0, 0, 0, 0.68);
  font-size: 12px;
}

.ml-client-proof-grid p strong {
  color: var(--ml-ink);
  font-size: clamp(28px, 2vw, 34px);
  font-weight: 500;
}

.ml-factory-proof .ml-factory-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: clamp(28px, 4vw, 64px);
}

.ml-factory-proof .ml-factory-metrics article {
  justify-items: start;
  text-align: left;
}

.ml-factory-proof .ml-factory-metrics strong {
  font-size: clamp(48px, 6.2vw, 94px);
  letter-spacing: 0;
}

.ml-factory-proof .ml-factory-metrics span {
  max-width: 210px;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.15;
}

.ml-factory-moravia {
  align-content: start;
  gap: 14px !important;
}

.ml-factory-moravia a {
  display: block;
  width: min(120px, 100%);
  height: 48px;
  overflow: hidden;
  mix-blend-mode: multiply;
}

.ml-factory-moravia img {
  width: 100%;
  max-width: 120px;
  height: auto;
  transform: none;
  transition: opacity 180ms ease;
}

.ml-factory-moravia a:hover img,
.ml-factory-moravia a:focus-visible img {
  opacity: 0.68;
}

.ml-factory-moravia p {
  width: 100%;
  max-width: 280px;
  margin: 0;
  color: var(--ml-ink);
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.15;
}

.ml-leader-portrait,
.ml-leader-portrait--ashven {
  --leader-bg: #555751;
}

@media (max-width: 900px) {
  .ml-client-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .ml-client-proof-heading,
  .ml-factory-partner {
    align-items: start;
    flex-direction: column;
  }

  .ml-client-proof-heading p {
    text-align: left;
  }

  .ml-client-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ml-client-proof-grid article {
    min-height: 180px;
    padding: 20px;
  }

  .ml-client-proof-grid img,
  .ml-client-wordmark > span {
    max-width: 150px;
    max-height: 102px;
  }

  .ml-client-proof-grid img[alt="Vessella Group"] {
    max-width: 75px;
    max-height: 51px;
  }

  .ml-factory-proof .ml-factory-metrics {
    grid-template-columns: 1fr;
  }

  .ml-factory-moravia a {
    width: min(120px, 44vw);
    height: 48px;
  }
}

.ml-blog-page,
.ml-blog-post-page {
  background: var(--ml-bg);
  color: var(--ml-ink);
}

.ml-blog-intro {
  display: grid;
  min-height: min(78vh, 840px);
  align-content: end;
  gap: 36px;
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  padding: 140px clamp(24px, 4.7vw, 71px) clamp(72px, 8vw, 120px);
}

.ml-blog-intro p {
  margin: 0;
  color: var(--ml-muted);
  font-size: 22px;
  line-height: 1.3;
  white-space: nowrap;
}

.ml-blog-intro h1 {
  max-width: 1160px;
  margin: 0;
  font-size: 160px;
  font-weight: 400;
  line-height: 0.88;
}

.ml-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--ml-line);
}

.ml-blog-card {
  display: flex;
  min-width: 0;
  background: var(--ml-bg);
}

.ml-blog-card a {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
  color: var(--ml-ink);
  text-decoration: none;
}

.ml-blog-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 420ms ease;
}

.ml-blog-card-copy {
  display: grid;
  min-width: 0;
  min-height: 430px;
  flex: 1;
  align-content: start;
  grid-template-rows: auto auto 1fr auto;
  gap: 20px;
  padding: clamp(32px, 4vw, 58px) clamp(32px, 4vw, 58px) clamp(64px, 6vw, 92px);
}

.ml-blog-card time,
.ml-blog-card-copy > span {
  color: var(--ml-muted);
  font-size: var(--ml-type-small);
}

.ml-blog-card h2 {
  max-width: 680px;
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.ml-blog-card p {
  max-width: 580px;
  margin: 0;
  color: var(--ml-muted);
  font-size: var(--ml-type-body);
  line-height: 1.4;
}

.ml-blog-card a:hover img,
.ml-blog-card a:focus-visible img {
  transform: scale(1.015);
}

.ml-blog-card-copy > span {
  display: inline-flex;
  min-height: 44px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid var(--ml-line);
  border-radius: 999px;
  color: var(--ml-ink);
  transition: background 180ms ease, color 180ms ease;
}

.ml-blog-card a:hover .ml-blog-card-cta,
.ml-blog-card a:focus-visible .ml-blog-card-cta {
  background: var(--ml-ink);
  color: var(--ml-bg);
}

.ml-blog-post {
  width: min(100%, var(--ml-max));
  margin: 0 auto;
  padding: 160px clamp(24px, 4.7vw, 71px) clamp(112px, 12vw, 180px);
}

.ml-blog-post > header {
  display: grid;
  max-width: 980px;
  gap: 20px;
  padding-bottom: clamp(56px, 7vw, 96px);
}

.ml-blog-post > header > a {
  width: fit-content;
  color: var(--ml-ink);
  font-size: var(--ml-type-small);
  text-decoration: none;
}

.ml-blog-post time {
  color: var(--ml-muted);
  font-size: var(--ml-type-small);
}

.ml-blog-post h1 {
  margin: 0;
  font-size: 82px;
  font-weight: 400;
  line-height: 0.94;
}

.ml-blog-post > header > p {
  max-width: 820px;
  margin: 12px 0 0;
  color: var(--ml-muted);
  font-size: 30px;
  line-height: 1.35;
}

.ml-blog-post > figure {
  margin: 0;
}

.ml-blog-post > figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
}

.ml-blog-post-body {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 112px) 0 clamp(72px, 9vw, 128px);
}

.ml-blog-post-body p {
  margin: 0 0 1.5em;
  font-size: 22px;
  line-height: 1.62;
}

.ml-blog-related {
  padding-top: clamp(64px, 8vw, 112px);
  border-top: 1px solid var(--ml-line);
}

.ml-blog-related > h2 {
  margin: 0 0 48px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.ml-blog-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--ml-line);
}

.ml-blog-related .ml-blog-card-copy {
  min-height: 360px;
}

.ml-blog-related .ml-blog-card h2 {
  font-size: 36px;
}

@media (max-width: 1100px) {
  .ml-blog-intro h1 {
    font-size: 112px;
  }

  .ml-blog-card h2 {
    font-size: 38px;
  }

  .ml-blog-post h1 {
    font-size: 64px;
  }
}

@media (max-width: 760px) {
  .ml-blog-intro {
    min-height: 70vh;
    gap: 24px;
    padding-top: 124px;
    padding-bottom: 64px;
  }

  .ml-blog-intro h1 {
    font-size: 64px;
  }

  .ml-blog-intro p {
    font-size: 18px;
    white-space: normal;
  }

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

  .ml-blog-card a {
    min-height: 0;
  }

  .ml-blog-card img {
    aspect-ratio: 16 / 9;
  }

  .ml-blog-card-copy,
  .ml-blog-related .ml-blog-card-copy {
    min-height: 0;
    padding: 28px 24px 48px;
  }

  .ml-blog-card h2,
  .ml-blog-related .ml-blog-card h2 {
    font-size: 32px;
  }

  .ml-blog-post {
    padding-top: 132px;
  }

  .ml-blog-post h1 {
    font-size: 44px;
  }

  .ml-blog-post > header > p {
    font-size: 23px;
  }

  .ml-blog-post-body p {
    font-size: 19px;
  }

  .ml-blog-related > h2 {
    margin-bottom: 32px;
    font-size: 40px;
  }

  .ml-blog-related-grid {
    grid-template-columns: 1fr;
  }
}

.ml-cms-page {
  min-height: 100vh;
  margin: 0;
  background: #f1f0eb;
  color: #111;
  font-family: "DM Sans", Arial, sans-serif;
}

.ml-cms-login[hidden],
[data-cms-app][hidden] {
  display: none;
}

.ml-cms-login {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.ml-cms-login-panel {
  display: grid;
  width: min(100%, 420px);
  gap: 40px;
  padding: 36px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  background: #f8f7f3;
}

.ml-cms-login-panel > img {
  width: 122px;
  height: auto;
}

.ml-cms-login-panel > div {
  display: grid;
  gap: 10px;
}

.ml-cms-login-panel p,
.ml-cms-login-panel h1 {
  margin: 0;
}

.ml-cms-login-panel > div p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}

.ml-cms-login-panel h1 {
  max-width: 330px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.08;
}

.ml-cms-login-panel form {
  display: grid;
  gap: 18px;
}

.ml-cms-login-panel label {
  display: grid;
  gap: 8px;
  font-size: 13px;
}

.ml-cms-login-panel input {
  width: 100%;
  min-height: 46px;
  box-sizing: border-box;
  padding: 0 13px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #fff;
  color: #111;
  font: inherit;
}

.ml-cms-login-panel input:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.ml-cms-login-status {
  min-height: 18px;
  color: #8f2929;
  font-size: 12px;
}

.ml-cms-login-panel button {
  min-height: 46px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #111;
  color: #f8f7f3;
  font: inherit;
  cursor: pointer;
}

.ml-cms-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  height: 76px;
  justify-content: space-between;
  align-items: center;
  padding: 0 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background: rgba(241, 240, 235, 0.95);
  backdrop-filter: blur(14px);
}

.ml-cms-header > a img {
  width: 114px;
  height: auto;
}

.ml-cms-header > div {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}

.ml-cms-header > div > span {
  color: rgba(0, 0, 0, 0.48);
}

.ml-cms-header a {
  color: inherit;
  text-decoration: none;
}

.ml-cms-header button {
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.58);
  font: inherit;
  cursor: pointer;
}

.ml-cms-header button:hover,
.ml-cms-header button:focus-visible {
  color: #111;
}

.ml-cms-shell {
  display: grid;
  min-height: calc(100vh - 76px);
  grid-template-columns: 220px minmax(260px, 360px) minmax(480px, 1fr);
}

.ml-cms-nav,
.ml-cms-list-panel {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.ml-cms-nav {
  position: sticky;
  top: 76px;
  display: flex;
  height: calc(100vh - 76px);
  align-self: start;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 18px;
}

.ml-cms-tabs,
.ml-cms-actions {
  display: grid;
  gap: 6px;
}

.ml-cms-tabs button,
.ml-cms-actions button,
.ml-cms-import {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  background: transparent;
  color: rgba(0, 0, 0, 0.62);
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.ml-cms-tabs button:hover,
.ml-cms-tabs button:focus-visible,
.ml-cms-actions button:hover,
.ml-cms-actions button:focus-visible,
.ml-cms-import:hover,
.ml-cms-import:focus-within {
  border-color: rgba(0, 0, 0, 0.14);
  color: #111;
}

.ml-cms-tabs button.is-active {
  background: #111;
  color: #f1f0eb;
}

.ml-cms-actions .ml-cms-reset {
  margin-top: 12px;
  color: #8f2929;
}

.ml-cms-import input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.ml-cms-list-panel {
  position: sticky;
  top: 76px;
  height: calc(100vh - 76px);
  align-self: start;
  min-width: 0;
  overflow: auto;
}

.ml-cms-list-panel > header {
  display: flex;
  min-height: 84px;
  justify-content: space-between;
  align-items: end;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.ml-cms-list-panel h1 {
  margin: 0;
  font-size: 28px;
  font-weight: 500;
}

.ml-cms-list-panel header span {
  color: rgba(0, 0, 0, 0.46);
  font-size: 12px;
}

.ml-cms-list {
  display: grid;
}

.ml-cms-list > button {
  display: grid;
  min-height: 92px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  padding: 18px 20px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  background: transparent;
  color: #111;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ml-cms-list > button.is-active {
  background: #deddd6;
}

.ml-cms-list > button > span:first-child,
.ml-cms-list > button em {
  color: rgba(0, 0, 0, 0.42);
  font-size: 11px;
  font-style: normal;
}

.ml-cms-list > button > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 7px;
}

.ml-cms-list strong,
.ml-cms-list small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ml-cms-list strong {
  font-size: 15px;
  font-weight: 500;
}

.ml-cms-list small {
  color: rgba(0, 0, 0, 0.48);
  font-size: 12px;
}

.ml-cms-list > button em {
  padding: 4px 7px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 999px;
}

.ml-cms-list > button em.is-draft {
  color: #8f5c1b;
}

.ml-cms-editor {
  min-width: 0;
  background: #f8f7f3;
}

.ml-cms-editor form > header,
.ml-cms-editor form > footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ml-cms-editor form > header {
  min-height: 84px;
}

.ml-cms-editor form > header span {
  color: rgba(0, 0, 0, 0.46);
  font-size: 11px;
  text-transform: uppercase;
}

.ml-cms-editor h2 {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 500;
}

.ml-cms-delete,
.ml-cms-save {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  font: inherit;
  cursor: pointer;
}

.ml-cms-delete {
  border: 1px solid rgba(143, 41, 41, 0.3);
  background: transparent;
  color: #8f2929;
}

.ml-cms-save {
  border: 1px solid #111;
  background: #111;
  color: #f8f7f3;
}

.ml-cms-delete:disabled,
.ml-cms-save:disabled {
  opacity: 0.32;
  cursor: default;
}

.ml-cms-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 18px;
  padding: 28px;
}

.ml-cms-field {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: rgba(0, 0, 0, 0.62);
  font-size: 12px;
}

.ml-cms-field:has(textarea),
.ml-cms-field[data-field="media"],
.ml-cms-field[data-field="mobileMedia"],
.ml-cms-field[data-field="floorPlan"],
.ml-cms-field[data-field="sourceUrl"],
.ml-cms-field[data-field="video"],
.ml-cms-field[data-field="poster"] {
  grid-column: 1 / -1;
}

.ml-cms-field input,
.ml-cms-field select,
.ml-cms-field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  outline: 0;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.ml-cms-field input,
.ml-cms-field select {
  height: 44px;
  padding: 0 12px;
}

.ml-cms-field textarea {
  min-height: 112px;
  padding: 12px;
  line-height: 1.45;
  resize: vertical;
}

.ml-cms-field input:focus,
.ml-cms-field select:focus,
.ml-cms-field textarea:focus {
  border-color: #111;
}

.ml-cms-field--toggle {
  display: flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
}

.ml-cms-field--toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.ml-cms-toggle {
  position: relative;
  display: block;
  width: 38px;
  height: 22px;
  border-radius: 999px;
  background: #c5c4bf;
  transition: background 160ms ease;
}

.ml-cms-toggle::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: transform 160ms ease;
}

.ml-cms-field--toggle input:checked + .ml-cms-toggle {
  background: #111;
}

.ml-cms-field--toggle input:checked + .ml-cms-toggle::after {
  transform: translateX(16px);
}

.ml-cms-editor form > footer {
  position: sticky;
  bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
  background: rgba(248, 247, 243, 0.94);
  backdrop-filter: blur(12px);
}

.ml-cms-editor form > footer p {
  margin: 0;
  color: rgba(0, 0, 0, 0.48);
  font-size: 12px;
}

@media (max-width: 1080px) {
  .ml-cms-shell {
    grid-template-columns: 180px 300px minmax(420px, 1fr);
  }
}

@media (max-width: 820px) {
  .ml-cms-shell {
    grid-template-columns: 1fr;
  }

  .ml-cms-nav {
    position: static;
    height: auto;
    min-height: 0;
    gap: 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .ml-cms-tabs,
  .ml-cms-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .ml-cms-list-panel {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }

  .ml-cms-fields {
    grid-template-columns: 1fr;
  }

  .ml-cms-field:has(textarea),
  .ml-cms-field[data-field] {
    grid-column: 1;
  }
}

@media (max-width: 520px) {
  .ml-cms-header {
    height: 68px;
    padding: 0 18px;
  }

  .ml-cms-header > a img {
    width: 96px;
  }

  .ml-cms-header > div {
    gap: 16px;
    font-size: 12px;
  }

  .ml-cms-header > div > span {
    display: none;
  }
}

/* Project modal redesign */
.ml-project-modal {
  padding: clamp(16px, 2vw, 32px);
}

.ml-project-modal-panel {
  width: min(1660px, 100%);
  height: min(940px, calc(100dvh - 40px));
  grid-template-columns: minmax(360px, 34%) minmax(0, 66%);
  overflow: hidden;
}

.ml-project-modal-close {
  z-index: 4;
  top: 22px;
  right: 24px;
  border-radius: 50%;
  background: rgba(247, 246, 242, 0.82);
  backdrop-filter: blur(8px);
}

.ml-project-modal-intro,
.ml-project-modal-content {
  min-width: 0;
  min-height: 0;
}

.ml-project-modal-intro {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: clamp(42px, 4.2vw, 66px);
  border-right: 1px solid var(--ml-line);
  overflow: auto;
}

.ml-project-modal-intro h2 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.98;
}

.ml-project-modal-intro .ml-project-modal-copy {
  max-width: 500px;
  margin-top: clamp(64px, 11vh, 128px);
  gap: 24px;
}

.ml-project-modal-intro .ml-project-modal-copy p {
  color: rgba(0, 0, 0, 0.52);
  font-size: 13px;
  letter-spacing: -0.025em;
  line-height: 1.55;
}

.ml-project-modal-location {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding: 0 22px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  color: var(--ml-ink);
  font-size: 14px;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.ml-project-modal-location:hover,
.ml-project-modal-location:focus-visible {
  border-color: var(--ml-ink);
  background: var(--ml-ink);
  color: var(--ml-bg);
}

.ml-project-modal-location-icon {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border: 1.5px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.ml-project-modal-location-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%);
}

.ml-project-modal-content {
  display: grid;
  height: 100%;
  grid-template-rows: minmax(290px, 1.08fr) minmax(270px, 0.92fr);
  gap: clamp(24px, 2.2vw, 34px);
  padding: clamp(62px, 5.2vw, 82px) clamp(36px, 4vw, 62px) clamp(32px, 3.2vw, 48px);
  overflow: auto;
}

.ml-project-modal-content .ml-project-modal-media {
  height: 100%;
  min-height: 0;
}

.ml-project-modal-content .ml-project-modal-media img,
.ml-project-modal-content .ml-project-modal-media video {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
}

.ml-project-modal-lower {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1.14fr) minmax(260px, 0.86fr);
  gap: clamp(28px, 3.6vw, 58px);
  padding-top: clamp(22px, 2.4vw, 36px);
  border-top: 1px solid var(--ml-line);
}

.ml-project-modal-blueprint {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  border-radius: 6px;
  background: #e3e4e1;
  color: var(--ml-ink);
  text-decoration: none;
}

.ml-project-modal-blueprint[hidden] {
  display: none;
}

.ml-project-modal-blueprint-art {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(0, 0, 0, 0.04));
}

.ml-project-modal-blueprint-art::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(227, 228, 225, 0.98) 0, rgba(227, 228, 225, 0) 42%);
  content: "";
}

.ml-project-modal-blueprint-art img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  filter: grayscale(1) contrast(0.88);
  mix-blend-mode: multiply;
  opacity: 0.58;
  transition: opacity 220ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ml-project-modal-blueprint:hover img,
.ml-project-modal-blueprint:focus-visible img {
  opacity: 0.76;
  transform: scale(1.025);
}

.ml-project-modal-blueprint-label,
.ml-project-modal-blueprint-arrow {
  position: absolute;
  z-index: 1;
  bottom: 18px;
}

.ml-project-modal-blueprint-label {
  left: 20px;
  font-size: 14px;
}

.ml-project-modal-blueprint-arrow {
  right: 10px;
  bottom: 10px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--ml-ink);
  color: var(--ml-bg);
  font-size: 0;
  line-height: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.ml-project-modal-blueprint-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 1.75px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ml-project-modal-blueprint-arrow::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1.75px solid currentColor;
  border-right: 1.75px solid currentColor;
  content: "";
  transform: translate(1px, -8px);
}

.ml-project-modal-content .ml-project-modal-meta {
  align-self: stretch;
  margin: 0;
  border-top: 1px solid var(--ml-line);
}

.ml-project-modal-content .ml-project-modal-meta div {
  grid-template-columns: minmax(72px, 0.62fr) minmax(0, 1fr);
  gap: 20px;
  padding: 15px 0;
}

.ml-project-modal-content .ml-project-modal-meta dt,
.ml-project-modal-content .ml-project-modal-meta dd {
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .ml-project-modal {
    align-items: end;
    padding: 16px;
  }

  .ml-project-modal-panel {
    width: 100%;
    height: auto;
    max-height: calc(100dvh - 32px);
    grid-template-columns: 1fr;
    overflow: auto;
  }

  .ml-project-modal-intro {
    min-height: 500px;
    padding: 52px 42px 38px;
    border-right: 0;
    border-bottom: 1px solid var(--ml-line);
    overflow: visible;
  }

  .ml-project-modal-intro .ml-project-modal-copy {
    margin-top: 56px;
  }

  .ml-project-modal-content {
    height: auto;
    grid-template-rows: auto auto;
    padding: 28px 42px 48px;
    overflow: visible;
  }

  .ml-project-modal-content .ml-project-modal-media {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .ml-project-modal-lower {
    grid-template-columns: 1fr;
  }

  .ml-project-modal-blueprint {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  .ml-project-modal {
    padding: 0;
  }

  .ml-project-modal-panel {
    min-height: 100dvh;
    max-height: 100dvh;
    border-radius: 0;
  }

  .ml-project-modal-close {
    top: 17px;
    right: 18px;
  }

  .ml-project-modal-intro {
    min-height: 560px;
    padding: 72px 22px 34px;
  }

  .ml-project-modal-intro h2 {
    font-size: clamp(30px, 10vw, 42px);
  }

  .ml-project-modal-intro .ml-project-modal-copy {
    margin-top: 46px;
  }

  .ml-project-modal-intro .ml-project-modal-copy p {
    font-size: 14px;
  }

  .ml-project-modal-content {
    gap: 26px;
    padding: 22px 22px 40px;
  }

  .ml-project-modal-content .ml-project-modal-media {
    aspect-ratio: 4 / 5;
  }

  .ml-project-modal-lower {
    gap: 26px;
    padding-top: 24px;
  }

  .ml-project-modal-blueprint {
    min-height: 280px;
  }
}

/* Keep scrolling labels clear of the collapsed brand mark. */
.ml-hero-type p {
  margin-left: max(0px, calc(var(--ml-fixed-logo-clearance) - var(--ml-layout-gutter)));
}

.ml-hero-media figcaption {
  left: var(--ml-fixed-logo-clearance);
}

.ml-testimonial-heading,
.ml-process-heading,
.ml-map-heading,
.ml-factory-proof > h2 {
  padding-left: var(--ml-fixed-logo-clearance);
}

.ml-client-proof-heading {
  padding-left: max(0px, calc(var(--ml-fixed-logo-clearance) - var(--ml-layout-gutter)));
}

.ml-factory-proof .ml-factory-metrics {
  padding-left: var(--ml-fixed-logo-clearance);
}

/* Carry the same collapsed-logo clearance through the blog surfaces. */
.ml-blog-intro > h1,
.ml-blog-intro > p {
  margin-left: max(0px, calc(var(--ml-fixed-logo-clearance) - var(--ml-layout-gutter)));
}

.ml-blog-grid > .ml-blog-card:nth-child(odd) .ml-blog-card-copy {
  padding-left: max(var(--ml-fixed-logo-clearance), clamp(32px, 4vw, 58px));
}

.ml-blog-post > header {
  padding-left: max(0px, calc(var(--ml-fixed-logo-clearance) - var(--ml-layout-gutter)));
}

@media (max-width: 620px) {
  :root {
    --ml-fixed-logo-clearance: 68px;
  }

  .ml-hero-media figcaption {
    right: 22px;
    bottom: 22px;
  }

  .ml-blog-grid > .ml-blog-card .ml-blog-card-copy {
    padding-left: var(--ml-fixed-logo-clearance);
  }
}
