.ns-mto {
  --ns-ink: #160f0d;
  --ns-paper: #f7f4ee;
  --ns-wine: #400404;
  --ns-line: rgba(22, 15, 13, .22);
  background: var(--ns-paper);
  color: var(--ns-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  overflow: hidden;
  width: 100vw;
}
.ns-mto, .ns-mto * { box-sizing: border-box; }
.ns-mto p { margin-top: 0; }
.ns-mto__section-pad { padding: clamp(6rem, 12vw, 11rem) 7vw; }
.ns-mto__hero { display: flex; flex-direction: column; justify-content: center; min-height: 100svh; position: relative; }
.ns-mto__eyebrow { font-size: .68rem; letter-spacing: .2em; margin: 0 0 1.75rem; text-transform: uppercase; }
.ns-mto h1, .ns-mto h2 { color: inherit; font-family: 'Times New Roman', Times, serif; font-style: normal; font-weight: 400; line-height: .95; margin: 0; text-transform: none; }
.ns-mto h1 { font-size: clamp(4rem, 10vw, 9.4rem); letter-spacing: -.055em; max-width: 11ch; }
.ns-mto h2 { font-size: clamp(3rem, 6.2vw, 6.8rem); letter-spacing: -.045em; }
.ns-mto__hero-copy { font-size: clamp(1rem, 1.4vw, 1.25rem); margin: clamp(2.5rem, 5vw, 5rem) 0 0 auto; max-width: 31rem; }
.ns-mto__scroll-note { bottom: 2.5rem; font-size: .65rem; letter-spacing: .18em; position: absolute; text-transform: uppercase; }
.ns-mto__steps { background: #fff; }
.ns-mto__section-intro { align-items: end; display: grid; gap: 1rem; grid-template-columns: 1fr 2fr; }
.ns-mto__step-list { border-top: 1px solid var(--ns-line); margin-top: 7rem; }
.ns-mto__step { border-bottom: 1px solid var(--ns-line); display: grid; gap: 2rem; grid-template-columns: .5fr 1.4fr 2fr; padding: 2.25rem 0; }
.ns-mto__step span { font-size: .68rem; letter-spacing: .14em; }
.ns-mto__step h3 { color: inherit; font-family: Arial, Helvetica, sans-serif; font-size: 1rem; font-style: normal; font-weight: 400; letter-spacing: .08em; line-height: 1.4; margin: 0; text-transform: uppercase; }
.ns-mto__step p { margin: 0; max-width: 30rem; }
.ns-mto__atelier { display: grid; grid-template-columns: 1.25fr 1fr; min-height: 90svh; }
.ns-mto__atelier-image { background-position: center 24%; background-repeat: no-repeat; background-size: cover; filter: saturate(.82) contrast(.96); min-height: 680px; }
.ns-mto__atelier-copy { align-self: center; padding: clamp(4rem, 8vw, 9rem); }
.ns-mto__atelier-copy h2 { font-size: clamp(3rem, 5.5vw, 6rem); margin-bottom: 4rem; }
.ns-mto__atelier-copy > p:not(.ns-mto__eyebrow) { margin: 0 0 1.5rem; max-width: 30rem; }
.ns-mto__designed { background: var(--ns-wine); color: var(--ns-paper); }
.ns-mto__designed h2 { max-width: 10ch; }
.ns-mto__designed-grid { border-top: 1px solid rgba(247, 244, 238, .4); display: grid; gap: 5rem; grid-template-columns: 1fr 1fr; margin-top: 6rem; padding-top: 2.5rem; }
.ns-mto__designed-grid p { font-size: clamp(1.05rem, 1.5vw, 1.3rem); margin: 0; max-width: 29rem; }
.ns-mto__size-help { align-items: center; display: flex; flex-direction: column; justify-content: center; min-height: 80svh; text-align: center; }
.ns-mto__size-help h2 { margin-bottom: 2.5rem; }
.ns-mto__size-help > p:not(.ns-mto__eyebrow) { max-width: 30rem; }
.ns-mto__cta { border-bottom: 1px solid currentColor; color: inherit; font-size: .74rem; letter-spacing: .16em; margin-top: 3.5rem; padding: 0 0 .6rem; text-decoration: none; text-transform: uppercase; }
.ns-mto__cta:hover, .ns-mto__cta:focus { color: inherit; opacity: .68; }
.ns-mto__cta span { margin-left: 1rem; }
@media (max-width: 800px) {
  .ns-mto__section-intro, .ns-mto__step, .ns-mto__atelier, .ns-mto__designed-grid { grid-template-columns: 1fr; }
  .ns-mto__section-intro { gap: 2rem; }
  .ns-mto__step-list { margin-top: 4.5rem; }
  .ns-mto__step { gap: 1rem; padding: 1.75rem 0; }
  .ns-mto__step p { margin-top: .5rem; }
  .ns-mto__atelier-image { min-height: 68svh; }
  .ns-mto__atelier-copy { padding: 6rem 7vw; }
  .ns-mto__designed-grid { gap: 2rem; margin-top: 4rem; }
}
@media (prefers-reduced-motion: reduce) { .ns-mto { scroll-behavior: auto; } }
